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: 

Copying values of a singular authorization object between roles?

Former Member
0 Kudos

Suppose I have an authorization object assigned to a role and its fields hold a large amount of data (say S_TCODE with a lot of transaction codes specified via ranges). Suppose further that I want to have this same object with this same data in another role. The other objects of the two roles are different and I'd rather not type the large amount of data into the authorization object again.

Is there a way to copy/paste just one authorization object between two roles?

I know how to make a copy of an authorization object and its values within the same role, but I haven't found a way to copy between roles.

ursa

1 REPLY 1

Former Member
0 Kudos

Hi Ursa,

I havent come across any export object kinda thing...

This may help you in practical situation...

Let us consider your particular requirement related to s_tcode.

for that go to suim -


transactions -> executable for role .

Give the role name get the list of transaction codes.

Download into excel file. then copy from there and paste into your new role menu or in s_tcode object.

Mostly we dont get that much list for other objects.

One more thing you can do.

click on display tab beside the object in your source role, you get the list window.

type ctrl + Y and then copy the 7-8 lines and paste it in the object of new role.

Cheers.

-


Shamish

Message was edited by:

Shamish Lele