SAP ABAP Class CL_RSRT_DATA_CONVERTER (Data Converter)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_MODEL (Package) RSRT BICS Model
⤷
⤷
Properties
| Class | CL_RSRT_DATA_CONVERTER | |
| Short Description | Data Converter | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS_MODEL | RSRT BICS Model |
| Created | 20111103 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RSRT_DATA_CONVERTER has no interface implemented.
Friends
Class CL_RSRT_DATA_CONVERTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Constants: Sign Position | 20111103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Filter Rule From String Expression | 20111203 | |
| 2 | Static method | Public | Method | Filter Rule To String Expression | 20111108 | |
| 3 | Static method | Public | Method | Convert to Internal Value from External Value | 20111103 | |
| 4 | Static method | Public | Method | Convert to Boolean from External Value | 20111103 | |
| 5 | Static method | Private | Method | Checks if String Expression can be converted to Internal | 20111108 | |
| 6 | Static method | Public | Method | Checks is String Expression represents external Format | 20111103 | |
| 7 | Static method | Public | Method | Convert Internal Value to External Value | 20111103 | |
| 8 | Static method | Public | Method | Convert Boolean to External Value | 20111103 |
Events
Class CL_RSRT_DATA_CONVERTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_SIGN_POSITION | Public | See coding | Sign Position | 20111103 | tn_sign_position type c length 1
|
Method Signatures
Method FILTER_FROM_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_FIELD | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_FIELD_SERVICES | Field with Services | 20111203 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20111203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120625 |
Method FILTER_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_FILTER_RULE | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_FILTER_RULE | Filter Rule | 20111108 | |||
| 2 | REFFIELDVALUE | Call by reference | Type reference (TYPE) | DATA | 20111108 | ||||
| 3 | S_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_RSRT_DDIC=>TN_S_DFIES | DFIES | 20111108 | |||
| 4 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20111108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120625 |
Method FROM_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONVEXIT | Call by reference | Type reference (TYPE) | STRING | 20111103 | ||||
| 2 | DECIMALS | Call by reference | Type reference (TYPE) | I | 20111103 | ||||
| 3 | INPUT | Call by reference | Type reference (TYPE) | STRING | 20111103 | ||||
| 4 | O_TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20111103 | |||
| 5 | REFFIELDTYPE | Call by reference | Type reference (TYPE) | DATA | 20111103 | ||||
| 6 | REFFIELDVALUE | Call by reference | Type reference (TYPE) | DATA | 20111103 | ||||
| 7 | S_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_RSRT_DDIC=>TN_S_DFIES | DFIES | 20111103 | |||
| 8 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20111103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120625 |
Method FROM_STRING_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPUT | Call by reference | Type reference (TYPE) | STRING | 20111103 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | DATA | 20111103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120625 |
Method IS_VALID_EXTERNAL_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPUT | Call by reference | Type reference (TYPE) | STRING | 20111108 | ||||
| 2 | S_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_RSRT_DDIC=>TN_S_DFIES | DFIES | 20111108 | |||
| 3 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111108 |
Method IS_VALID_EXTERNAL_VALUE on class CL_RSRT_DATA_CONVERTER has no exception.
Method IS_VALUE_IN_EXTERNAL_FORMAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONVEXIT | Call by reference | Type reference (TYPE) | STRING | 20111103 | ||||
| 2 | DECIMALS | Call by reference | Type reference (TYPE) | I | 20111103 | ||||
| 3 | INPUT | Call by reference | Type reference (TYPE) | DATA | 20111103 | ||||
| 4 | O_TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20111103 | |||
| 5 | REFFIELDTYPE | Call by reference | Type reference (TYPE) | DATA | Constant | 20111103 | |||
| 6 | REFFIELDVALUE | Call by reference | Type reference (TYPE) | DATA | 20111103 | ||||
| 7 | S_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_RSRT_DDIC=>TN_S_DFIES | DFIES | 20111103 | |||
| 8 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111103 |
Method IS_VALUE_IN_EXTERNAL_FORMAT on class CL_RSRT_DATA_CONVERTER has no exception.
Method TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONVEXIT | Call by reference | Type reference (TYPE) | STRING | 20111103 | ||||
| 2 | DECIMALS | Call by reference | Type reference (TYPE) | I | 20111103 | ||||
| 3 | INPUT | Call by reference | Type reference (TYPE) | ANY | 20111103 | ||||
| 4 | LEADING_ZERO | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20111103 | |||
| 5 | O_TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run Time Type Services | 20111103 | |||
| 6 | REFFIELDTYPE | Call by reference | Type reference (TYPE) | DATA | 20111103 | ||||
| 7 | REFFIELDVALUE | Call by reference | Type reference (TYPE) | DATA | 20111103 | ||||
| 8 | SIGN_POSITION | Call by reference | Type reference (TYPE) | TN_SIGN_POSITION | N_CS_SIGN_POSITION-STANDARD | Sign Position | 20111103 | ||
| 9 | S_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_RSRT_DDIC=>TN_S_DFIES | DFIES | 20111103 | |||
| 10 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20111103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120625 |
Method TO_STRING_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPUT | Call by reference | Type reference (TYPE) | ANY | 20111103 | ||||
| 2 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20111103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120625 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |