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: 

How read XML as string from ZIP file in MIME?

Former Member
0 Kudos

Hi

I need read XML file as string (TEXT). This file I have in MIME in ZIP file.

I know how read XML file from ZIP, but this result is in XSTRING.

When I use many FM to convert I have problem with codepage.

How convert xstring XML to string (text)?

Thank you

4 REPLIES 4

Former Member
0 Kudos

My XML in ZIP is 'UTF-8'

App serv 1401

and FrontEnd 1404

himanshu_gupta13
Employee
Employee
0 Kudos

Hi,

Provide '8300' value to code page and try.


Many Thanks / Himanshu Gupta

0 Kudos

When I use 8300 i got

500 SAP Internal Server Error

ERROR: A character set conversion is not possible. (termination: RABAX_STATE)

Former Member
0 Kudos

I get a HEX value document from ZIP file and look what code page is good

For my HEX are good only this CodePage:

4110

4120

4130

4131

4210

4310

How combine this codepage with my server and frontend?