SAP ABAP Function Module RSAC_FILE_PARSE_FIELDS (determine fields from a CSV file)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSAR (Package) Data import from source system
⤷
⤷
Basic Data
| Function Module | RSAC_FILE_PARSE_FIELDS | determine fields from a CSV file |
| Function Group | RSAC_FILE | Services for File Upload |
| Program Name | SAPLRSAC_FILE | |
| INCLUDE Name | LRSAC_FILEU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
E_T_FIELDS | TYPE | RSAC_FILE_T_PROPERTIES | Table with Parsed Fields | |||
| |
I_T_DATA | TYPE | STANDARD TABLE | Data table | |||
| |
I_SEPARATE | TYPE | C | ';' | Separator character in the database table | ||
| |
I_LINE_WITH_NAME | TYPE | NUMC2 | Headerline with field names | |||
| |
I_LINE_WITH_TEXT | TYPE | NUMC2 | Headerline with field descriptions | |||
| |
I_DECIMAL | TYPE | C | Decimal Separator | |||
| |
I_THOUSAND | TYPE | C | Separator for Thousands | |||
| |
I_HEADERLINES | TYPE | RSIGNORELINES | header lines to be ignored | |||
Processing Type
| Normal Function 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 | 20040315 |
| SAP Release Created in | 30A |