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

User Command cl_gui_alv_grid

Former Member
0 Likes
535

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
Read only

uwe_schieferstein
Active Contributor
0 Likes
375

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

Read only

Former Member
0 Likes
375

I suspected, but thanks for your help.

Best regards.