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

What do you understand by work area and internal tables in abap? Why do we use it?

603


What is the last entry in all bdc tables? : abap bdc

588


What are conversion routines? : abap data dictionary

580


I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

1798


Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr

526






What are the differences between a database index and a match code?

589


What are the different functions used in sap script?

520


What is step-loop? Explain all the steps?

536


What is a database view? : abap data dictionary

638


What abap statement will trigger list generation?

620


Explain the difference between free and refresh?

579


What is a table attribute? : abap data dictionary

558


What is a multiple line field?

584


Explain the Inportance of pa30? : abap hr

744


How to handle error in session method? : abap bdc

684