what are the events in ABAP?

Answer Posted / onkar rai

There are several events used in ABAP . we mainly use events
in Reports. while developing a report sequence of event is

1) Initialization: process after load of program and before
the selection screen processing.

2) At Selection Screen output: This event is generally used
for modification of the screen like hide/unhide parameters.

3) At Selection Screen: Occurs each user command in
selection screen. We can use it to perform checking on user
input.

4) Start of Selection: occurs when standard selection screen
has been processed. data is read in this event.

5) End of Selection: This event is triggered in type
executable programs once the logical database has finished
reading all data and before the list processor is started

6) Top of Page: Occurs when a new page starts. Use it for
write report header.

7) End of Page: Occurs when a page ends. use it for write
report footer.

8) At Line Selection: occurs when user double click on report.

9) At User Command: Occurs when the user push the toolbar
button.
Apart form this we use four events in module programming:
1) PAI: Process After Input
2) PBO: Process Before Output
3) POV: Process on Value Request (F1 Help)
4) POH: Process on Help Request (F4 help)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What’s value table?

587


How will you read from internal table records in a given value range (without using loop)

966


What is the difference between table and template?

571


Explain the difference between a pool table and a transparent table?

527


What is the name of the system variable that holds the contents of the selected line in interactive reporting?

703






Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

600


What are the domains and data element?

560


What is difference between dependent and independent data?

558


What are the different methods of bdc? : abap bdc

599


What is the use of the raising exception? : abap modularization

512


Differentiate between ooabap and abap?

699


What are the advantages of different types of bdc's?

527


How many types of views are there ?

640


How many types of size categories and data classes are there?

616


Explain what is a logical database?

597