‎2014 Feb 07 3:43 AM
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.
‎2014 Feb 07 3:50 AM
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
‎2014 Feb 07 3:50 AM
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
‎2014 Feb 07 4:06 AM
‎2014 Feb 07 4:26 AM
‎2014 Feb 07 4:13 AM
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
‎2014 Feb 07 4:21 AM
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