Menu

SAP Function Module LMBI_NEW_DEST_VALIDATE

Validate new destination of the task

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 LMBI_NEW_DEST_VALIDATE (Validate new destination of the task) is a standard Function Module in SAP ERP and is part of the function group LMBI_SERVICES_TSK within the package LMBI.

Technical Information

Function Module LMBI_NEW_DEST_VALIDATE
Short Text Validate new destination of the task
Function Group LMBI_SERVICES_TSK
Package LMBI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IS_MOVE TYPE LMBP_MOVE Move
I_DEST_VALID TYPE LMBP_BAR_CODE Validation value of destination
I_DEST_VALUE TYPE LMBP_LVBIN_DST Destination
I_INRSN TYPE LMBP_INRSN Internal reason
I_INTERNAL_VALIDATION_FLG TYPE FLAG Internal validation flag
I_LOCAT TYPE LMBP_LOCAT Site

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
OS_DEST_COORDS TYPE LMBP_SRCDST Definition of source/destination
OS_DEST_LOCALITY TYPE LMBP_DST_LOCALITY Destination locality
O_VERIF TYPE LMBP_BAR_CODE Verification value

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.