SAP Function RSDS_CONVERT_CSV - Convert CSV String

Parameter Reference Type Length Default Optional Text
I_DATA_SEP CHAR1 C 1 Field Separator (eg - comma)
I_ESC_CHAR CHAR1 C 1 Escape Character (eg - quotes)
I_FIELD_COUNT INTEGER I 4 Number of fields that the record needs to be splitted to
I_RECORD STRING g 0 CSV spearated record

Parameter Reference Type Length Text
E_T_DATA TABLE_OF_STRINGS h 8 Table of splitted data values

Exception Text
CONVERSION_ERROR conversion error
ESCAPE_IMPROPER non-space character after closing escape-character
ESCAPE_NO_CLOSE opening escape-character without closing one