cancel
Showing results for 
Search instead for 
Did you mean: 

internal table data download to already existing excel sheet

Former Member
0 Kudos

Dear all,

how to download internal table data into excel sheet in web dynpro which is already exist instead of

creating new excel sheet..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

If you are using attach file to response method to download internal table content to excel then it is not possible. Try to use ACF Up download UI element. Somewhere in the post by Sir Thomas jung i remember he explained silent file download using ACF Up download to the specific folder without prompting for user action to store the file.

Go through this tutorial It may help.

http://scn.sap.com/docs/DOC-2270

Best regards,

Arun Krishnamoorthy

Former Member
0 Kudos

Hi Sumanth,

It is not possible to download data in  Excel sheet using Webdynpro ABAP. To make this possible, you have to use XML mapping.

For the XML mapping, create a dummy Excel Sheet with expected Cell formatting and save it as XML file. Use this XML tags in the method logic of Webdynpro ABAP coding.

Refer below link

http://scn.sap.com/docs/DOC-25024

Regards,

Amol Patil