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 DIMENSION_CHECK (Check whether unit is of specified dimension, poss. check for comm. unit) is a standard Function Module in SAP ERP and is part of the function group SCVU within the package SZME.
Function Module | DIMENSION_CHECK |
Short Text | Check whether unit is of specified dimension, poss. check for comm. unit |
Function Group | SCVU |
Package | SZME |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BUSINESS_UOM | LIKE | T006-KZKEH | SPACE | Commercial unit of measurement flag |
DIMID | LIKE | T006-DIMID | SPACE | Dimension key |
LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Language key (default: logon language) |
MSEHI | LIKE | T006-MSEHI | Internal unit of measurement | |
UNIT_EXTERN_LONG | LIKE | SPACE | Flag for six-character external units (default is three-character) |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DIMENSION_CHECK_FAILED | Unit of measurement does not correspond to the dimension |
UNIT_NOT_VALID | Internal unit of measurement is not maintained in table T006 |