SAP ABAP Function Module RSDS_CONVERT_CSV (Convert CSV String)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSDS_ACCESS (Package) Access methods Apollo DataSource
Basic Data
Function Module RSDS_CONVERT_CSV Convert CSV String  
Function Group RSDS_CONVERT_BACKEND   Converter Backend  
Program Name SAPLRSDS_CONVERT_BACKEND    
INCLUDE Name LRSDS_CONVERT_BACKENDU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_T_DATA TYPE TABLE_OF_STRINGS Table of splitted data values
Importing I_DATA_SEP TYPE CHAR1 Field Separator (eg - comma)
Importing I_ESC_CHAR TYPE CHAR1 Escape Character (eg - quotes)
Importing I_RECORD TYPE STRING CSV spearated record
Importing I_FIELD_COUNT TYPE INT4 Number of fields that the record needs to be splitted to
Exception ESCAPE_NO_CLOSE TYPE opening escape-character without closing one
Exception ESCAPE_IMPROPER TYPE non-space character after closing escape-character
Exception CONVERSION_ERROR TYPE conversion error
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20041216 
SAP Release Created in 700