‎2020 Nov 27 6:58 AM
Hi Friends,
I have copied the user interface from SAPLKKBL, STANDARD_FULLSCREEN.
I have added two push buttons. one is at the menu level and another one is the ALV grid line level.

if I press pack/shipment button then it triggers user_command(it's working fine) but If I click the serial number push button then user_command is not triggered but PF_status subroutine has triggered.
Thanks with Regard,
Vallamuthu M.
‎2020 Nov 27 7:23 AM
I guess you are using CL_GUI_ALV_GRID technology, right?
If so, you need to handle its methods/event (i.e. BUTTON_CLICK).
PF_STATUS / USER_COMMAND subroutines are for the Toolbar you copied, not for row events
‎2020 Nov 27 10:41 AM
Hi Simone Milesi,
Thanks for your update.
I am using the FM REUSE_ALV_GRID_DISPLAY_LVC.
Thanks with Regards,
Vallamuthu M
‎2020 Nov 27 11:44 AM
vallamuthu.madheswaran2 i'm sorry, that FM is so old and deprecated that i do not remember how to help you.
Did you try a quick search here or on google? Maybe this helps you a bit
‎2020 Nov 27 5:26 PM
So, you use REUSE_ALV_GRID_DISPLAY_LVC.
How did you pass the subroutine name? Did you set its name in upper case? Did you make sure the name in the parameter matches exactly the name of the subroutine?
‎2020 Nov 30 11:18 AM
You should consider using CL_GUI_ALV_GRID (REUSE_ALV_GRID_DISPLAY_LVC is one step from REUSE_ALV_GRID_DISPLAY on the road to this class, structures of parameter are already ready for the class to use)
‎2020 Dec 04 6:18 AM
Hi Raymond Giuseppi,
Thanks for your update.
Now I have changed the push button to expand all icon. Now the problem is solved.
Thanks with Regards,
Vallamuthu M..