Application Development 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: 

Creating User ID using BAPI_USER_CREATE

Former Member
0 Kudos

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

kesavadas_thekkillath
Active Contributor
0 Kudos

After your bapi BAPI_USER_CREATE use BAPI_USER_ACTGROUPS_ASSIGN.

Former Member
0 Kudos

This message was moderated.

martin_voros
Active Contributor
0 Kudos

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