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: 

How to eport all the authorization objects for a particular role.

Former Member
0 Kudos

Hi Experts,

Can you please let me know how to extract all the Auth. Objects of a particular role and export the same to Excel?

Thanks in Advance.

Venkat

1 ACCEPTED SOLUTION

sreekanth_sunkara
Active Participant
0 Kudos

Hi,

go to SE16N and look for table AGR_1251 and put the role name there, you will get all the objects in the role.

thanks,

SS

2 REPLIES 2

sreekanth_sunkara
Active Participant
0 Kudos

Hi,

go to SE16N and look for table AGR_1251 and put the role name there, you will get all the objects in the role.

thanks,

SS

Former Member
0 Kudos

Hi ,

I would suggest you to use se16 instead of SE16N which enters into edit mode.But SE16 would be in display mode which is more safer for you . Since the requirement is only to generate the report.

Steps are as follows.

1) Goto Tcode se16.

2) Give table name AGR_1251

3) Give the required role name in field AGR_NAME

4) Execute (F8).

Once the report is generated .

Follow the below steps to export it to excel.

Goto to menu ->System->List->Save->local File->Spreadsheet->Give the path and file name ->Generate.

Hope it would be helpful.

Cheers!

Veena BJ