Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap to xml

Former Member
0 Likes
523

Hi

can anyone tell me how we can do that abap to xml?

Thanks

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

Former Member
0 Likes
495

hi krk,

if ur report is ALV report then there is pre-defined functionality to downlaod to xml file,

or if ur reprot is normal report, that ouptut u can downlaod to local xml file through Funciton Module called 'GUI_DOWNLAOD'.

regards,

seshu.

Read only

Former Member
0 Likes
495

If you have 6.20 system, use CALL TRANSFORMATION. See the F1 help and help.sap.com for details, or search SDN for examples.

Michael