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

Get Unique UID ,Email ID details from LDAP using ABAP code

Former Member
0 Likes
857

HI,

My SAP ECC is connected to its own UME data base and not using LDAP. Using ABAP Code is it possible to get the LDAP UID details like, first name,last nae,EMAIL id's ,UNIQUE ID details. Are there any API's for ABAP ? Please let me know. I am looking for Unidque ID details from LDAP using ABAP code.

Regards,
krishna

HI,

My SAP ECC is connected to its own UME data base and not using LDAP. Using ABAP Code is it possible to get the LDAP UID details like, first name,last nae,EMAIL id's ,UNIQUE ID details. Are there any API's for ABAP ? Please let me know. I am looking for Unidque ID details from LDAP using ABAP code.

Regards,
krishna

1 REPLY 1
Read only

Puneet_Gupta
Contributor
0 Likes
550

There are a bunch of functions related to LDAP look at SE37 with LDAP* . One example is LDAP_READ

There are details on reading and writing to LDAP in this document

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40b0d690-0201-0010-2c86-909240752...

-Puneet