SAP ABAP Class CL_RSDRC_DATA_CONVERTER (Converter of T_DATA to File Formats)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRC (Package) Data Manager InfoProvider Read Access
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRC_DATA_CSV_CONVERTER | Converter of T_DATA to CSV Format | 20051220 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRC_DATA_FIX_CONVERTER | Converter of T_DATA to CSV Format | 20051220 |
Properties
| Class | CL_RSDRC_DATA_CONVERTER | |
| Short Description | Converter of T_DATA to File Formats | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSDRC | Data Manager InfoProvider Read Access |
| Created | 20051220 | SAP |
| Last change | 20130531 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDRC_DATA_CONVERTER has no interface implemented.
Friends
Class CL_RSDRC_DATA_CONVERTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TO_TS_INFO | 20051220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | retreive list of infoobjects in order of s_data | 20051220 | |
| 2 | Instance method | Protected | Method | Prepare Conversion | 20051220 |
Events
Class CL_RSDRC_DATA_CONVERTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_T_NAME | Public | See coding | 20051220 | TN_T_NAME type standard table of rsd_iobjnm with default key
initial size 0
|
||
| 2 | TO_S_INFO | Protected | See coding | Internal Metadata Used | 20051220 | BEGIN OF to_s_info,
iobjnm type rsd_iobjnm,
idx type i,
is_sid type rs_bool,
end of to_s_info
|
|
| 3 | TO_TS_INFO | Protected | See coding | Internal Metadata Table | 20051220 | to_ts_info type sorted table of to_s_info
with unique key idx initial size 0
|
Method Signatures
Method GET_IOBJ_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_NAME | Value transfer | Type reference (TYPE) | TN_T_NAME | 20051220 |
Method GET_IOBJ_LIST on class CL_RSDRC_DATA_CONVERTER has no exception.
Method PREPARE_ME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_DATA | Call by reference | Type reference (TYPE) | ANY | Sample data line | 20051220 | |||
| 2 | I_TH_CHARET | Value transfer | Type reference (TYPE) | RSDR0_TH_CHARET | Tabelle selektierter Merkmale | 20051220 | |||
| 3 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Tabelle der benötigten Merkmale usw. | 20051220 | |||
| 4 | I_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | Tabelle der benötigten Basiskennzahlen | 20051220 |
Method PREPARE_ME on class CL_RSDRC_DATA_CONVERTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |