Application Development 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: 

abap to xml

Former Member
0 Kudos

Hi

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

Thanks

1 ACCEPTED SOLUTION
3 REPLIES 3

Former Member
0 Kudos

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.

Former Member
0 Kudos

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