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

Display user using complex selection criteria

Former Member
0 Likes
736

How to display user using complex selection criteria, I want to display user list with company code assigned to them?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
548

Hi,

First find the role that contains Company code using Table AGR_1252.

Next find out the users to whome the roles are attached to using Table AGR_USERS.

Hope it helps.

Please award points if it is useful.

Thanks & Regards,

Santosh

3 REPLIES 3
Read only

Former Member
0 Likes
549

Hi,

First find the role that contains Company code using Table AGR_1252.

Next find out the users to whome the roles are attached to using Table AGR_USERS.

Hope it helps.

Please award points if it is useful.

Thanks & Regards,

Santosh

Read only

0 Likes
548

Hi santosh,

I would like to display the list of users with company codes assigned to them,

Is it possible?

Appreciate your help

Regards,

Rajesh

Read only

0 Likes
548

In t.code SUIM

Select Users by complex selection criteria in that selection of values in authorization object give F_BKPF_BUK enter and then specify the company code & execute.

It will give list of roles having company code. Highlight each role and click on user assignment.

hope this helps