cancel
Showing results for 
Search instead for 
Did you mean: 

Download XML template to Pc from SAP repository

Former Member
0 Kudos

Hi,

I have a requirement wherein i need to download a xml template to my PC using webdynpro application.

Any pointers on how to go acieve this functionality will be helpful.

Thanks.

Regards,

Booma G

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

is your XML template is a file or binary string,

If it is a file read it into XSTRING and bind with FileDownload UI element.

Or use CL_WD_RUNTIME_SERVICS=>ATTACH_FILE_TO_RESPONSE method.

Abhi