cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization Group and Authorization Object

Former Member
0 Kudos

Hi,

Can I attach my own authorization object to an authorization group? If yes, how?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member555112
Active Contributor
0 Kudos

Hi,

Use SU21 transaction for the same.

Regards,

Ankur Parab

Former Member
0 Kudos

Hi Ankur,

SU21 lets one assign authorization objects to a class. What I am looking for is a way to assign authorization objects to an authorization group. I don't even know if that's possible.

Peranandam
Contributor
0 Kudos

Authorization group is nothing but anthorizaion field assigned with authorization object.

if you taking about authorization group in TMG Screen, then you dont need to assign to authorization object.

By default authorization group field 'DICBERCLS' assigned with authorization object S_TABU_DIS with TMG screen.

if you debug TMG screen you will come to know, how SAP is doing authorization check to TMG screen.

AUTHORITY-CHECK OBJECT 'S_TABU_DIS' "check by class

ID 'ACTVT' FIELD activity

ID 'DICBERCLS' FIELD tddat-cclass. -


> Assigned authorization group.

if you want to assign authorization group to another autorization object, While creating authorization object, assign authorizaion goup field 'DICBERCLS' to authorization object.

hope it will resolve your problem...

Regards,

Peranandam