cancel
Showing results for 
Search instead for 
Did you mean: 

How can we download data in XML format from SAPUI5 custom application?

Former Member
0 Kudos

Hello,

I am creating a custom fiori application and i have the data in a array which i am getting from an entityset. Now that I want to download the data in XML format. Can anyone help me with this?

Accepted Solutions (0)

Answers (1)

Answers (1)

iftah_peretz
Active Contributor
0 Kudos

Hi,

You'll need to build (probably there's an API for that) your XML based on your OData. Then download it to the user using the UploadCollection (or use vanilla JS for that).