SAP ABAP Class CL_ABAP_DECFLOAT_RAW (Conversion: Binary sortable encoding <-> IEEE 754R (DPD))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_CORE (Package) Kernel-Level Objects
⤷
⤷
Properties
| Class | CL_ABAP_DECFLOAT_RAW | |
| Short Description | Conversion: Binary sortable encoding <-> IEEE 754R (DPD) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_CORE | Kernel-Level Objects |
| Created | 20061009 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ABAP_DECFLOAT_RAW has no forward declaration.
Interfaces
Class CL_ABAP_DECFLOAT_RAW has no interface implemented.
Friends
Class CL_ABAP_DECFLOAT_RAW has no friend class.
Attributes
Class CL_ABAP_DECFLOAT_RAW has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Decfloat16 to DecfloatRaw16 conversion | 20061009 | |
| 2 | Static method | Public | Method | Decfloat34 to DecfloatRaw34 conversion | 20061009 | |
| 3 | Static method | Public | Method | DecfloatRaw16 to Decfloat16 conversion | 20061009 | |
| 4 | Static method | Public | Method | DecfloatRaw34 to Decfloat34 conversion | 20061009 |
Events
Class CL_ABAP_DECFLOAT_RAW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | DECFLOAT16RAW | Public | See coding | Binary sortable decimal floating point type with 16 digits | 20061009 | DECFLOAT16RAW(8) type x
|
|
| 2 | DECFLOAT34RAW | Public | See coding | Binary sortable decimal floating point type with 34 digits | 20061009 | DECFLOAT34RAW(16) type x
|
Method Signatures
Method DECF16_TO_DECFR16 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_DFR16 | Call by reference | Type reference (TYPE) | DECFLOAT16RAW | Decimal Floating Point, 16 Digits, RAW on Database | 20061009 | |||
| 2 | EX_SCALE | Call by reference | Type reference (TYPE) | INT2 | Scale parameter of binary sortable representation | 20061012 | |||
| 3 | IM_DF16 | Call by reference | Type reference (TYPE) | DECFLOAT16 | IEEE 754r (DPD) encoded decimal floating point | 20061009 |
Method DECF16_TO_DECFR16 on class CL_ABAP_DECFLOAT_RAW has no exception.
Method DECF34_TO_DECFR34 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_DFR34 | Call by reference | Type reference (TYPE) | DECFLOAT34RAW | Decimal Floating Point, 34 Digits, RAW on Database | 20061009 | |||
| 2 | EX_SCALE | Call by reference | Type reference (TYPE) | INT2 | Scale parameter of binary sortable representation | 20061012 | |||
| 3 | IM_DF34 | Call by reference | Type reference (TYPE) | DECFLOAT34 | Decimal Floating Point, 34 Digits, RAW on Database | 20061012 |
Method DECF34_TO_DECFR34 on class CL_ABAP_DECFLOAT_RAW has no exception.
Method DECFR16_TO_DECF16 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_DF16 | Call by reference | Type reference (TYPE) | DECFLOAT16 | IEEE 754r (DPD) encoded decimal floating point | 20061009 | |||
| 2 | IM_DFR16 | Call by reference | Type reference (TYPE) | DECFLOAT16RAW | Decimal Floating Point, 16 Digits, RAW on Database | 20061009 | |||
| 3 | IM_SCALE | Call by reference | Type reference (TYPE) | INT2 | Scale parameter of binary sortable representation | 20061012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter with Invalid Range | 20061018 |
Method DECFR34_TO_DECF34 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_DF34 | Call by reference | Type reference (TYPE) | DECFLOAT34 | IEEE 754r (DPD) encoded decimal floating point | 20061009 | |||
| 2 | IM_DFR34 | Call by reference | Type reference (TYPE) | DECFLOAT34RAW | Decimal Floating Point, 34 Digits, RAW on Database | 20061009 | |||
| 3 | IM_SCALE | Call by reference | Type reference (TYPE) | INT2 | Scale parameter of binary sortable representation | 20061012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Parameter with Invalid Range | 20061018 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 732 |