SAP ABAP Function Module RRBA_CONVERT_PACKED_NUMBER (Converts a String into the Various Number Types)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW (Application Component) SAP Business Information Warehouse
⤷
RS (Package) BW: General Business Information Warehouse
⤷
⤷
Basic Data
| Function Module | RRBA_CONVERT_PACKED_NUMBER | Converts a String into the Various Number Types |
| Function Group | RRBA | Basic functions |
| Program Name | SAPLRRBA | Basic functions |
| INCLUDE Name | LRRBAU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
E_VALUE_CHAR | TYPE | CLIKE | ABAP-Internal Value as String | |||
| |
E_VALUE_WRITE | TYPE | CLIKE | Number Displayed as Intended | |||
| |
E_VALUE_FLOAT | TYPE | F | Number of Type f | |||
| |
E_VALUE_PACKED | TYPE | Number of Type p_decimals i_decimals | ||||
| |
E_VALUE_DECFLOAT | TYPE | RSROA_DF | DecFloat | |||
| |
E_TOO_MANY_DECIMALS | TYPE | CLIKE | "X": Decimal Places Were Truncated | |||
| |
I_CHAR | TYPE | Number in any Format | ||||
| |
I_DECIMALS | TYPE | I | RRSI_C_SID-NOT_EXIST | Number of Decimal Places Displayed | ||
| |
I_DECIMAL_MARK | TYPE | C | '.' | Decimal Points (,.) Displayed | ||
| |
I_DECIMAL_MARK_IN | TYPE | C | Decimal Character of i_char if <> i_decimal_mark | |||
| |
I_SIGN_PRSNT | TYPE | C | SPACE | Display of Plus/Minus Sign (1 -.., 2 ..- , 3 (..) | ||
| |
TOO_BIG | TYPE | Number Too Large | ||||
| |
INPUT_NOT_LEGAL | TYPE | Value Entered Is Not a Number | ||||
| |
ILLEGAL_SIGN_PRSNT | TYPE | Plus/Minus Sign Display Not Supported | ||||
| |
ILLEGAL_DECIMAL_MARK | TYPE | Decimal Character Not Supported | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20040315 |
| SAP Release Created in |