cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Authorization Object

Former Member
0 Kudos

Hi all,

I am new to creating Authorizations.Can anyone please provide me any documentation for creating the authorization objects.

Answer will be rewarded.

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

dhorions
Contributor
0 Kudos

You can create an autorisation object in transaction su21. ( docs : http://help.sap.com/saphelp_nw70/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm )

In this object you will want to use autorisation fields, documentation about creating them in transaction su20 is here : http://help.sap.com/saphelp_nw70/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm

I hope this helps.

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Vara,

<b>Creating Authorization Objects</b>

An authorization object groups together up to ten authorization fields that are checked together in an authorization check.

To create authorization fields, choose Tools --> ABAP Workbench, Development --> Other tools --> Authorization objects --> Objects or Transaction <b>SU21</b>.

Enter a unique object name and the fields that belong to the object. Object names must begin with the letter Y or Z in accordance with the naming convention for customer-specific objects.

You can enter up to ten authorization fields in an object definition. You must also enter a description of the object and documentation for it. Ensure that the object definition matches the ABAP AUTHORITY-CHECK calls that refer to the object.

Hope it helps.

Please award points if it is useful.

Thanks & Regards,

Santosh