2007 Oct 04 4:28 PM
I have an Excel file created outside of SAP that needs to be read as input in a batch job (not in the SAPGUI), an Excel file.
Is it possible for an ABAP prograrm to read as input an Excel File?
I have an Excel file created outside of SAP that needs to be read as input in a batch job (not in the SAPGUI), an Excel file.
Is it possible for an ABAP prograrm to read as input an Excel File?
2007 Oct 04 4:32 PM
No, in a batch job you cannot upload file from presentation server. So you can not use GUI_UPLOAD or any other excel file upload function module used to upload file from presentation server.
If the file is placed on Application server, you can use OPEN DATASET command and read the file.
2007 Oct 04 4:33 PM
Hi Wardell Castles,
Try this function module to read Excel file from SAP Program <b>TEXT_CONVERT_XLS_TO_SAP</b>
Regards.
Ramesh.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |