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
Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between static and dynamic step loops?
What are the events used for logical database?
How do you process errors in session method ? : abap bdc
Explain client-dependent and client-independent tables.
What are the differences between domain and data element?
Event handling in oops
What is the difference between abap and hr abap? : abap hr
what are the critical issues u face in ur project?
What do you mean by batch data communications programming?
What is sap abap data dictionary?
Explain how many types of tables exist and what are they in data dictionary?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
How can you access the function code from menu painter?
How can a lock object be called in the transaction?
What is lock mechanism? How do we create lock objects in abap?