SAP ABAP Function Module RS_BCT_XA_READ_FILE (Read file content)
Hierarchy
☛
BI_CONT (Software Component) Business Intelligence Content
⤷
BW-BCT-EPM (Application Component) Spend Analytics Content
⤷
RS_BCT_XA_ABAP (Package) xA general ABAP objects
⤷
⤷
Basic Data
| Function Module | RS_BCT_XA_READ_FILE | Read file content |
| Function Group | RS_BCT_XA_FILE_UT | Utilities for File Processing |
| Program Name | SAPLRS_BCT_XA_FILE_UT | |
| INCLUDE Name | LRS_BCT_XA_FILE_UTU08 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
E_SUBRC | TYPE | SYST-SUBRC | Return Value of ABAP Statements | |||
| |
E_POSITION_IN_FILE | TYPE | RSXA_NUMC10 | NUMC10 | |||
| |
I_FILENAME | TYPE | RSXAFILE | xA Filename | |||
| |
I_START_POSITION | TYPE | RSXA_NUMC09 | 0 | NUMC09 | ||
| |
I_START_ROW | TYPE | RSXA_NUMC09 | 0 | First row to be passed to the export parameter | ||
| |
I_NO_OF_LINES | TYPE | RSXA_NUMC10 | 50 | NUMC10 | ||
| |
I_USE_IMPORT_PATH | TYPE | RS_BOOL | add the path of the xSA import folder to the filename | |||
| |
I_USE_EXPORT_PATH | TYPE | RS_BOOL | add the path of the xSA export folder to the filename | |||
| |
I_USE_GEN_PATH | TYPE | RS_BOOL | add the path of the xSA generated folder to the filename | |||
| |
E_T_DATA | TYPE | RSXA_T_STRING | String structure | |||
| |
FILE_COULD_NOT_BE_OPENED | TYPE | The could not be opened for reading | ||||
| |
POSITION_DOES_NOT_EXIST | TYPE | The given position does not exist in the file | ||||
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 | 20141101 |
| SAP Release Created in |