Menu

SAP Function Module UNIT_CORRESPONDENCE_CHECK

Check whether two units have the same dimension

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.

Technical Information

Function Module UNIT_CORRESPONDENCE_CHECK
Short Text Check whether two units have the same dimension
Function Group SCV0
Package SZME
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

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