‎2010 Feb 19 9:14 AM
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.
‎2010 Feb 19 1:17 PM