cancel
Showing results for 
Search instead for 
Did you mean: 

XML Upload- download

swatantra_vijay3
Participant
0 Kudos

Hi

I want to upload an XML file from the presentaion server and then my class method will process it and convert into another xml structure, that file needs to be downloaded to presentaion server back

My method import/export parameters are

SOURCE Importing Type XSTRING

PARAM Importing Type Ref To IF_MAPPING_PARAM

TRACE Importing Type Ref To IF_MAPPING_TRACE

DYNAMIC_CONFIGURATION Importing Type Ref To IF_MAPPING_DYNAMIC_CONF

RESULT Exporting Type XSTRING

source is source xml file and result is the targrt xml file .......

Any ideas ?????

Regards

Swatantra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Vijay,

Were u able to test the abap class/method ? I am facing the same problem, let me know if you find out.

Thanks

Bob

Former Member
0 Kudos

Hi Swatantra,

You need to write a small report program in your ABAP stack which will pull in the xml file and pass it to the method which you need below and then will parse it to the expected target format and then will write it to back.

You can use the GUI_UPLOAD & GUI_DOWNLOAD function modules in the ABAP stack inside the program. For more help you either use its documentation.

Am not sure whether there is any standard program available.

Cheers

JK