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

Function module LDAP_SEARCH error message

Former Member
0 Likes
557

Hi,

We have the connection establised from our SAP to LDAP and the connection is working fine. I am using the function module LDAP_SEARCH and its giving me the following error

"maximum number of search results exceeded" .

Has anyone faced similar situation? If how can we overcome this?

Thanks,

krishna

1 REPLY 1
Read only

inigo_sacramento
Participant
0 Likes
481

This is because you get a huge number of records as a result.

Try to make a query that retrieves less records.

Inigo.