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 is the maximum number of structures that can be included in a table or structure

634


What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary

535


Events that can be used in both the classical and interactive reports

1117


What are the basic object types? : sap abap hr

621


Difference between sy-tabix and sy-index?

780






What is a modification assistant?

586


In order to upload purchase order details, how you handle multiple values for a single field?

563


What are the different types of abap reports in sap?

762


what is user specific parameter?

1673


Explain the difference between a pool table and a transparent table and how they are stored at the database level?

553


Which one is better joins or views and why?

631


Explain what is sap script?

644


How to read files and process BDC's automatically ?

1535


How to create a link between modified form and modified print program?

583


How can we set the table spaces and extent sizes? : abap data dictionary

735