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: 

Procedure of creation of Authorization Object through SU21

Former Member
0 Kudos

Hi All,

Please tell me how can i creta object class and object for Authorization Object by SU21.

I want to know this step by step.

Please Help me.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Serach the filed by description in transaction se83 and se84.

5 REPLIES 5

Former Member
0 Kudos

Serach the filed by description in transaction se83 and se84.

Former Member
0 Kudos

Hi,

Tcode for Authorization Objects are,

su20----> for defineing authorization field ,

su21-----> for authorization class,

su22------> for assignement authorization object

To create an authorization object:

1) Execute transaction SU21

2) Double-click an Object Class to select a class that should contain

your new auth object

3) Click on CREATE (F5)

4) (If creating custom field) - Click the 'Field Maintenance' button -->

Click on CREATE (Shift+F1)

5) Enter the Name for the New Authorization field and the corresponding

Data Element and SAVE

6) Confirm the Change Request data for the new Authorization Field

7) Go back two screens (F3-->F3)

😎 Enter the Authorization field name and document the object:

9) SAVE and ACTIVATE the documentation

10) Save the new Authorization Object

11) Confirm the change request data for the Authorization Object and

EXIT SU21

12) Finally, the SAP_ALL profile must be re-generated

Thanks & Regards,

R.P.Sastry

Former Member
0 Kudos

Hi All,

The problem is solved.

0 Kudos

Hi ,

Can you plz tell me in detail, how did u cretae and assign Authorization object.

Please explain...

Regards,

Naveen

raymond_giuseppi
Active Contributor
0 Kudos

Use this SAP documentation (or close the thread if already solved) : [Programming Authorization Checks|http://help.sap.com/saphelp_nw04/helpdata/EN/52/6712ac439b11d1896f0000e8322d00/frameset.htm] with links to SU20 [Creating Authorization Fields|http://help.sap.com/saphelp_nw04/helpdata/EN/52/67168c439b11d1896f0000e8322d00/frameset.htm] and SU21 [Assigning an Authorization Object to an Object Class|http://help.sap.com/saphelp_nw04/helpdata/EN/52/6716a6439b11d1896f0000e8322d00/frameset.htm]

For SE16 and SM30 check [Authorization Object S_TABU_DIS (Table Maintenance)|http://help.sap.com/saphelp_nw04/helpdata/en/1e/e867408cd59b0ae10000000a155106/frameset.htm]

Regards,

Raymond