cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading data from excel to ALV in WD ABAP application

Former Member
0 Kudos

Hi,

We have a requirement in my project where we have to upload data from Excel sheet to ALV in Webdynpro ABAP application. We have analyse this and found that it is possible to upload .CSV format but not .XLS.

Anyone can help us in this issue ??

Best Regards,

Ruchi

Accepted Solutions (0)

Answers (2)

Answers (2)

PuneetSaxena
Contributor
0 Kudos

Hi Ruchi,

Please have a look at <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/63a47dd9-0b01-0010-3d8e-de27242bf011">link</a>.

This'll give you an info on how to use EXcel sheet in your WD ABAP application.

Thanks and Regards,

Puneet

Former Member
0 Kudos

hi ruchi.....

just like you do in your abap.... upload it using gui_upload and have it in an internal table. then pass this internal table to the alv.

---regards,

alex b justin