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

Active Directory(AD) Users retrieval...

Former Member
0 Likes
944

Hi All,

How to Fetch/Read the Users created in Active Directory(AD)? Is there any approach to fetch the same using ABAP or Any other way to fetch the Users created in AD...

Thanks.

Hi All,

How to Fetch/Read the Users created in Active Directory(AD)? Is there any approach to fetch the same using ABAP or Any other way to fetch the Users created in AD...

Thanks.

2 REPLIES 2
Read only

roberto_vacca2
Active Contributor
0 Likes
917

Hi.

Here's a guide on how to create a connection between AD and SAP WAS.

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

There are also tricks as creating a C# program for your purpose and generate files or feed directly data into SAP, but this goes around License Company I suppose.

Hope to help

Read only

MrWhan
Participant
0 Likes
917

There are some functions that can be used to interact with the AD.  They start with LDAP*.

It requires some setup and config.  You can start with transaction LDAP.  Then search for the documentation to configure it.  It may take some BASIS involvement.