2004 Aug 31 1:08 PM
Hi ,
Iam trying to display alv grid using FM REUSE_ALV_GRID_DISPLAY .The problem is I want to display some more buttons on application tool bar in addition to the ones already existing .When Iam trying to set pf-status with new buttons its over writing the existing ones and displaying only the buttons i create.
Any help in this regard.
Thanks and Regards,
Rajashree Pattem
Hi ,
Iam trying to display alv grid using FM REUSE_ALV_GRID_DISPLAY .The problem is I want to display some more buttons on application tool bar in addition to the ones already existing .When Iam trying to set pf-status with new buttons its over writing the existing ones and displaying only the buttons i create.
Any help in this regard.
Thanks and Regards,
Rajashree Pattem
2004 Aug 31 1:51 PM
Hi,
try to copy standard status STANDARD_FULLSCREEN from functoin group SLVC_FULLSCREEN, add your own buttons to it, and pass it to functoin module REUSE_ALV_GRID_DISPLAY using input parameter i_callback_pf_status_set
Regards,
Malgorzata
2004 Aug 31 1:59 PM
Hi,
go to se41, type in the standard sap program name, you can see the available status, u can copy these status to your Z* program by doing the following,
In the menu Bar,Select User interface --> Copy --> Status.
Prabhu Rajesh.
2004 Aug 31 3:59 PM
Hi Rajashree,
You can copy from PF-Status of function group SLVC_FULLSCREEN into your own. Then add the button you need in this pf-status.
You can do like this. Go to SE80 and enter your custom program. Right click on you Gui Status and select Copy. In From enter program SAPLSLVC_FULLSCREEN and status STANDARD_FULLSCREEN. In To column, put it your program and status name.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |