2007 Sep 14 1:36 PM
Hi
I want to add a print button in the alv toolbar displayed. Standard alv toolbar has print preview button but I want a button so that just by pressing i can get a print out on my default printer. i am using reuse_alv_grid _display function module to show alv. I dont want to use print button in menu bar.
Thanks
Vishal kapoor
Hi
I want to add a print button in the alv toolbar displayed. Standard alv toolbar has print preview button but I want a button so that just by pressing i can get a print out on my default printer. i am using reuse_alv_grid _display function module to show alv. I dont want to use print button in menu bar.
Thanks
Vishal kapoor
2007 Sep 14 1:41 PM
hi,
Create ur own Status by
<b>SET PF-STATUS '<name>'.</b>
and create buttons in that as per ur need.
Hope it will b helpful.
2007 Sep 14 1:48 PM
Hi Vishal,
To standard print button you have to copy any standard PF status from any standard program because if you just put code set pf status it will overwrite every thing.
So do one thing copy STANDARD pf status from sap standard program SAPKLBL to your programand activate it.
Hope it will solve ur problem.
Regards
Krishnendu