Application Development 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: 

LDAP user filter LDAP_MAP_FILTER

0 Kudos

Hi All

We have a requirement where we should be able to fetch all the LDAP users either from user name, first name or last name. The current functionality works only for user ID. We need to extend the same for first and last name as well.

We are using FM: LDAP_MAP_FILTER but it only searches for the user ID. It throws an error in case only first or last name is passed.

Is there a different FM or table where i can get the LDAP users. I also tried to use view V_USR_NAME but i guess its users differ from the LDAP users.

Kindly help.

Thanks in advance.

Tanya

1 REPLY 1

matt
Active Contributor
0 Kudos

What parameters are you using for LDAP_MAP_FILTER? Isn't this just a question of crafting the correct ldap query, rather than an ABAP question?