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 is the data for SAP query held?

Former Member
0 Kudos

Hi,

I'm trying to access the following information in SAP query:

Which users are assigned to which user groups?

SAP query seems to hold it's information in a very strange way. Does anyone know which tables I need to use to access this information, or which function modules I could use?

Many thanks,

Steph.

1 ACCEPTED SOLUTION

brad_bohn
Active Contributor
0 Kudos

You can use function RSAQ_IMPORT_USERGROUP_CATALOG, parameter table O_DBBN, to get the information via code.

1 REPLY 1

brad_bohn
Active Contributor
0 Kudos

You can use function RSAQ_IMPORT_USERGROUP_CATALOG, parameter table O_DBBN, to get the information via code.