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


Please Help Members By Posting Answers For Below Questions

How do you populate data into a multiple line field? : abap bdc

822


Persistent class

1081


How can we handle table control in bdc? : abap bdc

791


What are the different kinds of lock modes?

756


How to call transaction in session method without recording?

1722






What work you have done in HR module

1075


What is the collect statement?

866


What is the function of a domain?

867


What is example class

1061


out bound process code for quotation?

1717


What are the parameters in bdc_insert? : abap bdc

1001


What is cts and what do you know about it? : abap hr

909


What are control tables? : abap data dictionary

754


What is the definition of modification in an sap system and how do they impact an upgrade?

735


A subroutine can be terminated unconditionally using exit. State true or false : abap modularization

784