Application Development and Automation 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: 
Read only

Authorization object creation

Former Member
0 Likes
840

Hi all,

please tell me the step by step process of creating the authorization object.

Thanx in advance,

Giri.

5 REPLIES 5
Read only

anversha_s
Active Contributor
0 Likes
507

hi

how to create authorization object.

chk this slink.

http://help.sap.com/saphelp_bw21c/helpdata/en/52/6712ac439b11d1896f0000e8322d00/frameset.htm

rgds

anver

if h

Read only

Former Member
0 Likes
507

Hi,

You can create the Authorization Object Using SU21 trnasaction.

Regards

vijay

Read only

messier31
Active Contributor
0 Likes
507

Hi Giri,

Use transaction SU21 to maintain authorization...

On this transaction you will get list of authorization..

Select the authorization for which you want to create

authorization object.

and click on create icon on application tool bar.

Set values and save..

thats all now your authorization object is ready to be used in your program using

AUTHORITY-CHECK OBJECT object

ID name1 FIELD f1

ID name2 FIELD f2

...

ID name10 FIELD f10.

Hope this solves yo prob...

Enjoy SAP.

Pankaj Singh

Read only

Former Member
0 Likes
507

Hi,

steps are the following:

1. Create Authorization Fields (T-code SU20)

2. Create Authorization Objects (also create a new class if necessary) (SU21)

3. Creato Authorization Roles (PFCG)

for full guide please check here: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d70376-712c-2e10-61ab-c1f3700ef...

Regards,

Max