Menu

SAP Function Module LDAP_COMMONBIND

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module LDAP_COMMONBIND () 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_COMMONBIND
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
AUTHMECH LIKE LDAPDEFS-AUTH 0
CHECKCONN LIKE LDAPDEFS-FLAG 'X'
HOSTNAME LIKE LDAPSERVER-HOST ''
PORTNUMB LIKE LDAPSERVER-PORT 389
PWD_STRING TYPE LDAP_PWDS Password for Logon (String)
SERVERID LIKE LDAPSERVER-SERVERID '' LDAP Server: Symbolic Name
USR_STRING TYPE LDAP_USRS User Name for Logon (String)
WAIT_TIME TYPE I 0 Wartezeit, falls kein LDAP Connector verfügbar

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
LDAPRC LIKE LDAPDEFS-LDRC

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
HOLDSESS LIKE LDAPDEFS-HOLD 0

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CRED_IN LIKE LDAP_VALI

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
AUTH_ERROR
CONFIG_ERROR
LDAP_FAILURE
NOMORE_CONNS
NOT_ALIVE
NO_AUTHORIZ No Authorization
OTHER_ERROR