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

ALV with Push button

Former Member
0 Likes
442

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

3 REPLIES 3
Read only

Former Member
0 Likes
420

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

Read only

Former Member
0 Likes
420

check this

Regards

Prabhu

Read only

Former Member
0 Likes
420

You can add icon in REUSE_ALV_LIST_DISPLAY and use it as button.