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

Disabling print function from system menu

Former Member
0 Likes
449

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

1 REPLY 1
Read only

Former Member
0 Likes
389

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....