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 |
|---|---|---|---|---|---|---|---|
| |
ISSCANPERFORMED | TYPE | CHAR01 | SPACE | File already scanned | ||
| |
FILELENGTH | TYPE | I | File Length | |||
| |
HEADER | TYPE | XSTRING | File Header in Case of Binary Upload | |||
| |
FILENAME | TYPE | STRING | Name of file | |||
| |
FILETYPE | TYPE | CHAR10 | 'ASC' | File Type (ASC or BIN) | ||
| |
HAS_FIELD_SEPARATOR | TYPE | CHAR01 | SPACE | Columns Separated by Tabs in Case of ASCII Upload | ||
| |
HEADER_LENGTH | TYPE | I | 0 | Length of Header for Binary Data | ||
| |
READ_BY_LINE | TYPE | CHAR01 | 'X' | The file will be written to the internal table line-by-line | ||
| |
DAT_MODE | TYPE | CHAR01 | SPACE | Numeric and Date Fields Imported in ws_download 'DAT' Format | ||
| |
CODEPAGE | TYPE | ABAP_ENCODING | SPACE | Character Representation for Output | ||
| |
IGNORE_CERR | TYPE | ABAP_BOOL | ABAP_TRUE | Specifies whether to ignore errors converting character sets | ||
| |
REPLACEMENT | TYPE | ABAP_REPL | '#' | Replacement Character for Non-Convertible Characters | ||
| |
CHECK_BOM | TYPE | CHAR01 | SPACE | The consistency of the codepage and byte order mark will be checked | ||
| |
VIRUS_SCAN_PROFILE | TYPE | VSCAN_PROFILE | Virus Scan Profile | |||
| |
NO_AUTH_CHECK | TYPE | CHAR01 | SPACE | Switch off Check for Access Rights | ||
| |
DATA_TAB | TYPE | Transfer table for file contents | ||||
| |
FILE_OPEN_ERROR | TYPE | File does not exist and cannot be opened | ||||
| |
FILE_READ_ERROR | TYPE | Error when reading file | ||||
| |
NO_BATCH | TYPE | Cannot execute front-end function in background | ||||
| |
GUI_REFUSE_FILETRANSFER | TYPE | Incorrect front end or error on front end | ||||
| |
INVALID_TYPE | TYPE | Incorrect parameter FILETYPE | ||||
| |
NO_AUTHORITY | TYPE | No Authorization for Upload | ||||
| |
UNKNOWN_ERROR | TYPE | |||||
| |
BAD_DATA_FORMAT | TYPE | Cannot Interpret Data in File | ||||
| |
HEADER_NOT_ALLOWED | TYPE | Invalid header | ||||
| |
SEPARATOR_NOT_ALLOWED | TYPE | Invalid separator | ||||
| |
HEADER_TOO_LONG | TYPE | The header information is limited to 1023 bytes at present | ||||
| |
UNKNOWN_DP_ERROR | TYPE | Error when calling data provider | ||||
| |
ACCESS_DENIED | TYPE | Access to File Denied | ||||
| |
DP_OUT_OF_MEMORY | TYPE | Not Enough Memory in Data Provider | ||||
| |
DISK_FULL | TYPE | Storage Medium full | ||||
| |
DP_TIMEOUT | TYPE | Timeout of Data Provider | ||||
Processing Type
| Normal Function 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 |