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: 

Regarding push button on alv grid toolbar

Former Member
0 Kudos

Hi all,

I want to create two push buttons on the ALV grid toolbar.How can i proceed with core abap?

3 REPLIES 3

Former Member
0 Kudos

hi,

create your own pf-status and create two buttons in ITEMS tab .

Regards,

Vikram.S

former_member673464
Active Contributor
0 Kudos

hi,

you can copy the standard pf-status and add two more buttons for which you want the new functionality.you can assign the pf-status to the alv-grid .

Regards,

Veeresh

former_member598013
Active Contributor
0 Kudos

Hi Mahesh,

Use the event at user-command to handle the button in alv toolbar.

Thanks,

Chidanand