Application Development 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: 

T-code present but no role in SUIM

Former Member
0 Kudos

Guys,

Need to assign FTXP to a user A. So went in SUIM to see the role and found a FI_config role which is prohibited. Now the user comes back to me and asked me to mirror another user B's access. The user B has access to FTXP in suim --under users by transactions. But the same user does not have a role from which he can access FTXP --under roles by complex selection, putting user B name and FTXP together.

Wondering how can user B has access to FTXP without a role under it?

Thanks in advance.

5 REPLIES 5

Former Member
0 Kudos

Try this,

In SUIM, Complex Selection of roles, Input Auth Object "S_TOCDE" and then press enter and then input FTXP in the field and run it for the user B.

If you put it under transaction code, it looks for roles with that transaction code in menu and not in S_TCODE.

Most likely user B has a roles which has the subject transaction code in S_TCODE.

Regards,

Zaheer

0 Kudos

In addition to Zaheer and Arjun, also ensure there are no manual or SAP profiles added to the other user.

Abhishek

0 Kudos

Good Catch Abi... user B might have SAP_ALL.....

former_member248712
Active Participant
0 Kudos

The reason is because User B has a Role with FTXP under S_TCODE and which is added manually in S_TCODE and not under the Menu section of the Role.

So if you do a search for the role do it under ' Selection according to Authorization Values' (use S_TOCDE object) and not under ' Selection by Assigned Transactions in Menu'

AB.

Former Member
0 Kudos

Thanks Guys,

Mixed all of your answers and looked into it and guess what? The answer is a mixture of all. The t-code was present in S_tcode and it was inserted manually and there was a manual profile created for the same. So....no issues now.

Appreciate all of your help.