SAP ABAP Function Module UPP_IS_NUMBER (Checks a string to see if it contains a number)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPS (Application Component) Business Planning and Simulation
⤷
UPP (Package) SEM-BPS: Planning Processor and Layout Builder
⤷
⤷
Basic Data
| Function Module | UPP_IS_NUMBER | Checks a string to see if it contains a number |
| Function Group | UPP_PP_GENFUNC | Planning Processor: General Functions |
| Program Name | SAPLUPP_PP_GENFUNC | |
| INCLUDE Name | LUPP_PP_GENFUNCU11 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
E_VALUE_F | TYPE | UPP_Y_VALUE_F | Planning Processor: Field for Key Figure Values | |||
| |
E_VALUE_P | TYPE | UPP_Y_VALUE_P | Planning Processor: Field for Key Figure Values | |||
| |
I_VALUE | TYPE | UPP_Y_VALUE | Value in characteristic table | |||
| |
I_SCR_DECIM | TYPE | CURRDEC | Number of Decimal Places | |||
| |
I_DB_DECIM | TYPE | CURRDEC | Number of Decimal Places | |||
| |
I_SCALE | TYPE | UPP_Y_ROUND | Planning: rounding factor | |||
| |
I_SIGN | TYPE | UPP_Y_SIGN | Planning: Flag: multiply value by -1 | |||
| |
I_DECIMAL_SEP | TYPE | CHAR1 | Single-Character Flag | |||
| |
I_INTTYPE | TYPE | INTTYPE | ABAP data type (C,D,N,...) | |||
| |
I_INTLEN | TYPE | INTLEN | Internal Length in Bytes | |||
| |
CONVERSION_FAILURE | TYPE | String is no number | ||||
| |
OVERFLOW | TYPE | Number is too big | ||||
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 |