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

Adding push button to alv grid

Former Member
0 Likes
1,898

Hi,

I have a requirement that i should set a pus button in alv grid and once the data is populated i should use that button and post the output in another t code.

The report has already been developed and now i need to add push button. How can i acheive this. Please help.

Regards,

Sam.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
882

Hi,

Are you using Function Module approach or ABAP Objects? The solution will be different in both cases. However, check the following links if you are using FMs.

https://scn.sap.com/thread/1445102

https://scn.sap.com/thread/1223958

Adding Custom Button to ALV toolbar

5 REPLIES 5
Read only

Former Member
0 Likes
883

Hi,

Are you using Function Module approach or ABAP Objects? The solution will be different in both cases. However, check the following links if you are using FMs.

https://scn.sap.com/thread/1445102

https://scn.sap.com/thread/1223958

Adding Custom Button to ALV toolbar

Read only

0 Likes
882

Hi Abhijit,

Iam using FM.

Read only

0 Likes
882

Hi,

Then above links should help.

Regards

Abhi

Read only

VijayaKrishnaG
Active Contributor
0 Likes
882

Hi Samuel,

Where exactly you need to place push button, either in ALV_GRID or Tool bar?

If you want to place a push button on Tool bar, Copy the standard PF status to your ALV and then add push button in it.

Regards,

Vijay

Read only

sivaganesh_krishnan
Contributor
0 Likes
882

HI samuel,

You can create a push button in application tool bar by double clicking on PF STATUS.

click on pf status , in application toolbar write you button name and active it ..

In PAI ,

You can process based on the name you have declared.

Regards,

sivaganesh