cancel
Showing results for 
Search instead for 
Did you mean: 

Excel Upload via Web dynpro ABAP

Former Member
0 Kudos

Hi All,

Could any one please explain how to upload MS Excel file in Web Dynpro ABAP?

Regards,

Surya

Accepted Solutions (1)

Accepted Solutions (1)

Sm1tje
Active Contributor
0 Kudos

Do you want to upload the file, or display it?

For display use the Office integration UI elements.

For upload, you should use the file upload UI element, however, it seems that uploading excel is not supported all to well. Search forum on this last one. Have some similar questions not so long ago.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Surya,

If u want to export to excel of your output then u can use the standard component SALV_WD_TABLE which by default support these funtionality.

Satya

Former Member
0 Kudos

Hi Surya,

Ya Excel upload is not supported some times.

You can save your excel sheet as "Tab Limited" file. Then you can easily upload the file contents to your WebDynpro.

Thanks.