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: 

Which programs corresponds to an offline analysis?

Former Member
0 Kudos

Dear all,

I'm trying to extract data for an offline analysis. Which programs do I use for extracting the last two flat files?

File 1 : User File - /VIRSA/DLOAD_USRS

File 2 - User Action File - /VIRSA/DLOAD_AUTH_OBJS

File 3 - User Permission File - ?

File 4 - Role File - /VIRSA/DLOAD_ROLES

File 5 - Role Action File - ?

File 6 - Role Permission File - /VIRSA/DLOAD_ROLE_AUTH_OBJS

File 7 - Action/Permission Objects - /VIRSA/ZCC_DOWNLOAD_SAPOBJ

File 8 - Description File for Action, Permission Fields and Values - /VIRSA/ZCC_DOWNLOAD_DESC

Thanks,

1 REPLY 1

Former Member
0 Kudos

Well, based on my knowledge (and the list of VIRSA* programs) there is no such program for these but you may want to use the associate tables:

File 3 - User Permission File

You can use table AGR_USERS to get the list of roles per users and then table AGR_1251 for the list of permission per role.

File 5 - Role Action File - ?

You can get this by using AGR_TCODE but it may not be accurate since this reflect menu transactions codes and changes can be performed directly at authorization level therefore I would recommend using table AGR_1251 for object S_TCODE.

Just a question: why do you need to perform such an analysis if you have CC ?