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 / sara george
1. BACK
2. PROTECT...ENDPROTECT
3. LOOP..ENDLOOP
4. FUNCTION MODULES
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How can I make a differentiation between dependent and independent data? : abap hr
What is sap luw or update transaction?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is table pool?
What are the internal tables and work area?
What are the value tables?
what is sap scriptview ?
What are the update types possible? : abap data dictionary
What is the use of buffering?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
Is it possible to bring select option in module pool screens?
What is luw?
What is sap abap data dictionary?
Which transaction code can I used to analyze the performance of ABAP program.?
how can you display data say "your name"in sap script without print program or driver program??