SAP ABAP Function Module GUI_DOWNLOAD (Download an Internal Table to the PC)
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_DOWNLOAD Download an Internal Table to the PC  
Function Group SFES   Frontend services  
Program Name SAPLSFES    
INCLUDE Name LSFESU17    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting FILELENGTH TYPE I Number of bytes transferred
Importing BIN_FILESIZE TYPE I File length for binary files
Importing FILENAME TYPE STRING Name of file
Importing FILETYPE TYPE CHAR10 'ASC' File Type (ASC or BIN)
Importing APPEND TYPE CHAR01 SPACE Writing mode (overwrite, append)
Importing WRITE_FIELD_SEPARATOR TYPE CHAR01 SPACE Separate Columns by Tabs in Case of ASCII Download
Importing HEADER TYPE XSTRING '00' Byte Chain Written in Binary Mode at the Start of the File
Importing TRUNC_TRAILING_BLANKS TYPE CHAR01 SPACE Do not Write Blank at the End of Char Fields
Importing WRITE_LF TYPE CHAR01 'X' Insert CR/LF at End of Line in Case of Char Download
Importing COL_SELECT TYPE CHAR01 SPACE Copy Single Columns of the Table Only
Importing COL_SELECT_MASK TYPE CHAR255 SPACE Vector Containing an 'X' for the Column To Be Copied
Importing DAT_MODE TYPE CHAR01 SPACE Numeric and Date Fields Written in ws_download 'DAT' Format
Importing CONFIRM_OVERWRITE TYPE CHAR01 SPACE Overwrite File Only After Confirmation
Importing NO_AUTH_CHECK TYPE CHAR01 SPACE Switch off Check for Access Rights
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 WRITE_BOM TYPE ABAP_BOOL SPACE If set, writes a Unicode byte order mark
Importing TRUNC_TRAILING_BLANKS_EOL TYPE CHAR01 'X' Removes spaces at end of last column
Importing WK1_N_FORMAT TYPE SPACE Format for value columns in files of the type WK1
Importing WK1_N_SIZE TYPE SPACE Column width for value columns in files of the type WK1
Importing WK1_T_FORMAT TYPE SPACE Format for text columns for files of the type WK1
Importing WK1_T_SIZE TYPE SPACE Column width for text columns for files of the type WK1
Importing WRITE_LF_AFTER_LAST_LINE TYPE ABAP_BOOL ABAP_TRUE Writes LF even after last line
Importing SHOW_TRANSFER_STATUS TYPE ABAP_BOOL ABAP_TRUE
Importing VIRUS_SCAN_PROFILE TYPE VSCAN_PROFILE '/SCET/GUI_DOWNLOAD' Virus Scan Profile
Tables DATA_TAB TYPE   Transfer table
Tables FIELDNAMES TYPE   Field Names for the 'DBF' File Type
Exception FILE_WRITE_ERROR TYPE Cannot write to file
Exception NO_BATCH TYPE Cannot execute front-end function in background
Exception GUI_REFUSE_FILETRANSFER TYPE Incorrect Front End
Exception INVALID_TYPE TYPE Invalid value for parameter FILETYPE
Exception NO_AUTHORITY TYPE No Download Authorization
Exception UNKNOWN_ERROR TYPE
Exception HEADER_NOT_ALLOWED TYPE Invalid header
Exception SEPARATOR_NOT_ALLOWED TYPE Invalid separator
Exception FILESIZE_NOT_ALLOWED TYPE Invalid file size
Exception HEADER_TOO_LONG TYPE The header information is limited to 1023 bytes at present
Exception DP_ERROR_CREATE TYPE Cannot Create Data Provider
Exception DP_ERROR_SEND TYPE Error Sending Data with DataProvider
Exception DP_ERROR_WRITE TYPE Error Writing Data with DataProvider
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 DataProvider
Exception DISK_FULL TYPE Storage Medium Full
Exception DP_TIMEOUT TYPE Timeout of DataProvider
Exception FILE_NOT_FOUND TYPE Could not find file
Exception DATAPROVIDER_EXCEPTION TYPE General Exception Error in Data Provider
Exception CONTROL_FLUSH_ERROR TYPE Error in Control Framework
               
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