2012 Jul 03 7:47 PM
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
2012 Jul 03 9:23 PM
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
-Puneet