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
Explain the disadvantage of using exec sql statement in abap?
What are the different types of abap/4 programs?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
How to set an Enhancement point for a custom report?
Difference between sap script and report?
Tell me a scenario where did you use secondary index?
What is PS structure
Sy index and sy tabix
What are Pull and Push Methods?
Static and instance variable and method with live example. Why and when to use
What is client in the sap system? : sap abap hr
How we can retrieve data using secondary index. Explain with simple example?
Explain lsmw?
what is bapi,badi,bdc,ale idocs?
When, how and how would you control changes to standard SAP objects.