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 |
could you tell me the difference between an INTERFACE AND CONVERSION?
What is the function of a data element?
Difference between Occurs0,occurs10 and occurs100?
Explain difference between primary key and unique key?
In sap script how to print bar code in vertical manner
what class is used to display the ALV grid control?
What is maintenance view?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
How do we create the Field exits?
11. what is the difference between user-exit & customer-exit?
what is Tool view and Project view?
What are the system table used in abap?