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: 

MIGO Security

Former Member
0 Kudos

Hi,

I am creating one role in that MIGO transaction is involve when i test and access MIGO transaction and in it controlling documents it is jumping to the transaction KSB5 how can i rescrict this. I dont want user to enter into KSB5 transaction. and i check whole roles for that user no other roles contain the transaction KSB5.

Please advise.

Thanks.

Mohammed.

2 REPLIES 2

manohar_kappala2
Contributor
0 Kudos

Trace the user with MIGO access.

if in the trace the S_Tcode with KSB5 value comes up then u can control it by removing KSB5 from S_TCODE from the role assigned to the user.

Or else u might need to put an extra authority-check statement in the code for S_TCODE with value in KSB5 to make that control take effect.

Former Member
0 Kudos

Mohammad,

Is your problem solved?

I think this problem is just because you have assigned tcode KSB5 to that user.

Just check all the roles assigned to that user. One of them must be having value KSB5 under object s_tcode.

Cheers

--Shamish