SAP ABAP Function Module GUI_UPLOAD (Upload for Data Provider)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GUI (Application Component) Graphical User Interface
     SCET (Package) Control Enabling Technology / Control Framework
Basic Data
Function Module GUI_UPLOAD Upload for Data Provider  
Function Group SFES   Frontend services  
Program Name SAPLSFES    
INCLUDE Name LSFESU16    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Changing ISSCANPERFORMED TYPE CHAR01 SPACE File already scanned
Exporting FILELENGTH TYPE I File Length
Exporting HEADER TYPE XSTRING File Header in Case of Binary Upload
Importing FILENAME TYPE STRING Name of file
Importing FILETYPE TYPE CHAR10 'ASC' File Type (ASC or BIN)
Importing HAS_FIELD_SEPARATOR TYPE CHAR01 SPACE Columns Separated by Tabs in Case of ASCII Upload
Importing HEADER_LENGTH TYPE I 0 Length of Header for Binary Data
Importing READ_BY_LINE TYPE CHAR01 'X' The file will be written to the internal table line-by-line
Importing DAT_MODE TYPE CHAR01 SPACE Numeric and Date Fields Imported in ws_download 'DAT' Format
Importing CODEPAGE TYPE ABAP_ENCODING SPACE Character Representation for Output
Importing IGNORE_CERR TYPE ABAP_BOOL ABAP_TRUE Specifies whether to ignore errors converting character sets
Importing REPLACEMENT TYPE ABAP_REPL '#' Replacement Character for Non-Convertible Characters
Importing CHECK_BOM TYPE CHAR01 SPACE The consistency of the codepage and byte order mark will be checked
Importing VIRUS_SCAN_PROFILE TYPE VSCAN_PROFILE Virus Scan Profile
Importing NO_AUTH_CHECK TYPE CHAR01 SPACE Switch off Check for Access Rights
Tables DATA_TAB TYPE   Transfer table for file contents
Exception FILE_OPEN_ERROR TYPE File does not exist and cannot be opened
Exception FILE_READ_ERROR TYPE Error when reading file
Exception NO_BATCH TYPE Cannot execute front-end function in background
Exception GUI_REFUSE_FILETRANSFER TYPE Incorrect front end or error on front end
Exception INVALID_TYPE TYPE Incorrect parameter FILETYPE
Exception NO_AUTHORITY TYPE No Authorization for Upload
Exception UNKNOWN_ERROR TYPE
Exception BAD_DATA_FORMAT TYPE Cannot Interpret Data in File
Exception HEADER_NOT_ALLOWED TYPE Invalid header
Exception SEPARATOR_NOT_ALLOWED TYPE Invalid separator
Exception HEADER_TOO_LONG TYPE The header information is limited to 1023 bytes at present
Exception UNKNOWN_DP_ERROR TYPE Error when calling data provider
Exception ACCESS_DENIED TYPE Access to File Denied
Exception DP_OUT_OF_MEMORY TYPE Not Enough Memory in Data Provider
Exception DISK_FULL TYPE Storage Medium full
Exception DP_TIMEOUT TYPE Timeout of Data Provider
               
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  19990505 
SAP Release Created in