The Function Module RKD_CHECK_PACKED (Checks a string for packed contents) is a standard Function Module in SAP ERP and is part of the function group KYCN within the package KC.
Function Module | RKD_CHECK_PACKED |
Short Text | Checks a string for packed contents |
Function Group | KYCN |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHAR | TYPE | C | String mit Ziffern und '.,+-' | |
DECIMALS | TYPE | NUMERIC | 5 | gewünschte Augabedezimalen für CHAR_WRITE |
DECIMAL_PUNKT | TYPE | C | '.' | Dezimalbez. (bei space wird selbst ermit.) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHAR1 | TYPE | C | Ausgabe als Char-String für ABAP verständl. | |
CHAR_WRITE | TYPE | C | Ausgabe nach User-Format | |
FLOAT | TYPE | F | Ausgabe als Type F | |
PACK | TYPE | P | Ausgabe als Type P (Decimals beliebig) | |
SUBRC | LIKE | SY-SUBRC | 2-too large,4-too many decs.,8-invalid |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.