cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP - LDAP integration (abap structures)

Former Member
0 Kudos

Hello experts,

We're in process of setting up the LDAP connector and performing user synchronization. The connection to the LDAP server is working without problems. We first want to replicate/synchronize a subset of the users in LDAP to user masters in ABAP. However we do not use the SAP LDAP schema extension, so we need to create a mapping by hand.

We have the LDAP attributes, but where can we find the ABAP structures and field codes that we can use for the mapping? At help.sap.com (http://help.sap.com/saphelp_nw04/helpdata/en/82/cca53aa6b28973e10000000a114084/content.htm) we found some examples that we can use (and have succesfully used) which are:

USERNAME (fields: BAPIBNAME)

ADDRESS (fields: FULLNAME, FIRSTNAME, LASTNAME)

We require a list of available ABAP structures, and their respective field names. Where can we find this information?

Thanks in advance,

Kind regards,

Walter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello forum,

You need to set the LDAP application to 'user' and then you can use F4 help in the mapping screen.

Regards,

Walter