‎2009 Feb 20 6:45 AM
Dear all,
i want a program through which i want to access the active directory??????????
of my Company's domain
How can i?
Plz help me
Thanx in advance
Anshuman
‎2009 Feb 22 8:37 AM
Hi Anshuman,
the WAS ABAP includes an LDAP connector so you can communicate with any LDAP directory using standard ABAP functions.
Look in the SAP documentation.
Cheers
Graham Robbo
‎2009 Feb 23 4:53 AM
Hello Anshuman
Have a look at the package SLDAPSYNC. I assume you are looking for the modules in function group FSLDAP_ACCESS (Access Objects on LDAP Server). However, this requires a working connection to your LDAP directory as Graham mentioned.
Regards
Uwe
‎2009 Feb 24 11:56 AM
Hi
You should first configure LDAP Connector (txn. LDAP)..ref. SAP help documents for this..self-explanatory
After successful login to the directory service, transaction LDAP provides some basic operations to read, create, delete, rename, modify, compare LDAP entries from SAP
RSLDAPSYNC_USER - Synchronization of SAP user master data with an LDAP
You can also check report RSLDAPTEST
Check function modules LDAP_CREATE, LDAP_UPDATE
Regards
Sathish R