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

Access the active directory through ABAP Program

Former Member
0 Likes
2,156

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

3 REPLIES 3
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
936

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

Read only

uwe_schieferstein
Active Contributor
0 Likes
936

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

Read only

Former Member
0 Likes
936

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