what are the events in ABAP?
Answer Posted / naresh
SINCE WE KNOW SAP ABAP IS A EVENT DRIVEN LANGUAGE .
EVERY OBJECT(PROGRAM) IS EXECUTED BY AN EVENT.
EVENT IS NOTHING BUT A TRIGGERING .
IF ONE EVENT IS TRIGGERING THEN RELATED CODE IS EXECUTED.
DEFAULT EVENT OF SAP ABAP IS "START-OF-SELECTION".
The events in ABAP are:
Classical Events:
1)load of page
2)initilization
3)At selection-screen
4)At selection-screen on field
5)At selection-screen on value request
6)At selection-screen on help request
7)start-of-selection
8)end-of-selection
9)top-of-page
10)end-of-page
Interactive evens:
1)At line selection
2)At pf status
3)At user-command
4)Top-of-page during line selection
Module pool Events
1)PBO-Process Before output
2)PAI-process After Input
3)POV-Process on value request(F1 help)
4)POH-process on help request(F4 help)
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you populate data into a multiple line field? : abap bdc
Persistent class
How can we handle table control in bdc? : abap bdc
What are the different kinds of lock modes?
How to call transaction in session method without recording?
What work you have done in HR module
What is the collect statement?
What is the function of a domain?
What is example class
out bound process code for quotation?
What are the parameters in bdc_insert? : abap bdc
What is cts and what do you know about it? : abap hr
What are control tables? : abap data dictionary
What is the definition of modification in an sap system and how do they impact an upgrade?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization