1) What is read with binary search?
2) I have initialization write ?a?
Top-of-page write ?b? what is the output
for this/
3) If I don?t have start of selection event in report
will it execute?it is mandatory or not?
4) What is table maintenance generator?
5) Is it advisable to have secondary index/
6) How we will imlement BAPI?
7) What is process code in idoc?
8) Where the information msg will display?
9) Where warning msg will display?
10) Where we use watch point?what exactly watch point
means?
11) What is a spool?
12) What is program name that contains all print
program names and form names other than TNAPR?
13) How we will capture errors in bapi?
14) How to transfer std text from production to quality?
Answer Posted / sap
Question 1): Binary Search is used to read the data from
table to increase the performance of retrieving the data
becos there would be large amount of data to read some
times.
Question 3): Actually the default event in report is 'start-
of-selection' so its not mandatory .
Question 7): Process codes: refer to an workflow or FM
which helps in reading or writing data to Idoc.
Question 10): Watchpoints allow you the option of
monitoring the content of individual variables.
The Debugger stops as soon as the value of the monitored
variable changes.
In addition, conditions can be specified. The Debugger also
checks whether such a condition is fulfilled.
Hope this helps you!
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention the various databases integrities?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What are critical issues you have faced in your project
Badi concepts
What is check table?
Where the payroll results are stored
Difference between top-of-page and top-of-page during at line- selection?
How does the interface between the dynpro and the abap/4 modules take place?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What are dml commands in abap?
What is the use of program rsbdcsub? : abap bdc
How do you read files from the application server ? : abap bdc
What is the table buffer? Which type of tables used this buffer?
How can a lock object be called in the transaction?
What is the difference between sy-tabix and sy-index? Where it is used?