The Function Module UNIT_CORRESPONDENCE_CHECK (Check whether two units have the same dimension) is a standard Function Module in SAP ERP and is part of the function group SCV0 within the package SZME.
Function Module | UNIT_CORRESPONDENCE_CHECK |
Short Text | Check whether two units have the same dimension |
Function Group | SCV0 |
Package | SZME |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
UNIT_IN | LIKE | T006-MSEHI | Unit of measurement | |
UNIT_OUT | LIKE | T006-MSEHI | Unit of measurement |
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 |
---|---|
DIMENSIONS_ARE_DIFFERENT | Dimensions are different |
UNIT_IN_NOT_FOUND | UNIT_IN is not maintained |
UNIT_OUT_NOT_FOUND | UNIT_OUT is not maintained |