Wednesday, September 30, 2020

Events associated with Interactive Reports in SAP ABAP.

 Events associated with Interactive Reports.

What are the events associated with Interactive Reports?

Ans :- Following are the EVENTS associated with the Interactive Reports .

Ø  AT LINE-SELECTION: This event is triggered at the time of user clicks on any record of any list. It is used to provide the detailed list based on the current list.

The system field SY-LSIND holds the Index of the next drill down list.

Ø  AT USER-COMMAND: This event is triggered at the time of user clicks on any menu item. This event is used to provide the additional functionality based on the selected push button.

Ø  TOP-OF-PAGE DURING LINE-SELECTION: This event is triggered with the first WRITE/ULINE/SKIP of the drill down list. It is used to provide the column headings for the drill down list.

Ø  AT PF: This event is triggered when the function key is pressed. This event is used to provide the additional functionality based on the selected menu item.

Ø   SET PF-STATUS: This event is triggered at the time of attaching our own GUI to the list. It is used to call the menu status.

Ø  Up to 35 Push buttons can be created on the Application tool bar.

No comments:

Post a Comment