Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in uploading a file using Ws_upload.

former_member670836
Participant
0 Kudos

Hi Experts,

I am using WS_UPLOAD for uploading .xls file into SAP Standard table T558A.

Problem is file is not uploaded to DB table.....getting error like

ERROR DURING FILE UPLOAD/DOWNLOAD as pop up message.....

can any boady please help on this issue.

Regards,

Praveena.

3 REPLIES 3

former_member206439
Contributor
0 Kudos

Can you show me your code.

vinod_vemuru2
Active Contributor
0 Kudos

HI,

WS_UPLOAD is obsolete. Use GUI_UPLOAD. We have lot of sample codes in SCN for GUI_DOWNLOAD.

Thanks,

Vinod.

0 Kudos

Hi,

If you want to upload the data using EXCEL file use the function module ALSM_EXCEL_TO_INTERNAL_TABLE.

Examples for ALSM_EXCEL_TO_INTERNAL_TABLE.

http://wiki.sdn.sap.com/wiki/display/Snippets/Howtouse+FM'ALSM_EXCEL_TO_INTERNAL_TABLE'