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

Issue with XML display.

Former Member
0 Likes
1,372

Hi,

We have generated IDocs for Invoices and also dispatched it using RSEOUT00 program via an XML port. IDoc is getting generated and is being placed in the application server successfully. But, when we download XML to the local drive and open, it does not display due to error in the header of the XML, which is currently '<?xml version = "1.0"?>'.

We identified that this issue is due to missing character set encoding in the XML header and correct header format should be '<?xml version="1.0" encoding="ISO-8859-1" ?>'

Can you please tell me how to incorporate this character set in the XML header by a particular setting in the configuration of the IDoc set up so that, our idocs are correctly converted into XMLs with this character set?

Vishy.

1 REPLY 1
Read only

Former Member
0 Likes
339

Use feature Find and Replace with abap syntax for example