‎2007 Mar 01 7:05 AM
Hello All
I want to add a push button to an ALV Display.I m using REUSE_ALV_LIST_DISPLAY for display. Please guide me.
Thanks
Seema
‎2007 Mar 01 7:31 AM
Hi Tharani Arumugapandi ,
Copy Std gui status from std program to your program and add buttons accordingly.
And in the REUSE_ALV_LIST_DISPLAY fm pass name of the newly copied gui status to parameter I_CALLBACK_PF_STATUS_SET . And the program will show the newly added buttons.
Remeber to handle the code of clicking of newly added buttons by passing a subroutine name to parameter I_CALLBACK_USER_COMMAND.
Hope that helps.
Regards
Kapadia
‎2007 Mar 01 7:34 AM
‎2007 Mar 01 7:36 AM
You can add icon in REUSE_ALV_LIST_DISPLAY and use it as button.