bighnaraj behera


{ City } bangalore
< Country > india
* Profession * software engineer
User No # 9820
Total Questions Posted # 22
Total Answers Posted # 14

Total Answers Posted for My Questions # 64
Total Views for My Questions # 224552

Users Marked my Answers as Correct # 103
Users Marked my Answers as Wrong # 43
Questions / { bighnaraj behera }
Questions Answers Category Views Company eMail

what is the table name of stock of material

TCS,

4 SAP ABAP 6699

how to placed drop down arrow in the input field of module pool table control/ steploop

TCS,

3 SAP ABAP 9604

how to upload logo in the smart forms

Wipro,

2 SAP ABAP 9558

how to trasfert script from one server to another server or one clint to another clint

Wipro,

6 SAP ABAP 13965

what is set cursor and get cursor command in module pool

Wipro,

2 SAP ABAP 21833

how many index created for table

Wipro,

10 SAP ABAP 13735

how to download sap Smart form in text format

Wipro,

3 SAP ABAP 9997

without using matchcode ,help view ,check table , domain how to create the search help anybody know this answar plz post imdtly

Wipro,

3 SAP ABAP 7453

what is the RANGES stmt used in ABAP. if anybody know this answer. plz post imdtly

Accenture,

3 SAP ABAP 9943

what is selection text in ABAP

Wipro,

2 SAP ABAP 11465

In sap script how to print bar code in vertical manner

CSC, IBM,

SAP ABAP 3429

In Badi wher is the standard prograam name to add the additional progaram

CSC,

1 SAP ABAP 5144

In sap script how to print bar code in vertical manner

CSC, Satyam,

SAP ABAP 2623

how top handle error in LSMW?

Accenture,

1 SAP ABAP 12094

How data is stored in cluster table?

IBM,

1 SAP ABAP 4557


 [1]   2    Next



Answers / { bighnaraj behera }

Question { TCS, 6699 }

what is the table name of stock of material


Answer

so31

Is This Answer Correct ?    0 Yes 6 No

Question { TCS, 9604 }

how to placed drop down arrow in the input field of module
pool table control/ steploop


Answer

use matchcode

Is This Answer Correct ?    0 Yes 4 No


Question { TCS, 6438 }

Suppose, we are creating one table. at that time we are
mention table space and size category.
Generally size category is from 0 to 6 is available. suppose
if we are declare size category as 0(zero).
For 0 (zero) the size of rows is from 0(zero) to 19000. I
have 25000 records to insert into table. but table size is
declared as 0(zero). i.e 19000 records. what about remaining
6000 records. shall i insert in to table or not?
if insert how can i do? if not insert what can i do? Please
answer me? i faced this one in TCS interview.


Answer

It will create another extent . suppose the primary extent
contain the 19000 record and the next extent or secondary
extent contain the remaining 6000 record . Its created
automatecally by the RDMS. ok

Is This Answer Correct ?    13 Yes 0 No

Question { Intelligroup, 4532 }

If u use US Database server? How can access the client?


Answer

use vpn in the vpn clint give the user id and password u can
acess through the vpn....

Is This Answer Correct ?    5 Yes 2 No

Question { IBM, 11536 }

in which table idocs are stored?


Answer

hi pradipta this is wrong if u know correct answar then post
naither dont post

Is This Answer Correct ?    9 Yes 3 No

Question { HCL, 6766 }

I have 10 records in flat file. In that 7th record is
error record. I want to update to data base. If i used Call
transaction method what about 7 record and what about
8,9,10 records. If i used Session method what happen. Is it
updated or stop at 7th record?


Answer

In call Transaction method it depends upon the synchronous
and asynchrounous update in synchrounous it will stop at 7
th record and 7,8,9 record is not updated and BDCMSGCOLL
gives error msg the 7th record. in asynchronous all the
records are updated except 7 record In sesion method
database table is not updated and it will go to sesion log
file . and can analise or correct the error foud in the
data file or program.
if find the error in data file u can correct them
interactevely . other wise u modified the batch input
program. ok thank u

Is This Answer Correct ?    30 Yes 0 No

Question { 6938 }

what is the diff b/w error and exceptions


Answer

actually error is for error handling in general program .
exception is for error handlin in function module.. ok

Is This Answer Correct ?    1 Yes 5 No

Question { IBM, 12092 }

how to code in SMARTFORMS for MULTIPLE RECORDS?


Answer

u can use code in loop .. no other way its not use coding

Is This Answer Correct ?    5 Yes 1 No

Question { 3846 }

26) Explain the Importance of each type of window in
scripts?


Answer

Main window is compulsory for script and other type of winow
is constant , variable window u can place for the requirement

Is This Answer Correct ?    3 Yes 0 No

Question { 3800 }

30) What is a text table?


Answer

text table is the contan of description of code contain in
multiple language

Is This Answer Correct ?    6 Yes 0 No

Question { 3958 }

31)Explain the User master setting for date and Time
formats?


Answer

dd/mm/yyyy for date and hh/mm/ss is used for time

Is This Answer Correct ?    2 Yes 2 No

Question { Novellus, 9153 }

what is standard , sorted and hash in abap ?


Answer

standard int table is general standard table, sorted int
table is work on sorted algorithm, and hashed int table for
worked on hashed algorithm

Is This Answer Correct ?    5 Yes 6 No

Question { ITC Infotech, 8744 }

how do the sub-total in sap scripts


Answer

write the subroutine of the specified field you have to
calculate.. and write the subtotal of the that field

Is This Answer Correct ?    13 Yes 4 No

Question { Accenture, 30171 }

My internal table exceed the limit. then it goes to dump.
how will u handle this issue?


Answer

when internal table exeed the limit it cant show the dump ..
other records are stored in the private memory of the work area.

Is This Answer Correct ?    11 Yes 10 No