Please List ALL Events in Interactive Report & Classical
Report in CORRECT ORDER.
Answer Posted / narahari
EVENTS FOR CLASSICAL REPORTS:
LOAD-OF-PROGRAM
INITIALIZATION
AT_SELECTION_SCREEN_ON_OUTPUT
AT_SELECTION_SCREEN_ON_FIELD
AT_SELECTION_SCREEN_ON_VALUEREQUEST
AT_SELECTION_SCREEN_ON_HELPREQUEST
AT_SELECTION_SCREEN
START_OF_SELECTION
END_OF_SELECTION
TOP_OF_PAGE
END_OF_PAGE
INTERACTIVE REPORTS EVENTS
AT LINE SELECTION
AT USER COMMAND
AT PF
TOP OF PAGE DURING LINE SELECTION
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What are the modes in lock objects? : sap abap data dictionary
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
What is the use of the raising exception?
What is pretty printer?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
How many detail lists can be created in interactive reporting?
What is the purpose of at first and at last?
What is table pool?
List some of the many different ways that the sap standard functionality can be changed by a customer?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
What are the attributes of a field that can be activated or deactivated during runtime?
what is difference between set screen and call screen ?
What is the first thing you do after vendor setup is complete?
What happens if a function module runs in an update task? : abap modularization