SAP ABAP Class CL_RSDRC_DATA_FIX_CONVERTER (Converter of T_DATA to CSV Format)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRC (Package) Data Manager InfoProvider Read Access
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRC_DATA_CONVERTER | Converter of T_DATA to File Formats | 20051220 |
Properties
| Class | CL_RSDRC_DATA_FIX_CONVERTER | |
| Short Description | Converter of T_DATA to CSV Format | |
| Super Class | CL_RSDRC_DATA_CONVERTER | Converter of T_DATA to File Formats |
| 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_FIX_CONVERTER has no interface implemented.
Friends
Class CL_RSDRC_DATA_FIX_CONVERTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | I | Length of Fixed Line | 20051220 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_TS_INFO | Metadata Table for Conversion | 20051220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Execute Conversion for a Data Package | 20051220 | |
| 2 | Instance method | Public | Method | Prepare Conversion | 20051220 |
Events
Class CL_RSDRC_DATA_FIX_CONVERTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_LINE | Public | See coding | 20051220 | TN_LINE(64000) type c
|
||
| 2 | TP_S_INFO | Private | See coding | Internal Metadata Used | 20051220 | begin of TP_S_INFO,
iobjnm TYPE rsd_iobjnm,
idx TYPE i,
inttp TYPE rsdcobpro-inttp,
length TYPE i,
decimals TYPE i,
end of tp_s_info
|
|
| 3 | TP_TS_INFO | Private | See coding | Internal Metadata Table | 20051220 | tp_ts_info type sorted table of tp_s_info
with unique key idx initial size 0
|
Method Signatures
Method EXECUTE 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 | Data to convert | 20051220 | |||
| 2 | R_LINE | Value transfer | Type reference (TYPE) | TN_LINE | Flat row data | 20051220 |
Method EXECUTE on class CL_RSDRC_DATA_FIX_CONVERTER has no exception.
Method PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20051220 | |||
| 2 | I_S_DATA | Call by reference | Type reference (TYPE) | ANY | Sample data line | 20051220 | |||
| 3 | I_TH_CHARET | Value transfer | Type reference (TYPE) | RSDR0_TH_CHARET | Tabelle selektierter Merkmale | 20051220 | |||
| 4 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | Tabelle der benötigten Merkmale usw. | 20051220 | |||
| 5 | I_TH_SFK | Call by reference | Type reference (TYPE) | RSDD_TH_SFK | Tabelle der benötigten Basiskennzahlen | 20051220 | |||
| 6 | R_LEN | Value transfer | Type reference (TYPE) | I | Length of one line | 20051220 |
Method PREPARE on class CL_RSDRC_DATA_FIX_CONVERTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |