SAP ABAP Class CL_RSDRC_DATA_CSV_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_CSV_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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDRC_DATA_CSV_CONVERTER has no interface implemented.
Friends
Class CL_RSDRC_DATA_CSV_CONVERTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_CSV_LEN Constant Public Type reference (TYPE) I 2048 Length of CSV Line 20051220
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Execute Conversion for a Data Package 20051220
2 PREPARE Instance method Public Method Prepare Conversion 20051220
Events
Class CL_RSDRC_DATA_CSV_CONVERTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_CSV Public See coding 20051220 BEGIN OF tn_s_csv, line(2048) TYPE c, END OF tn_s_csv
2 TN_T_CSV Public See coding 20051220 tn_t_csv TYPE STANDARD TABLE OF tn_s_csv WITH DEFAULT KEY INITIAL SIZE 100
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEPARATOR Value transfer Type reference (TYPE) C ';' Separator 20051220
2 Importing I_S_DATA Call by reference Type reference (TYPE) ANY Data to convert 20051220
3 Returning R_S_CSV Value transfer Type reference (TYPE) TN_S_CSV CSV Data 20051220

Method EXECUTE on class CL_RSDRC_DATA_CSV_CONVERTER has no exception.

Method PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DATA Call by reference Type reference (TYPE) ANY Sample data line 20051220
2 Importing I_TH_CHARET Value transfer Type reference (TYPE) RSDR0_TH_CHARET Tabelle selektierter Merkmale 20051220
3 Importing I_TH_SFC Call by reference Type reference (TYPE) RSDD_TH_SFC Tabelle der benötigten Merkmale usw. 20051220
4 Importing I_TH_SFK Call by reference Type reference (TYPE) RSDD_TH_SFK Tabelle der benötigten Basiskennzahlen 20051220

Method PREPARE on class CL_RSDRC_DATA_CSV_CONVERTER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710