cancel
Showing results for 
Search instead for 
Did you mean: 

How to block access to the transaction MR11 for a user?

dev_parbutteea
Active Contributor
0 Kudos

Is there any means to do this?

Accepted Solutions (0)

Answers (3)

Answers (3)

GauthamV
Active Contributor
0 Kudos

hi,

check exit avilable for that transaction.

if available write logic there.

if sy-uname = ' '.

if tcode = ' '.

raise cancelled.

endif.

endif.

or else i think only basis people can help u in blocking a transaction to a particular user.

former_member181995
Active Contributor
0 Kudos

Sooness,

create roles for that user.

i would suggest please sit with basis guy they can do this.

Amit.

Former Member
0 Kudos

Specify authorization object and specify profiles which u want to use

dev_parbutteea
Active Contributor
0 Kudos

For the transaction MR11, are there authority checks on the transaction code?