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 / 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 |
Post New Answer View All Answers
What are the types of search helps? : sap abap data dictionary
Explain the difference between get and get late?
What is the modification assistant?
What is the differences between structure and table in data dictionary in abap?
What are the types of subroutines? : abap data dictionary
What are the events used in interactive reports?
What is the table buffer? Which type of tables used this buffer?
What are the function of the transport system and workbench organiser? : abap data dictionary
what is the transaction transaction for setting parameters rdisp/buffermode
Different between Interface and Abstract classes?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is append search help? : sap abap data dictionary
What does hide statement do?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
What is meant by read lock? : sap abap data dictionary