<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: XML string in unicode system contains junk characters. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125392#M742359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claire,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its been some time since i was working on this. But as much as i can remember, i changed the encoding value to make this work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try doing the same. probably it works for you too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2008 08:51:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-13T08:51:49Z</dc:date>
    <item>
      <title>XML string in unicode system contains junk characters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125389#M742356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A function module that takes an xml structure as an input and returns a xml string as output is working correctly in a non-unicode system but not in a unicode system. The problem is that the output xml string (of type string) contains some chinese-like characters in the unicode system while it works perfectly in the non-unicode system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please suggest what changes should be made to make this work in the unicode as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module in consideration is in SRM system, it is /SAPPSSRM/CREATE_XML. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The xml structure that it takes as input is of the following type : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dictionary structure : BBPS_XML &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fields : version type string&lt;/P&gt;&lt;P&gt;          encoding type string&lt;/P&gt;&lt;P&gt;          elements type bbpt_xml_table. (this is a table containing xml data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be very helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Priyank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 05:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125389#M742356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T05:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: XML string in unicode system contains junk characters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125390#M742357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 11:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125390#M742357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T11:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: XML string in unicode system contains junk characters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125391#M742358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having the same problem. Am using the IXML classes here to do it.  It works fine in 4.7 (non-unicode) but in ECC6(Unicode) system, the output XML file contains the junk/chinese characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain how you solved the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 08:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125391#M742358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: XML string in unicode system contains junk characters.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125392#M742359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claire,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its been some time since i was working on this. But as much as i can remember, i changed the encoding value to make this work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try doing the same. probably it works for you too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 08:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-string-in-unicode-system-contains-junk-characters/m-p/3125392#M742359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T08:51:49Z</dc:date>
    </item>
  </channel>
</rss>

