2012 Jun 11 10:13 AM
HI Genius,
Can anyone teel me how to disable print button in classical report.
Moderator message: please do more research before posting.
Message was edited by: Thomas Zloch
HI Genius,
Can anyone teel me how to disable print button in classical report.
Moderator message: please do more research before posting.
Message was edited by: Thomas Zloch
2012 Jun 11 10:19 AM
2012 Jun 11 10:22 AM
Hi,
You need to create a status in SE41 transaction say 'ZSTATUS' by copying the STANDARD PF status and assign some function code to the print button say for example 'ZPRINT'.
Then in your program after START-OF-SELECTION, write the below line:
SET PF-STATUS 'ZSTATUS' EXCLUDING 'ZPRINT'.
This way your print button will get disabled.
Hope it serves useful to you.