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: 

Autharization Object

Former Member
0 Kudos

Hi Gurus,

I have some problem regarding Z t-code autharization . I have created a custome object class and custome autharization object and autharization filed valuve is "ACTVT" and permitted activiti is "03". I have assign this object to my Z t-code. Basis guy assigned this to particular user thru PFCG But this my Z t-code is not opening in this user . Its restricted in all user. Can anyone tell what I am missing here . Plz help me out.

Thanks & Regards

Jitendra Singh

5 REPLIES 5

Former Member
0 Kudos

please check if you have done all the steps (correctly).

1.) you created an z-objectclass

2.) you created a z-object and assigned it to the z-objectclass

3.) you set up 'CM' in transaction SU24 for your z-transaction

4.) in the z-program attached to your z-transaction you have coded an authority check on z-object ...

5.) you (or your basis person) added the transaction-code to a specific role attached to only one user and there he/she added it to the menu-tab thus assuring that the settings in SU24 will move the z-object to the authorizations-section of the role in PFCG.

all of this was done (correctly)? if yes, please tell us your release.

Former Member
0 Kudos

Hi,

You need to approach this like any other authorisation problem. Try to run the transaction and when it fails run transaction SU54 to get the failed auth check.

My guess is you need to add object S_TCODE for you z t-code, as well as your z-object.

Regards,

Nick

0 Kudos

make that SU53 ... and i'll agree

eerggh - and without TCODE what would be the point of the whole procedure?

0 Kudos

Thanks Mylene, I guess I was only one out

Former Member
0 Kudos

Thanks Mylene