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
Exporting E_SUBRC TYPE SYST-SUBRC Return Value of ABAP Statements
Exporting E_POSITION_IN_FILE TYPE RSXA_NUMC10 NUMC10
Importing I_FILENAME TYPE RSXAFILE xA Filename
Importing I_START_POSITION TYPE RSXA_NUMC09 0 NUMC09
Importing I_START_ROW TYPE RSXA_NUMC09 0 First row to be passed to the export parameter
Importing I_NO_OF_LINES TYPE RSXA_NUMC10 50 NUMC10
Importing I_USE_IMPORT_PATH TYPE RS_BOOL add the path of the xSA import folder to the filename
Importing I_USE_EXPORT_PATH TYPE RS_BOOL add the path of the xSA export folder to the filename
Importing I_USE_GEN_PATH TYPE RS_BOOL add the path of the xSA generated folder to the filename
Tables E_T_DATA TYPE RSXA_T_STRING String structure
Exception FILE_COULD_NOT_BE_OPENED TYPE The could not be opened for reading
Exception POSITION_DOES_NOT_EXIST TYPE The given position does not exist in the file
               
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  20141101 
SAP Release Created in