Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV oops events with examples

Former Member
0 Likes
551

Hi All,

Can anyone let me know what are the events used with LIST,GRID,HIRARCHICAL,BLOCKED using ALV oops with examples.

Regards

Hi All,

Can anyone let me know what are the events used with LIST,GRID,HIRARCHICAL,BLOCKED using ALV oops with examples.

Regards

1 REPLY 1
Read only

Former Member
0 Likes
418

Hi Ranveer Thankur ,

Their are n number of events which are linked to all this type of alv . You can find all the events by just going inside the class you are using and their is tab called 'EVENT' in that you will get all the event linked to it and you can use it according to you need .

for eamxple :

if you are using class CL_GUI_ALV_GRID

then corrensponding events are:

RIGHT_CLICK

LEFT_CLICK_DESIGN

MOVE_CONTROL

SIZE_CONTROL

LEFT_CLICK_RUN

TOOLBAR_MENUBUTTON_CLICK

CLICK_COL_HEADER

DELAYED_MOVE_CURRENT_CELL

F1

DBLCLICK_ROW_COL

CLICK_ROW_COL

TOOLBAR_BUTTON_CLICK

DOUBLE_CLICK_COL_SEPARATOR

DELAYED_CHANGE_SELECTION

CONTEXT_MENU

TOTAL_CLICK_ROW_COL

CONTEXT_MENU_SELECTED

TOOLBAR_MENU_SELECTED

ONF1

ONF4

DATA_CHANGED

ONDROPGETFLAVOR

ONDRAG

ONDROP

ONDROPCOMPLETE

SUBTOTAL_TEXT

BEFORE_USER_COMMAND

USER_COMMAND

AFTER_USER_COMMAND

DOUBLE_CLICK

DELAYED_CALLBACK

DELAYED_CHANGED_SEL_CALLBACK

PRINT_TOP_OF_PAGE

PRINT_TOP_OF_LIST

PRINT_END_OF_PAGE

PRINT_END_OF_LIST

TOP_OF_PAGE

CONTEXT_MENU_REQUEST

MENU_BUTTON

TOOLBAR

HOTSPOT_CLICK

END_OF_LIST

AFTER_REFRESH

BUTTON_CLICK

DATA_CHANGED_FINISHED.In this way you can find all the event.

With Regards,

Anomitro Guha.