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

Problem in PF status

Former Member
0 Likes
411

Hi,

I have created a PF staus.Added a push button on the Application toolbar.

I pass this pf status in the func mod. REUSE_ALV_LIST_DISPLAY.

When the report is executed only the Pushbutton appears on the screen.

All the default Application tool bar items and Menu items disaapear.

Can any one let me know how to handle this situation.

Regards,

Sandy

3 REPLIES 3
Read only

Former Member
0 Likes
391

Hello,

<b>

You need to copy the PF status the standard ALV report SAPLSLVC_FULLSCREEN and status STATUS.

</b>

Then u make the modifiction like add a button.

Vasanth

Read only

Former Member
0 Likes
391

Hi Sandeep,

You should copy the standard pf status 'STANDARD' and then add your button in that copied pf status. then pass that pf status. u will see the default buttons too.

hope it will help u out.

Cherio,

Azad.

Read only

Former Member
0 Likes
391

Hai

please see the standard program bcalv_grid_05.

it is similar to ur problem.