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

Creating User ID using BAPI_USER_CREATE

Former Member
0 Likes
1,736

Hi

I am creating a user ID using the BAPI_USER_CREATE.

I couldnt find the parameter in this to add roles to the user.

Can anyone let me know How to assign roles to the users created by using this BAPI.

Regards,

Osman Jabri

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,034

After your bapi BAPI_USER_CREATE use BAPI_USER_ACTGROUPS_ASSIGN.

Read only

Former Member
0 Likes
1,034

This message was moderated.

Read only

mvoros
Active Contributor
0 Likes
1,034

Hi,

identity management API is one of the best documented APIs I've ever seen. Here is an official [documentation|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/668e6629-0701-0010-7ca0-994cb7dec5a3?overridelayout=true].

Cheers