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?
Answers were Sorted based on User's Feedback
Answer / siddharth samal
1) BINARY SEARCH DIVIDES THE ENTIRE SELECTION PROCESS INTO
TWO PARTS SO ITS HELP FOR PERFORMANCE TUNING.
2) I GUESS ONLY 'b' WOULD BE PRINTED.
3) NO ITS NOT MANDATORY TO CALL THE START OF SELECTION
EVENT.
4) bY RUNNING THE TABLE MAINTENANCE GENERATOR THEN YOU CAN
MAINTAIN THE TABLE THROUGH SM30 DIRECTLY.
5) YES IF ITS A HUGE TABLE AND THE VALUES ARE RARELY
CHANGED.
6) THROUGH CALL FUNCTION AS BAPI IS A FUNCTION MODULE.
8)IN THE STATUS BAR WITH A COLOUR YELLOW
9) I GUESS A POP UP SCREEN OR THE STAUS BAR.
10) IF YOU DEFINE A FIELD NAME IN A WATCH POINT AND YOU RUN
YOU PROGRAM, IF THE VALUE IN THAT PARTICULAR FIELD CHANGES
THEN THE PROGRAM HAULT THERE. ITS VERY MUCH USEFULL FOR
DEBURGING.
11) THE SPOOL CONTAINS ALL THE PRINTING REQUEST. IT IS A
WORK PROCESS IN THE APPLICATION SERVER. YOU CAN SEE IT IN
SPAD T-CODE.
12) NO I DONT KNOW.
13) THROUGH RETURN CODE THAT IT EXPORT AFTER RUNNING.
14) RAISE A REQUEST THROUGH SO10 THEN THROUGH STMS
TRANSPORT.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
The output of the second question is :-
a
b
Is This Answer Correct ? | 1 Yes | 2 No |
use of chain and endchain?
what is the difference bet ween the appened and insert statment.plz tell me the answer.
For particular transaction you want to upload the data using any of bdc method...if the transaction contains any of pop window functionaliy and having radio button in the window..Any one of the radio button must be selected then only the next data can be inserted how will you handle this scenario in your program
How can you remove leading zeros of a number in script?
Can you delete a domain, which is being used by data elements? : abap data dictionary
Which event in Reports is equal to PBOin Module Pool Program?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
How Calculate TOTALS,SUBTOTALS in ALV Reporting?
What is a bsp application? : sap abap hr
WHAT IS LUW? and the difference between SAP LUW and Database LUW in detail.
Is it possible to pass data to and from include programs explicitly? : abap modularization
A Job is scheduled with Three steps. In the event the second step fails..what happens to the first and third step of the Job chain?