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 / saurabh srivastava
1.STOP
2.potect and endprotect
3.loop endloop
4.function modules
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain how to write a bdc - how do you go about it?
What are the data types of the external layer?
What are base tables of an aggregate object? : abap data dictionary
Can there be more than 1 main window in sap script?
What are the functional areas?
What is the reserve command?
What is match code? : sap abap hr
What is the major difference between pool tables and transparent tables?
Explain different types of attributes of function module?
How many types of tables exist and what are they in data dictionary?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What are the list of screen elements?
Is a logical database a requirement/must to write an abap/4 query?
Explain about interactive report?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???