cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Block transaction code for particular user in single role.

former_member724638
Discoverer
0 Likes
1,576

Hi All,

We have to received requirement from customer end to restrict VA01, VA02 transaction code for particular user. is it possible?

for example, we are having single role with multiple transaction code and it is mapped with more than 20 users. out of 20 users 3 users not suppose to use VA01, VA02 transaction without creating new roles.

kindly suggest me.

Accepted Solutions (0)

Answers (1)

Answers (1)

venkateswaran_k
Active Contributor
0 Likes

Hi

You may not be able to block a particular tcode for a user - who is already been assigned to roles.

Option 1.>>>> (is recommended one)

  • You have to copy the existing role to a new_role & remove the t-codes from it
  • Remove those users from the existing role to a new role

Option 2.>>>> (if you still do not want to create new roles..

  • Handle it through Exit - in MV45AFZZ
  • there will be user exit called read_documet. here you can put your validation by checking the user name sy-uname and display the message and block it.

Regards,

Venkat