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

Compare users in the table

former_member204457
Active Participant
0 Likes
569

Hi Gurus,

I want to compare two users (UNAME) in the table AGR_USERS by roles (AGR_NAME). Let's say User1 has roles A, B, C, D and User2 has role A, F, G. I want the output shows the discrepancy of the roles between users as such

User1 User2

F B

G C

D

Any help would be greatly appreciated.

Hi Gurus,

I want to compare two users (UNAME) in the table AGR_USERS by roles (AGR_NAME). Let's say User1 has roles A, B, C, D and User2 has role A, F, G. I want the output shows the discrepancy of the roles between users as such

User1 User2

F B

G C

D

Any help would be greatly appreciated.

2 REPLIES 2
Read only

Former Member
0 Likes
526

hi cyrus

create a view for that table join it

Read only

Former Member
0 Likes
526

HI,

You can use the below function module to get the User roles

ALM_ME_GET_USER_BY_ROLES

then write the code for your requirment

Regards

Sudheer