<?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 Error while converting XML file into SAP internal table  using SMUM_XML_PARSE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322871#M4933</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;Will get XML data in an internal table from FM and then using &lt;/P&gt;&lt;P&gt;FM SCMS_STRING_TO_XSTRING to convert the string to xstring and then  pass the xstring to SMUM_XML_PARSE.&lt;/P&gt;&lt;P&gt;But it not populating the table and giving an error message in the return table "line13208 col  36-unexpected symbol; expected '&amp;lt;', '&amp;lt;/', entity reference, character data, CDATA section, processing instruction or comment ".&lt;/P&gt;&lt;P&gt;I can't find any ' ; ' in the XML file. What could be the possible reason of error?&lt;/P&gt;&lt;P&gt;I referred to related blogs..but could not able to find exact reason. &lt;/P&gt;&lt;P&gt;Can anybody provide the solution for this? Plzzzz..&lt;/P&gt;&lt;P&gt;Thanks....&lt;/P&gt;&lt;P&gt;Harika.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2016 06:48:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-11-18T06:48:02Z</dc:date>
    <item>
      <title>Error while converting XML file into SAP internal table  using SMUM_XML_PARSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322871#M4933</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;Will get XML data in an internal table from FM and then using &lt;/P&gt;&lt;P&gt;FM SCMS_STRING_TO_XSTRING to convert the string to xstring and then  pass the xstring to SMUM_XML_PARSE.&lt;/P&gt;&lt;P&gt;But it not populating the table and giving an error message in the return table "line13208 col  36-unexpected symbol; expected '&amp;lt;', '&amp;lt;/', entity reference, character data, CDATA section, processing instruction or comment ".&lt;/P&gt;&lt;P&gt;I can't find any ' ; ' in the XML file. What could be the possible reason of error?&lt;/P&gt;&lt;P&gt;I referred to related blogs..but could not able to find exact reason. &lt;/P&gt;&lt;P&gt;Can anybody provide the solution for this? Plzzzz..&lt;/P&gt;&lt;P&gt;Thanks....&lt;/P&gt;&lt;P&gt;Harika.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 06:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322871#M4933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-18T06:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error while converting XML file into SAP internal table  using SMUM_XML_PARSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322872#M4934</link>
      <description>&lt;P&gt;Maybe you misinterpret the message; it's just that there is an unexpected symbol at line 13208 col 36, but the semicolon is only punctuation, not the character at this position. So please look at line 13208 col 36.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 07:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322872#M4934</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-11-18T07:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error while converting XML file into SAP internal table  using SMUM_XML_PARSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322873#M4935</link>
      <description>&lt;P&gt;I checked xml file.. nothing found such unexpected symbols in file.. &lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 09:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322873#M4935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-18T09:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error while converting XML file into SAP internal table  using SMUM_XML_PARSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322874#M4936</link>
      <description>&lt;P&gt;Get the XML into some tool  - there are online checkers, as well as XML editors - and see if they help you spot the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 09:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322874#M4936</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-11-21T09:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while converting XML file into SAP internal table  using SMUM_XML_PARSE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322875#M4937</link>
      <description>&lt;P&gt;The FM uses the SAP XML kernel engine, I doubt it has any bug. You should check twice (make sure the input file is UTF-8; display the xstring via debug using the browser).&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 15:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-converting-xml-file-into-sap-internal-table-using-smum-xml/m-p/322875#M4937</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-11-21T15:29:29Z</dc:date>
    </item>
  </channel>
</rss>

