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

Reg setting pf-status

Former Member
0 Likes
1,012

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

3 REPLIES 3
Read only

MalaGo
Explorer
0 Likes
883

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

Read only

Former Member
0 Likes
883

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.

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
883

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.