cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable a function from Menu Bar in XK03 since no menu exit exists and Transaction variant cannot be used for security issues.

Former Member
0 Kudos

How to disable a function from Menu Bar in XK03 since no menu exit exists and Transaction variant cannot be used for security issues.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

     You can set a enhancement point on the Function that you need to block and check if the user have authorization for it.

     First, call the XK03 Transaction. Put /H in the T-CODE field to enable debugger, click on the function that will be disabled and go to debugging until you enter on a form (subroutine) of that function, put an enhancement point on it and check authorization.

Former Member
0 Kudos

Hi Carlos,

Thanks for the reply, but it won't serve the purpose since the function i am intending to disable is cascading one and its child functions are already disabled. So, please let me know other option if possible.

former_member184065
Active Contributor
0 Kudos

Hi,

Please Use Subject efficiently and Don't need to raise a query in two times.

Thanks,

Naren