cancel
Showing results for 
Search instead for 
Did you mean: 

Authorisation Object

Former Member
0 Kudos

Dear all,

Can some one tell about how Authorisation object is created and attached to the user.

say for ex:

trxn01 - create

trxn02 - change

trxn03 - display

Based on the user limitations , authorisation will be controled.

Though i am not going to do as per my present profile , i would like to know and simulate in DV.

thanks.

regards,

saravanan

Accepted Solutions (1)

Accepted Solutions (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Create the object with tcode SU21.

After, insert it in the correct coding (userexit, enhancement, BADI, ...).

Finally, set the object in the profile for the user (tcode PFCG).

In SU21, for auth.fields try the value 'ACTVT', so, in PFCG you could try value '01' for create, '02' for change document and so on. You can control this issue in the coding, so for SO, if sy-tcode = 'VA01', actvt = '01' and so on.

I hope this help you

Regards,

Eduardo

Former Member
0 Kudos

Dear Eduardo,

Sorry for the late reply.

I do not have rights for the said transaction , i will take rights and try and revert.

thanks

saravanan

Answers (0)