<?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: type conflict while parseing the data (XML to INTERNAL TABLE) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255943#M1631582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try using FM "LXE_COMMON_XSTRING_TO_STRING" or "ECATT_CONV_XSTRING_TO_STRING" to convert xstring to String?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indranil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Oct 2011 06:36:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-02T06:36:41Z</dc:date>
    <item>
      <title>type conflict while parseing the data (XML to INTERNAL TABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255939#M1631578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;i have a little problem while converting the string XML data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the XML data in a string variable &lt;/P&gt;&lt;P&gt;---now i am calling FM.......&lt;STRONG&gt;SMUM_XML_PARSE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i getting an error saying that TYPE CONFLICT.....&lt;/P&gt;&lt;P&gt;since the input data type for the above FM is &lt;STRONG&gt;XSTRING&lt;/STRONG&gt; and my data is only &lt;STRONG&gt;STRING...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to resolve this !!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Albert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 11:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255939#M1631578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-01T11:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: type conflict while parseing the data (XML to INTERNAL TABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255940#M1631579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Albert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just conversion with another fm.I think u r uploading first from gui_upload then file is ready.Then use fm SCMS_BINARY_TO_XSTRING this will covert then use SMUM_XML_PARSE.This will work and your issue will be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 12:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255940#M1631579</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-10-01T12:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: type conflict while parseing the data (XML to INTERNAL TABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255941#M1631580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;thanks for your reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting the data from a FM &lt;STRONG&gt;SXPG_COMMAND_EXECUTE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Where you can see the output in a table format of type &lt;STRONG&gt;XSTRING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my task is to process that Xstring to get the output as internal table........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your kind reply..&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;Albert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 12:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255941#M1631580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-01T12:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: type conflict while parseing the data (XML to INTERNAL TABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255942#M1631581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Albert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) SMUM_XML_PARSE&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Since the input data type for the above FM is XSTRING and my data is only STRING&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) FM SXPG_COMMAND_EXECUTE&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where you can see the output in a table format of type XSTRING.Now my task is to process that Xstring to get the output as internal table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem with conversion into string and xstring .You can check with SCMS_BINARY_TO_STRING,SCMS_BINARY_TO_XSTRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2011 12:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255942#M1631581</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-10-01T12:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: type conflict while parseing the data (XML to INTERNAL TABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255943#M1631582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try using FM "LXE_COMMON_XSTRING_TO_STRING" or "ECATT_CONV_XSTRING_TO_STRING" to convert xstring to String?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indranil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2011 06:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conflict-while-parseing-the-data-xml-to-internal-table/m-p/8255943#M1631582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-02T06:36:41Z</dc:date>
    </item>
  </channel>
</rss>

