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: 

FM / BAPI to download XML file ( in XML format) in presentation server

Former Member
0 Kudos

Hi Experts

Greetings!

I have a XML file string in application server , now i have to download this string as XML file in presentation / local server.

Is there any function module or BAPI in SAP system to do that.

Appreciate your help in this direction.

Many thanks and regards

Sandeep

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

You probably know about OPEN DATASET statement and the methods of class CL_GUI_FRONTEND_SERVICES, so feel free to combine these for your purpose. Use binary format for an identical transfer.

Thomas