Question:
hai,
i have placed a push button(DELETE) along with the alv standard buttons,
can any one say me how to TRIGGER THE push button(i have created),
i tried with at user command, but it doesnt wrks
Answer:
Do you really mean trigger or to process the event when you click on the button?
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
i want process the event
Eg: if i cleck the button a message as to b displayed.
Answer:
Good, then, if you use call function 'REUSE_ALV_GRID_DISPLAY', you can supply the form that will be called on the command in the parameter 'i_callback_user_command'. For examples, see the programs in dev.class SLIS. Also, if you have checked the FAQ, you would find this topic:
/forums/viewtopic.php?t=11601
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
i am useing, reuse_alv_list_display.
thanks in advance,
pls suggest me.