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

Database Table for all users

Former Member
0 Likes
652

Hi,

I have made a report where in I want to check the performance of one of my FM which has an importing parameter as user_id.

I want to run this report for all the SAP user_id. Which database table should I refer to perform the 'select' quiry to get all SAP user ids.?

Thanks in advance.

Regards,

Varun.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

USR02...

4 REPLIES 4
Read only

Former Member
0 Likes
612

USR02...

Read only

0 Likes
611

Thanks..

Read only

RaymondGiuseppi
Active Contributor
0 Likes
611

Double-click on the parameter definition, you will find a data-element and then the domain XUBNAME which has a value table USR02.

Regards,

Raymond

Read only

0 Likes
611

Hi,

Thanks for the table name.

I have a doubt here. I performed SELECT * (without any condition)on USR02 and it returned 98423 entries.But isn't all SAP user ids (globally) is much more than this number?

Did I miss something?

Kindly guide.

Thanks,

Varun.