‎2008 Mar 04 6:03 AM
Hi guys,
Can please someone let me know how to disable print function from the system menu .
Is there any user exit to disable the print function from the system menu for a customized transaction.
regards,
Mustafa
‎2008 Mar 04 6:12 AM
It is possible only if you can take a key from SAP AG to change a standard programs SAPMSSY0 and LSYSFU04.
You need to correct:
1) SAPMSSY0: the begining of the module print_start (when sy-xcode = '%PRI')
2) LSYSFU04: function 'LIST_COMMAND' (when command = '%PC')
You should check here sy-cprog & sy-uname
please see the follow link:
Preventing or Logging List Downloads
Reward points if found helpful....