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

Button on ALV

Former Member
0 Likes
327

Hi All,

I have to create a interactive ALV, I´m using for this a Module Pool with OO ALV.

I have created a Custom Control (Container) to display the list.

On this screen I have set a button to process a line of the list, but I have a problem.

I tried to handle the event pushbutton_click, but this event is not handled when I push the button and I think the cause is the button is not linked to the container, and I don´t know how do this.

On the other hand, I tried to perform the actin of the button on module_user_command, but on this module I don´t have the information of the line selected, because the button is not linked with the container.

Then my problem is that I don´t get link the button to the container. Somebody could guide me on this.

I have a lot of points to give ;).

Thanks and regards,

Manuel.

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
296

This program <b>BCALV_GRID_05</b> can help you add the button at ALV Toolbar which you can handle inside the event pushbutton_click.

Regards,

Naimesh Patel