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
What are the page headers for secondary lists?
What is “call mode”?
Which objects are independent transport objects? : abap data dictionary
Explain the different types of data dictionary objects?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are the aggregate objects in data dictionary? : sap abap data dictionary
What is meant by authorization? : sap abap hr
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What is an abap?
Explain how to create any functions? How to go about it?
What are the various types of selection screen event?
Explain what are the events in screen programming?
Print options in smartforms?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
To find the date difference & excude saturday & sunday in between them