SAP ABAP Function Module CHAR_FLTP_CONVERSION (Format conversion: Character --> Floating point)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ASF (Application Component) General Service Functions
⤷
SCFL (Package) Conversion utilities
⤷
⤷
Basic Data
| Function Module | CHAR_FLTP_CONVERSION | Format conversion: Character --> Floating point |
| Function Group | SCFL | Conversion FLTP <--> CHAR |
| Program Name | SAPLSCFL | |
| INCLUDE Name | LSCFLU02 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
DECIM | TYPE | Number of decimal places determined | ||||
| |
EXPON | TYPE | Gross power of 10 determined | ||||
| |
FLSTR | TYPE | FLTP output field, from CHAR conversion | ||||
| |
IVALU | TYPE | Value in STRING flag | ||||
| |
DYFLD | TYPE | SPACE | Screen Field name for cursor positioning | |||
| |
MASKN | TYPE | SPACE | Masking character if input screen | |||
| |
MAXDEC | TYPE | T006-DECAN | '16' | Maximum number of input decimal places | ||
| |
MAXEXP | TYPE | T006-EXPON | '59+' | Maximum gross power of 10 | ||
| |
MINEXP | TYPE | T006-EXPON | '60-' | Minimum gross power of 10 | ||
| |
STRING | TYPE | CHAR input field for conversion to FLTP | ||||
| |
MSGTYP_DECIM | TYPE | SREF-MSGTYP | 'W' | Message type for 'TOO_MANY_DECIM' (see domains) | ||
| |
STRICT_CHECK | TYPE | SAP_BOOL | SPACE | Strict input check | ||
| |
EXPONENT_TOO_BIG | TYPE | Gross power of 10 is too big | ||||
| |
EXPONENT_TOO_SMALL | TYPE | Gross power of 10 is too small | ||||
| |
STRING_NOT_FLTP | TYPE | STRING cannot be interpreted as floating point | ||||
| |
TOO_MANY_DECIM | TYPE | Too many decimal places | ||||
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 | 19950113 |
| SAP Release Created in |