Ansicht
Dokumentation

HR_PAD_UA_GUI_UPLOAD - Upload for Data Provider

HR_PAD_UA_GUI_UPLOAD - Upload for Data Provider

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The module loads a file from the PC to the server. The data can be transferred in binary format or as text. Numbers and date fields can be interpreted according to the user settings.

Example

  • Binary upload: No conversion or interpretation
begin of itab,

raw(255) type x,

end of itab occurs 0.

CALL FUNCTION 'GUI_UPLOAD'

exporting

filetype = 'BIN'

filename = 'C:\DOWNLOAD.BIN'

tables

data_tab = itab.

  • Textual upload
begin of itab,

text(255) type c,

end of itab occurs 0.

CALL FUNCTION 'GUI_UPLOAD'

exporting

filetype = 'ASC'

filename = 'C:\DOWNLOAD.TXT'

tables

data_tab = itab.



Notes

Further information





Parameters

CHECK_BOM
CODEPAGE
DATA_TAB
DAT_MODE
FILELENGTH
FILENAME
FILETYPE
HAS_FIELD_SEPARATOR
HEADER
HEADER_LENGTH
IGNORE_CERR
READ_BY_LINE
REPLACEMENT

Exceptions

ACCESS_DENIED
BAD_DATA_FORMAT
DISK_FULL
DP_OUT_OF_MEMORY
DP_TIMEOUT
FILE_OPEN_ERROR
FILE_READ_ERROR
GUI_REFUSE_FILETRANSFER
HEADER_NOT_ALLOWED
HEADER_TOO_LONG
INVALID_TYPE
NO_AUTHORITY
NO_BATCH
SEPARATOR_NOT_ALLOWED
UNKNOWN_DP_ERROR
UNKNOWN_ERROR

Function Group

HRPADUASFES

rdisp/max_wprun_time - Maximum work process run time   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 2871 Date: 20240523 Time: 094613     sap01-206 ( 37 ms )