Hi,
I am generating an XML output using call transformation & this is followed by downloading to an .xml file on my PC desktop.

" Get Item Info.
call transformation zfilerunds
source requestfile = ls_checks
result xml ls_xml_result .
append ls_xml_result to it_xml_out.
data: fname type string.
fname = 'C:\Users\ \OneDrive\Desktop\Refunds1.xml'.
call method cl_gui_frontend_services=>gui_download
exporting
filename = fname
filetype = 'ASC'
replacement = ''
changing
data_tab = it_xml_out "it_xml_bkdata
exceptions
others = 24.
Its the same on Edge, Chrome or Firefox browsers. Please suggest me if i need to do any setting for xml handling.
Request clarification before answering.
change zfilerunds to ID and try again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.