SAP ABAP Function Module RSAR_IS_UPLOAD (Upload of external data to an infosource)
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 RSAR_IS_UPLOAD Upload of external data to an infosource  
Function Group RSAI   Data Import, Transfer Tools  
Program Name SAPLRSAI    
INCLUDE Name LRSAIU04    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing I_LOGSYS TYPE RSA_LOGSYS Logical System Name
Importing I_OLTPSOURCE TYPE RSOLTPSOURCER Name of OLTPSource
Importing I_ISOURCETYPE TYPE RS_CHAR1 Type of InfoSource
Importing I_LOCATION TYPE RSARI_LOCATION Place of the input file (client, appsrv, ...)
Importing I_FILENAME TYPE RSARI_FILENAME Input file name
Importing I_FILETYPE TYPE RSARI_FILETYPE Type of the input file (CSV, ...)
Importing I_FIELD_SEPARATOR TYPE RSESC '003B' Field delimiter for CSV files
Importing I_ESCAPE TYPE RSESC '0022' Escape character for CSV files
Importing I_DECIMALCHAR TYPE '.'
Importing I_1000CHAR TYPE
Importing I_LASTDATE TYPE SYST-DATUM Last date of loading for this InfoSource
Importing I_LASTTIME TYPE SYST-UZEIT Last load time for this InfoSource
Importing I_RECCNT TYPE SYST-TABIX 0
Importing I_PCKSIZE TYPE SYST-TABIX 1000
Importing I_REQUESTID TYPE RSARI_REQUESTID Request number for the request
Importing I_HIEVERSION TYPE RSARI_HIEVERS
Importing I_HIEID TYPE RSARI_HIEID
Importing I_CURRENCY_CONVERT TYPE RS_CHAR1 'X'
Importing I_ISOURCE TYPE RSA_OBJECT Text-only!
Importing I_IGNORE_LINES TYPE RSIGNORELINES '0' No. of lines to be ignored
Importing I_IGNORE_LINES_FROM TYPE I '0' Beginning of the ignored sample lines
Importing I_IGNORE_LINES_TO TYPE I '0' End of ignored sample lines
Importing I_PREVIEW TYPE BOOLEAN RS_C_FALSE Flag for preview
Importing I_FLG_TRANSFER_METHOD_PSA TYPE BOOLEAN RS_C_TRUE Boolean Variable (X=true, -=false, space=unknown)
Importing I_HIENM TYPE RSARI_HIENM Hierarchy Name
Importing I_HIEDATETO TYPE SYST-DATUM Date and Time, Current (Application Server) Date
Importing I_S_FILE_UNICODE TYPE RSAC_FILE_S_UNICODE Unicode Settings for the File Upload
Tables I_T_SELVALUES TYPE RSARR_T_REQUEST_SVALUES
Exception ILLEGAL_LOCATION TYPE Invalid place for storing
Exception UNKNOWN_LOGICALSYSTEM TYPE Unknown logical system
Exception ILLEGAL_LOGICALSYSTEM TYPE Logical system does not allow a file upload
Exception UNKNOWN_IDOC_SEGMENT TYPE Unknown IDOC segment
Exception UNKNOWN_IDOC_TYPE TYPE Unknown IDOC Type
Exception ILLEGAL_CONTROL_STATEMENT TYPE Invalid instruction in the control file
Exception CONTROL_FILE_NOT_FOUND TYPE Control file not found
Exception INVALID_RECORD_SIZE TYPE Invalid record length found
Exception TEMPLATE_ERROR TYPE Syntax error in template
Exception UPLOAD_ERROR TYPE Failed to read the specified file
Exception UNKNOWN_HIERARCHY TYPE
Exception NO_TEXT_FOR_HIERARCHY TYPE
Exception NAME_ERROR TYPE
Exception IOBJ_NOT_FOUND TYPE
Exception NO_CURRENCY TYPE
Exception PROGRAM_CHECK_ERROR TYPE
               
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  20040315 
SAP Release Created in