‎2007 Feb 22 5:02 PM
Hey All,
I am trying to send an IDOC using the xml port to a non sap system. The receiving system wants the xml to be encoded in "sjis" or "big5". but the problem is, sap only supports two formats, unicode and saprelease46. Is there any way I can overwrite this default encoding to the ones I need without doing a code modification.
Thanks
Rohit
‎2007 Mar 08 7:33 PM
Hi,
I have the same problem I do fix it?
Thanks by any clue.
Wilson
‎2007 Mar 08 7:51 PM
I think it is not possible.
I saw a SAP note 494650
You can only output simple prologs in Release 4.6.
There is no conversion whatsoever within the SAP System.
There is also no user exit for possible manipulation within the SAP System.
In addition to the option available as of Release 4.6, you can generate the IDoc XML file in Unicode format as of Basis Release 6.10. This means that you generally receive a UTF-8 file.
In the prolog, encoding='UTF-8' therefore represents the UTF-8 file. In addition, you cannot change encoding='UTF-8' within the SAP System.
I find encoding stores in include LEDI7TOP as
start_tag_utf8(38) value
'<?xml version="1.0" encoding="UTF-8"?>', "#EC NOTEXT
aRs