17.08.2013 Views

Data Interfaces

Data Interfaces

Data Interfaces

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Function Module UPLOAD<br />

© SAP AG<br />

CALL FUNCTION UPLOAD’ UPLOAD’<br />

EXPORTING<br />

CODEPAGE = <br />

FILENAME = <br />

FILETYP = <br />

ITEM = <br />

IMPORTING<br />

FILESIZE = = <br />

TABLES<br />

DATA_TAB = <br />

For the function module UPLOAD, you need an internal table for the data transfer. You define this<br />

table according to your data structure at the beginning of the program.<br />

The specification of default values for the file name, file type and a header for the file dialog is optional.<br />

You only specify a value for the export parameter CODEPAGE when performing a DOWNLOAD to<br />

DOS (the only possible value is 'IBM'). Otherwise, this parameter is not used.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!