cancel
Showing results for 
Search instead for 
Did you mean: 

Create SAP User

Former Member
0 Kudos

Hi All!

I am trying to create a user through .NET Connector via BAPI_USER_CREATE.

Rfc_Get_System_Info goes OK, but I don't know how to execute BAPIs like that.

Could you please give me a short code sample. Or maybe there are other ways to manage SAP users, roles?

Thanks,

Ivan

Accepted Solutions (0)

Answers (1)

Answers (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ivan,

the SAP standard offers the option to synchronize ABAP users with an LDAP directory such as Microsoft Active Directory.

The configuration of this interface is described in the SAP Online Help and in the following White Paper <a href="http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8302a929-0501-0010-05b5-d48f544bc572">Integration of SAP central user administration with Microsoft Active Directory</a>:

Best regards,

André

Former Member
0 Kudos

Hi André!

My task is to create a user via .NET Co, by calling RFCor BAPIs

Thanks,

Ivan