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 |
where do we store all custom programs in SD module?
1 Answers Baidu, Thomson Reuters,
What is user exists?
2 Answers FutureSoft, Unilogic Software,
You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?
How do you work with semi colon se[arated files in BDC ?
scripts are client independent then how to transfer from one client to (i know RSTXR3TR AND SCC1 TCODE )another client?
n an internal table you want to modify content of a particular field in a row. How to do it?
can onyone tell me , how many data classes and size categories are there ?
wat is the difference between ALE & EDI?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
what are the differences between SAP R/3 4.7 and ECC 6.0 from ABAP Point of view?
how many blocks can create in a ALV BLOCK LIST in ABAP?
Can we call a subroutine in a script? If so, how?