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 class

Former Member
0 Likes
1,502

Hi,

Can anyone tell me the procedure for transporting authorization class. I am ablr to transport the authorization object but not the class.

Thank you.

Regards,

Sowmya.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
1,294

Hi,

create a new request using se09 transaction and add this.

R3TR SUSC < Your authorization class name >.

9 REPLIES 9
Read only

GauthamV
Active Contributor
0 Likes
1,295

Hi,

create a new request using se09 transaction and add this.

R3TR SUSC < Your authorization class name >.

Read only

Former Member
0 Likes
1,294

I am trying to do this but it is displaying that this cannot be included in the request\task. Can you please tell me whats the mistake here and let me know if there is any procedure to do this.

Read only

Former Member
0 Likes
1,294

Hi,

If you create a new authorization class using su21 tcode. It will ask for the request to save and therefore you can transport the same.

Regards

Khanna

Read only

0 Likes
1,294

Hi,

Actually i have saved the class as a local object. How to reassign it to a package. I am not able to see this in the local object list in object navigator SE80 also.

Read only

0 Likes
1,294

use SE03 transaction to change the package and then you can save in request

from se09 as i mentioned above and transport.

SE03 - change object directory entries - execute.

give R3tr - susc - your class name - execute.

change package - create request and transport.

Read only

0 Likes
1,294

I am not authorized to use SE03 transaction.Is there any other means to change the package.

Read only

0 Likes
1,294

Why dont you take authorization for se03 and proceed ?

Read only

Former Member
0 Likes
1,294
Read only

Former Member
0 Likes
1,294

Hello,

go to SE09 and create a request with a Trasport of Copies and create Request.

then double click on request --> change ---> and fill

Program ID : R3tr

Object Type : SUSC

Object Name : <Auth.Class name>

Hope this is helpful

Regards

Vshal