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: 

Changing the Object Class of authorization object $TMP to Package

Former Member
0 Kudos
1,461

Hi All,

When i'm creating Authorization objects it asked an OBJECT CLASS, but object class is created in $TMP and authorization object is created in Package, i want to change the OBJECT CLASS of authoriztion objects from $TMP to Particular Pckage, i need to transport this OBJECT CLASS.

Many Thanks in Adviance for your Answer

Naren

1 ACCEPTED SOLUTION

Former Member
0 Kudos
287

Hi Narender,

Execute the program RSWBO052, then Give R3TR CLAS and the Calss name then Press F8, Then place the curosr on the class and press Object Directory, then it will ask the Development class name, then SAVE it

Regards

Sudheer

9 REPLIES 9

Former Member
0 Kudos
287

Hi,

goto that program.

select goto->object directory entry

press display/change button.there u can change the package.

rgds,

bharat.

0 Kudos
287

Hi Bharat,

It is not a program, when authorization objects used in program say for ex..F_BKPK_BUK is an standard authization object, like i created a ZBUKRS when i am creating this authrization object it is asking an OBJECT CLASS (for creating an object class T.CODE is SU21), in this when iam creating it is created in $TMP but i want to cahnge to a particular object.

Many Thanks in Advice

0 Kudos
287

Hi

See my previuos or Raymond answer and you'll solve your problem

Max

0 Kudos
287

HI,

select ur object and right click on that.select change.pop-up will come.select the check box package interface.and press enter.

rgds,

bharat.

former_member404244
Active Contributor
0 Kudos
287

Hi,

go the program and then goto->object directory entry.Now change the package class..

Regards,

Nagaraj

former_member588853
Active Contributor
0 Kudos
287

hi,

go to -->Object directory..

click the change button below the popup and give your package name ..

It will ask for the request.. give that and save..

reward if usefu;

regards,

nazeer

Former Member
0 Kudos
287

Hi

U can do it by trx SE03:

- Choose "Change object directory entries

- Insert the hit SUSC <OBJECT CLASS NAME>

- Press F8

Max

Former Member
0 Kudos
288

Hi Narender,

Execute the program RSWBO052, then Give R3TR CLAS and the Calss name then Press F8, Then place the curosr on the class and press Object Directory, then it will ask the Development class name, then SAVE it

Regards

Sudheer

raymond_giuseppi
Active Contributor
0 Kudos
287

Call transaction SE03, select "Change Object Directory Entries" and "Execute"

Objects type for authorization objects are

<b>R3TR SUSC Authorization object class</b>

R3TR SUSG Authorization object groups (assignment TCode --> auth.gr.)

R3TR SUSK Customer: Assignment of transaction -> authorization object

R3TR SUSO Authorization object

R3TR SUSP Templates for authorization profiles (Profile Generator)

R3TR SUST Assignment transaction > auth. objects

So add a line with SUSC and the name of the Authotization Object Class.

Regards