Menu

SAP Function Module LDAP_INTERACTIVE_SEARCH

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module LDAP_INTERACTIVE_SEARCH () is a standard Function Module in SAP ERP and is part of the function group SLDAP within the package SLDAP.

Technical Information

Function Module LDAP_INTERACTIVE_SEARCH
Short Text
Function Group SLDAP
Package SLDAP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MAXHITS LIKE LDAPDEFS-NUMB 200
MULTCHOICE LIKE LDAPDEFS-FLAG ' '
PRECOND LIKE LDAPDEFS-FILT
REQATTR1 LIKE LDAPDEFS-ATTR 'cn'
REQATTR2 LIKE LDAPDEFS-ATTR
REQATTR3 LIKE LDAPDEFS-ATTR
RETRY LIKE LDAPDEFS-FLAG 'X'
SERVERID LIKE LDAPDEFS-SERV LDAP Server: Symbolic Name
SHOWDN LIKE LDAPDEFS-FLAG ' '
TAKEONE LIKE LDAPDEFS-FLAG ' '
VARCOND1 LIKE LDAPDEFS-FILT
VARCOND2 LIKE LDAPDEFS-FILT
VARCOND3 LIKE LDAPDEFS-FILT

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SELECTION LIKE LDAPDNVAL3

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INTERNAL_ERROR Internal Error
LDAP_FAILURE
NOTHING_FOUND Nothing Found
PARAMETER_ERROR Parameter Error
TOOMANY_HITS
USER_CANCELLED Cancellation by user