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

BAPI to get all user lists

Former Member
0 Likes
1,641

Hi Experts,

BAPI to get all user lists for input specific object, authorizations, profiles and values?

Any useful answer will be rewarded with suitable points.

Thanks,

Rohan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,185

Hi Rohan,

i don't know a BAPI but you can use Report: RSUSR002.

regards, Dieter

Hi Rohan,

i don't know a BAPI but you can use Report: RSUSR002.

regards, Dieter

4 REPLIES 4
Read only

messier31
Active Contributor
0 Likes
1,185

Hi,

Check this out <b>SO_USER_LIST_READ</b>.

EnjoySAP,

Pankaj Singh.

Read only

Former Member
0 Likes
1,186

Hi Rohan,

i don't know a BAPI but you can use Report: RSUSR002.

regards, Dieter

Read only

Former Member
0 Likes
1,185

select * from v_usr_name into table i_usrname.

use v_usr_name database view

BAPI_USER_GETLIST FM

Read only

Former Member
0 Likes
1,185

Hi.

try this 'BAPI_USER_GET_DETAIL'

Regards,

Kamal