The Function Module DIMENSION_GET (Determine dimension indep. of basis unit exponents) is a standard Function Module in SAP ERP and is part of the function group SCVU within the package SZME.
Function Module | DIMENSION_GET |
Short Text | Determine dimension indep. of basis unit exponents |
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 |
---|---|---|---|---|
AMOUNT_OF_SUBSTANCE | LIKE | 0 | Mole quantity exponent | |
ELECTRIC_CURRENT | LIKE | 0 | Exponent for the electric current | |
LANGUAGE | LIKE | SY-LANGU | SY-LANGU | Language key (default: logon language) |
LENGTH | LIKE | 0 | Length exponent | |
LUMINOUS_INTENSITY | LIKE | 0 | Luminosity exponent | |
MASS | LIKE | 0 | Mass exponent | |
TEMPERATURE | LIKE | 0 | Temperature exponent | |
TIME | LIKE | 0 | Current exponent | |
USE_BUFFER | LIKE | 'X' | Flag for buffer usage (default: with buffer) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DIMID | LIKE | T006D-DIMID | Dimension key | |
TEXT | LIKE | T006T-TXDIM | Dimension text |
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_NOT_FOUND | No dimension maintained for specified exponents |