cancel
Showing results for 
Search instead for 
Did you mean: 

Upload Excel file using ITS application

Former Member
0 Kudos

Hi,

Is it possible to upload an Excel file into an internal table through a web application (ITS based)?

The normal Excel functions for upload use OLE commands which cannot be used in the web and the other upload functions do not support XLS files.

Any ideas?

Thanks,

Johnny

Accepted Solutions (0)

Answers (2)

Answers (2)

athavanraja
Active Contributor
0 Kudos

Hi,

Try FM ITS_UPLOAD .

Regards

Raja

former_member228142
Active Contributor
0 Kudos

Dont use ITS_UPLOAD. Its an internal function module and might change at any time. Better use the ABAP class CL_GUI_FRONTEND_SERVICES. It provides the methods GUI_UPLOAD and GUI_DOWNLOAD.

0 Kudos

Did you ever receive a response for this post ? I have the same requirement for an existing ITS application.