SAP ABAP Function Module WS_DOWNLOAD (OBSOLETE: File Transfer from Internal Table to Presentation Server File)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GRA (Application Component) Graphic
     SGRP (Package) ABAP Graphics Development
Basic Data
Function Module WS_DOWNLOAD OBSOLETE: File Transfer from Internal Table to Presentation Server File  
Function Group GRAP   Calling up graphics / File transfer  
Program Name SAPLGRAP    
INCLUDE Name LGRAPU08    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting FILELENGTH TYPE Number of bytes transferred
Importing BIN_FILESIZE TYPE SPACE File length for binary files
Importing CODEPAGE TYPE SPACE Code page for ASC, DBF and WK1 download
Importing FILENAME TYPE RLGRAP-FILENAME SPACE File name
Importing FILETYPE TYPE RLGRAP-FILETYPE 'ASC' File type (ASCII, binary ...)
Importing MODE TYPE SPACE Writing mode (overwrite, append)
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 COL_SELECT TYPE SPACE Column selection: activate
Importing COL_SELECTMASK TYPE SPACE Column selection: masking
Importing NO_AUTH_CHECK TYPE C SPACE
Tables DATA_TAB TYPE   Transfer table
Tables FIELDNAMES TYPE   Field names for DAT file type
Exception FILE_OPEN_ERROR TYPE Not used
Exception FILE_WRITE_ERROR TYPE Cannot write to file
Exception INVALID_FILESIZE TYPE Invalid parameter BIN_FILESIZE
Exception INVALID_TYPE TYPE Invalid value for parameter FILETYPE
Exception NO_BATCH TYPE Front-End Function Cannot Be Executed in Backgrnd
Exception UNKNOWN_ERROR TYPE Not Used
Exception INVALID_TABLE_WIDTH TYPE Not used
Exception GUI_REFUSE_FILETRANSFER TYPE Incorrect front end, or error in front end
Exception CUSTOMER_ERROR TYPE Exception in customer exit
Exception NO_AUTHORITY TYPE No Download Authorization
               
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  19950113 
SAP Release Created in