The Function Module CR_CAPACITY_UNIT_CONVERSION (Umrechnung Maßeinheiten für Kapazitäten) is a standard Function Module in SAP ERP and is part of the function group CRK1 within the package CR.
Function Module | CR_CAPACITY_UNIT_CONVERSION |
Short Text | Umrechnung Maßeinheiten für Kapazitäten |
Function Group | CRK1 |
Package | CR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INPUT | TYPE | NUMERIC | 0 | Input value |
KAPID | LIKE | KAKO-KAPID | Capacity | |
UNIT_IN | LIKE | KAKO-MEINS | SPACE | Unit of input value |
UNIT_IN_BASIS | TYPE | FLAG | SPACE | Unit of input value is base unit of measurmnt |
UNIT_OUT | LIKE | KAKO-MEINS | Unit of output value |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ADD_CONST | TYPE | F | Additive constant | |
DENOMINATOR | TYPE | F | Denominator | |
NUMERATOR | TYPE | F | Counter | |
OUTPUT | TYPE | NUMERIC | Output value |
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 |
---|---|
CAPACITY_NOT_FOUND | |
CONVERSION_NOT_FOUND | Conversion factor could not be determined |
UNIT_IN_NOT_FOUND | UNIT_IN is not maintained |
UNIT_OUT_NOT_FOUND | UNIT_OUT is not maintained |