‎2007 Jun 12 11:24 AM
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
‎2007 Jun 12 11:27 AM
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
‎2007 Jun 12 11:28 AM
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.
‎2007 Jun 19 12:14 PM
Hai
please see the standard program bcalv_grid_05.
it is similar to ur problem.