Application Development 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: 

User Command cl_gui_alv_grid

Former Member
0 Kudos

Hi Experts,

I need to know when the user click at the button, but my toolbar is standard. I'm using the class cl_gui_alv_grid to generate ALV and show me the buttons standard. Somebody has any ideia how Can I to do this??

Thanks very much.

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Luis

The standard ALV toolbar functions do NOT trigger event USER_COMMAND. One possible option would be call method go_grid->set_toolbar_interactive( ) (triggers event TOOLBAR) and overwrite the standard ok-codes with your own ok-codes.

Regards

Uwe

Former Member
0 Kudos

I suspected, but thanks for your help.

Best regards.