1.Which of the following is not an EXIT command?
options: BACK, CANCEL, STOP, EXIT?
2.To write certain contents in sap script without skipping
to the next page, which command is used?
Options: ADDRESS...ENDADDRESS, PROTECT...ENDPROTECT,
AT...ENDAT
3. When using a table control in module pool, which
statement has to present in both PAI and PBO.
options : FIELD, LOOP..ENDLOOP, CHAIN...ENDCHAIN
4. Lock objects are :
options : FUNCTION MODULES, PROGRAMS, TABLES
Answers were Sorted based on User's Feedback
Answer / ashok_replies
For the first question both of the above friends gave a
wrong answer. The correct answer is STOP. Because, the
function codes for Back (F3), Exit (Shift + F3), and
Cancel(F12) usually have type E.
What is type E?
If the user chooses a pushbutton or a function in the
status, the system bypasses the automatic field checks and
calls a special module in the screen flow logic. If the
special module call does not exist, the system resumes
normal PAI processing, that is, the automatic field checks
take place after all.
So Type E actually is used for EXIT Command for the button
which is there by default for Back, Cancel and Exit.
So the correct answer for Question1 is: STOP
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / saurabh srivastava
1.STOP
2.potect and endprotect
3.loop endloop
4.function modules
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / naveen
1.cancel
2.potect and endprotect
3.loop endloop
4.function modules
Is This Answer Correct ? | 3 Yes | 5 No |
Answer / sara george
1. BACK
2. PROTECT...ENDPROTECT
3. LOOP..ENDLOOP
4. FUNCTION MODULES
Is This Answer Correct ? | 2 Yes | 5 No |
explaine about factory calender.
what are the various types of parameters and how are they distinguished from one another?
Where the data captured data is stored in ALV Interactive Reports using usercommand?? I_callback_usercommand
how to send smart form result though mail?
3 Answers Accenture, Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is the structure of bdcmsgcoll? : abap bdc
How do you display a data in a detail list?
Of the two call transaction and session method, which is faster?
Can we get unique records with secondary key also
Wat is the difference between Select single * and Select .. Up to one row . And which method is better for performance ?
Does sap handle multiple languages?
What is the use of abap data dictionary? : abap data dictionary
What is an update type with reference to a match code id?