cancel
Showing results for 
Search instead for 
Did you mean: 

How to pull data from Active Directory in ABAP (non-CUA approach)?

Former Member
0 Kudos

All,

We have a requirement to pull information from AD into a WAS 6.20 system.

I know there is the standard CUA/UME LDAP synchronization discussed at length in this forum but this in not what we are looking for. We would like to connect from an ABAP program (BAPI/RFC) to AD and pull a specific field and store it in a custom table.

I found one thread that describes how to do this with WebDynpro in Java, but this would be our last resort since we wouldn't be able to do that from the actual 6.20 WAS but would have to use another 2004s system which would extend the architecture of the current design.

Any thoughts?

Thanks

GS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1. First configure the LDAP properties in transaction LDAP

2.You can use the functions LDAP_SYSTEMBIND and LDAP_SEARCH to retrieve the info you want

you can read <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/906061c5-176b-2910-5091-e23baa4e7038">this document</a> for more help

Answers (0)