<?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 to internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771982#M333300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raja,&lt;/P&gt;&lt;P&gt;           Still the problem exists:&lt;/P&gt;&lt;P&gt;Error message : ABAP XML formatting error in XML node of type "element", name: "&lt;SPAN __jive_macro_name="http"&gt;&lt;/SPAN&gt;abap"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 07:49:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-05T07:49:06Z</dc:date>
    <item>
      <title>xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771968#M333286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an xml stored in a string. Its format is as below:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&amp;lt;QfiData xmlns="http://www2.siemens.nl/qfiservice/QfiData.xsd"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Material diffgr:id="Material1" msdata:rowOrder="0"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Material&amp;gt;463581&amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ConditionRate&amp;gt; 2.44&amp;lt;/ConditionRate&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ValidFrom&amp;gt;20060208&amp;lt;/ValidFrom&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ValidTo&amp;gt;99991231&amp;lt;/ValidTo&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;RegionID&amp;gt;48&amp;lt;/RegionID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MaterialID&amp;gt;36294&amp;lt;/MaterialID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Material diffgr:id="Material2" msdata:rowOrder="1"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Material&amp;gt;463582&amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ConditionRate&amp;gt; 2.44&amp;lt;/ConditionRate&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ValidFrom&amp;gt;20060208&amp;lt;/ValidFrom&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ValidTo&amp;gt;99991231&amp;lt;/ValidTo&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;RegionID&amp;gt;48&amp;lt;/RegionID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MaterialID&amp;gt;36295&amp;lt;/MaterialID&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;Now the question is, i want to read only the child nodes of Material i.e., material, condition rate, validfrom, valid to, regionid, materilid and store these in an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 09:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771968#M333286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T09:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771969#M333287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Prepare a local file from XML document by Calling the method IMPORT_FROM_FILE of class CL_XML_DOCUMENT_BASE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.For converting file to internal table, call the Funciton module GUI_DOWLOAD you can get all entries in internal table. (By passing input from the above step)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 09:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771969#M333287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T09:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771970#M333288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XLST program code (YSIMPLEXMLTOITAB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"&amp;gt;
  &amp;lt;xsl:strip-space elements="*"/&amp;gt;
  &amp;lt;xsl:output indent="yes"/&amp;gt;
  &amp;lt;xsl:template match="QfiData"&amp;gt;
    &amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml"&amp;gt;
      &amp;lt;asx:values&amp;gt;
        &amp;lt;I_DATA&amp;gt;
          &amp;lt;xsl:for-each select="Materials"&amp;gt;
            &amp;lt;I_DATA1&amp;gt;
              &amp;lt;MATERIAL&amp;gt;
                &amp;lt;xsl:value-of select="Material"/&amp;gt;
              &amp;lt;/MATERIAL&amp;gt;
              &amp;lt;CONDITIONRATE&amp;gt;
                &amp;lt;xsl:value-of select="ConditionRate"/&amp;gt;
              &amp;lt;/CONDITIONRATE&amp;gt;
              &amp;lt;VALIDFROM&amp;gt;
                &amp;lt;xsl:value-of select="ValidFrom"/&amp;gt;
              &amp;lt;/VALIDFROM&amp;gt;
              &amp;lt;VALIDTO&amp;gt;
                &amp;lt;xsl:value-of select="ValidTo"/&amp;gt;
              &amp;lt;/VALIDTO&amp;gt;
              &amp;lt;REGIONID&amp;gt;
                &amp;lt;xsl:value-of select="RegionID"/&amp;gt;
              &amp;lt;/REGIONID&amp;gt;
              &amp;lt;MATERIALID&amp;gt;
                &amp;lt;xsl:value-of select="MaterialID"/&amp;gt;
              &amp;lt;/MATERIALID&amp;gt;
            &amp;lt;/I_DATA1&amp;gt;
          &amp;lt;/xsl:for-each&amp;gt;
        &amp;lt;/I_DATA&amp;gt;
      &amp;lt;/asx:values&amp;gt;
    &amp;lt;/asx:abap&amp;gt;
  &amp;lt;/xsl:template&amp;gt;
&amp;lt;/xsl:stylesheet&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program to test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  y_test_xml_tran.

TYPES: BEGIN OF i_det,
Material(10),
ConditionRate(16) type p decimals 2 ,
ValidFrom(10) ,
ValidTo(10) ,
RegionID(3) ,
MaterialID(10) ,
end of i_det .
DATA: i_data TYPE TABLE OF i_det.
data: wa like line of i_data .

DATA: xml_string TYPE string .
DATA: xslt_error	TYPE REF TO	cx_xslt_exception,
xslt_message	TYPE	string .

CLEAR xml_string .
CONCATENATE

`&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;`
`&amp;lt;QfiData xmlns:xsl="http://www2.siemens.nl/qfiservice/QfiData.xsd"&amp;gt;`
`&amp;lt;Materials&amp;gt;`
`&amp;lt;Material&amp;gt;463581&amp;lt;/Material&amp;gt;`
`&amp;lt;ConditionRate&amp;gt; 2.44&amp;lt;/ConditionRate&amp;gt;`
`&amp;lt;ValidFrom&amp;gt;20060208&amp;lt;/ValidFrom&amp;gt;`
`&amp;lt;ValidTo&amp;gt;99991231&amp;lt;/ValidTo&amp;gt;`
`&amp;lt;RegionID&amp;gt;48&amp;lt;/RegionID&amp;gt;`
`&amp;lt;MaterialID&amp;gt;36294&amp;lt;/MaterialID&amp;gt;`
`&amp;lt;/Materials&amp;gt;`
`&amp;lt;Materials&amp;gt;`
`&amp;lt;Material&amp;gt;463582&amp;lt;/Material&amp;gt;`
`&amp;lt;ConditionRate&amp;gt; 2.44&amp;lt;/ConditionRate&amp;gt;`
`&amp;lt;ValidFrom&amp;gt;20060208&amp;lt;/ValidFrom&amp;gt;`
`&amp;lt;ValidTo&amp;gt;99991231&amp;lt;/ValidTo&amp;gt;`
`&amp;lt;RegionID&amp;gt;48&amp;lt;/RegionID&amp;gt;`
`&amp;lt;MaterialID&amp;gt;36295&amp;lt;/MaterialID&amp;gt;`
`&amp;lt;/Materials&amp;gt;`
`&amp;lt;/QfiData&amp;gt;`
INTO xml_string .


TRY .
    CALL TRANSFORMATION (`YSIMPLEXMLTOITAB`)
    SOURCE XML  xml_string
    RESULT     i_data = i_data.
  CATCH cx_xslt_exception INTO xslt_error.
    xslt_message = xslt_error-&amp;gt;get_text( ).
ENDTRY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771970#M333288</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-04T10:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771971#M333289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;See the below links, this is useful for you &lt;/P&gt;&lt;P&gt;/people/tobias.trapp/blog/2006/10/06/xml-processing-in-abap-part-9-150-abap-processing-using-xslt&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchtechtarget.techtarget.com/generic/0,295582,sid21_gci1207657,00.html" target="test_blank"&gt;http://searchtechtarget.techtarget.com/generic/0,295582,sid21_gci1207657,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2604363"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771971#M333289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T10:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771972#M333290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello bhupal,&lt;/P&gt;&lt;P&gt;1. I have the data in a &amp;lt;b&amp;gt;string&amp;lt;/b&amp;gt; in the program.&lt;/P&gt;&lt;P&gt;2. i don't want all the data into an internal table, i want to traverse or read only particular nodes and get the data of nodes material, validfrom,validto.. to an internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:13:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771972#M333290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T10:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771973#M333291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raj,&lt;/P&gt;&lt;P&gt;              I don't know XLST. how to create the XLST?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771973#M333291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T10:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771974#M333292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which version of R/3 you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code i had given can only be used in WAS6.10 or above (4.7)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to create XSLT program go to transaction Se80-&amp;gt; click on the button edit object-&amp;gt;in the resulting dialog choose transformation radiobutton-&amp;gt;enter name and click create. in the resulting editor, copy paste the xslt code given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771974#M333292</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-04T10:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771975#M333293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the thread,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="147314"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771975#M333293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T10:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771976#M333294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello raj,&lt;/P&gt;&lt;P&gt;             I have created the XLST program as below and implemented the logic.&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:transform version="1.0"&lt;/P&gt;&lt;P&gt;  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&lt;/P&gt;&lt;P&gt;  xmlns:sapxsl="http://www.sap.com/sapxsl"&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsl:strip-space elements="*"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsl:output indent="yes"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsl:template match="QfiData"&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml"&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;asx:values&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;I_DATA&amp;gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;xsl:for-each select="Materials"&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;I_DATA1&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;MATERIAL&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xsl:value-of select="Material"/&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;/MATERIAL&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;CONDITIONRATE&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xsl:value-of select="ConditionRate"/&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;/CONDITIONRATE&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;VALIDFROM&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xsl:value-of select="ValidFrom"/&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;/VALIDFROM&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;VALIDTO&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xsl:value-of select="ValidTo"/&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;/VALIDTO&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;REGIONID&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xsl:value-of select="RegionID"/&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;/REGIONID&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;MATERIALID&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xsl:value-of select="MaterialID"/&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;/MATERIALID&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;/I_DATA1&amp;gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;/xsl:for-each&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;/I_DATA&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/asx:values&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;/asx:abap&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsl:template&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:transform&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting an error as below:&lt;/P&gt;&lt;P&gt;xlst:message = ABAP XML formatting error in XML node of type "element", name: "&lt;SPAN __jive_macro_name="http"&gt;&lt;/SPAN&gt;abap".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771976#M333294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T10:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771977#M333295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the following lines from your XSLT program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xsl:transform version="1.0"&lt;/P&gt;&lt;P&gt;xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&lt;/P&gt;&lt;P&gt;xmlns:sapxsl="http://www.sap.com/sapxsl"&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/xsl:transform&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 11:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771977#M333295</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-04T11:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771978#M333296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello raja,&lt;/P&gt;&lt;P&gt;thankyou. the example code is working very good. but i still have problem when i try to implement it with the actual program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting this error: &amp;lt;b&amp;gt; ABAP XML formatting error in XML node of type "element", name: "&lt;SPAN __jive_macro_name="http"&gt;&lt;/SPAN&gt;abap"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 12:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771978#M333296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T12:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771979#M333297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello raja,&lt;/P&gt;&lt;P&gt;Is it necessary that QfiData should be the starting tag. Actually i have a complex/huge xml file. From that file i have read only the material details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual xml file looks as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataSet xmlns="http://www2.siemens.nl/qfiservice"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xs:schema id="QfiData" targetNamespace="http://www2.siemens.nl/qfiservice/QfiData.xsd" xmlns:mstns="http://www2.siemens.nl/qfiservice/QfiData.xsd" xmlns="http://www2.siemens.nl/qfiservice/QfiData.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified"&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;xs:element name="QfiData" msdata:IsDataSet="true" msdata:UseCurrentLocale="true"&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;xs:complexType&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;xs:choice minOccurs="0" maxOccurs="unbounded"&amp;gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;xs:element name="Material"&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;xs:complexType&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;xs:sequence&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="Material" type="xs:int" minOccurs="0" /&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="ConditionRate" minOccurs="0"&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;xs:restriction base="xs:string"&amp;gt;&lt;/P&gt;&lt;P&gt;                      &amp;lt;xs:maxLength value="50" /&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;/xs:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;/xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="ValidFrom" msdata:ReadOnly="true" minOccurs="0"&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;xs:restriction base="xs:string"&amp;gt;&lt;/P&gt;&lt;P&gt;                      &amp;lt;xs:maxLength value="8" /&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;/xs:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;/xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="ValidTo" msdata:ReadOnly="true" minOccurs="0"&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;xs:restriction base="xs:string"&amp;gt;&lt;/P&gt;&lt;P&gt;                      &amp;lt;xs:maxLength value="8" /&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;/xs:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;/xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="RegionID" msdata:ReadOnly="true" type="xs:int" minOccurs="0" /&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="MaterialID" msdata:ReadOnly="true" msdata:AutoIncrement="true" type="xs:int" /&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;/xs:sequence&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;/xs:complexType&amp;gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;xs:element name="Pricegroup"&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;xs:complexType&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;xs:sequence&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="ConditionRate" minOccurs="0"&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;xs:restriction base="xs:string"&amp;gt;&lt;/P&gt;&lt;P&gt;                      &amp;lt;xs:maxLength value="50" /&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;/xs:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;/xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="PricegroupCpServ" minOccurs="0"&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;xs:restriction base="xs:string"&amp;gt;&lt;/P&gt;&lt;P&gt;                      &amp;lt;xs:maxLength value="50" /&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;/xs:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;/xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="ValidFrom" msdata:ReadOnly="true" minOccurs="0"&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;xs:restriction base="xs:string"&amp;gt;&lt;/P&gt;&lt;P&gt;                      &amp;lt;xs:maxLength value="8" /&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;/xs:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;/xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="ValidTo" msdata:ReadOnly="true" minOccurs="0"&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;xs:restriction base="xs:string"&amp;gt;&lt;/P&gt;&lt;P&gt;                      &amp;lt;xs:maxLength value="8" /&amp;gt;&lt;/P&gt;&lt;P&gt;                    &amp;lt;/xs:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;                  &amp;lt;/xs:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="RegionID" msdata:ReadOnly="true" type="xs:int" minOccurs="0" /&amp;gt;&lt;/P&gt;&lt;P&gt;                &amp;lt;xs:element name="PricegroupID" msdata:ReadOnly="true" msdata:AutoIncrement="true" type="xs:int" /&amp;gt;&lt;/P&gt;&lt;P&gt;              &amp;lt;/xs:sequence&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;/xs:complexType&amp;gt;&lt;/P&gt;&lt;P&gt;          &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;/xs:choice&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/xs:complexType&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;xs:unique name="Constraint1" msdata:PrimaryKey="true"&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;xs:selector xpath=".//mstns:Material" /&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;xs:field xpath="mstns:MaterialID" /&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/xs:unique&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;xs:unique name="Pricegroup_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true"&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;xs:selector xpath=".//mstns:Pricegroup" /&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;xs:field xpath="mstns:PricegroupID" /&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/xs:unique&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;/xs:element&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xs:schema&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1"&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;QfiData xmlns="http://www2.siemens.nl/qfiservice/QfiData.xsd"&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;Material diffgr:id="Material1" msdata:rowOrder="0"&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;Material&amp;gt;463581&amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ConditionRate&amp;gt; 2.44&amp;lt;/ConditionRate&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ValidFrom&amp;gt;20060208&amp;lt;/ValidFrom&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ValidTo&amp;gt;99991231&amp;lt;/ValidTo&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;RegionID&amp;gt;48&amp;lt;/RegionID&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;MaterialID&amp;gt;36294&amp;lt;/MaterialID&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;Material diffgr:id="Material2" msdata:rowOrder="1"&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;Material&amp;gt;463582&amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ConditionRate&amp;gt; 2.44&amp;lt;/ConditionRate&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ValidFrom&amp;gt;20060208&amp;lt;/ValidFrom&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ValidTo&amp;gt;99991231&amp;lt;/ValidTo&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;RegionID&amp;gt;48&amp;lt;/RegionID&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;MaterialID&amp;gt;36295&amp;lt;/MaterialID&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;Material diffgr:id="Material3" msdata:rowOrder="2"&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;Material&amp;gt;461691&amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ConditionRate&amp;gt; 4.96&amp;lt;/ConditionRate&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ValidFrom&amp;gt;20060208&amp;lt;/ValidFrom&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;ValidTo&amp;gt;99991231&amp;lt;/ValidTo&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;RegionID&amp;gt;48&amp;lt;/RegionID&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;MaterialID&amp;gt;36296&amp;lt;/MaterialID&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/Material&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 12:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771979#M333297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771980#M333298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you look at the example , i have slightly modified the XML, may be post the actual XML file, i will come up with the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;Awarding points to helpful posts is SDN way of saying thanks. you can do this by choosing appropriate radiobuttons in the  answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 12:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771980#M333298</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-04T12:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771981#M333299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this alternate approach, in the mean time you can mail me the actual XML file (you can find my id in the business card) i will come up with the XSLT program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report y_xml_upload
       no standard page heading.
       data: filename type string ,
             xmldata type xstring .
data: result_xml type standard table of smum_xmltb .
data: return type standard table of bapiret2 .
 constants: line_size type i value 255.
  data: begin of xml_tab occurs 0,
           raw(line_size) type x,
        end   of xml_tab,
        file  type string,
        size  type i.

* upload the xml file
filename = 'C:rajabw.xml' .
  call function 'GUI_UPLOAD'
    exporting
      filename            = filename
      filetype            = 'BIN'
      has_field_separator = ' '
      header_length       = 0
    importing
      filelength          = size
    tables
      data_tab            = xml_tab
    exceptions
      others              = 1.
************uncomment this and comment the call of SCMS_BINARY_TO_XSTRING if you dont have this fm in your system.
*  if sy-subrc &amp;lt;&amp;gt; 0.
*    clear: xmldata.
*    exit.
*  else.
*    data: len type i.
*    len = size.
*    loop at xml_tab.
*      if len &amp;lt;= line_size. exit. endif.
*      concatenate xmldata xml_tab-raw(line_size)
*             into xmldata in byte mode.
*      len = len - line_size.
*    endloop.
*    if len &amp;gt; 0.
*      concatenate xmldata xml_tab-raw(len)
*             into xmldata in byte mode.
*      len = len - size.
*    endif.
*  endif.
******* end of comment.

call function 'SCMS_BINARY_TO_XSTRING'
  exporting
    input_length       = size
*   FIRST_LINE         = 0
*   LAST_LINE          = 0
 importing
   buffer             = xmldata
  tables
    binary_tab         = xml_tab
 exceptions
   failed             = 1
   others             = 2
          .
if sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
endif.
call function 'SMUM_XML_PARSE'
  exporting
    xml_input       = xmldata
  tables
    xml_table       = result_xml
    return          = return .

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 13:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771981#M333299</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-04T13:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771982#M333300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raja,&lt;/P&gt;&lt;P&gt;           Still the problem exists:&lt;/P&gt;&lt;P&gt;Error message : ABAP XML formatting error in XML node of type "element", name: "&lt;SPAN __jive_macro_name="http"&gt;&lt;/SPAN&gt;abap"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771982#M333300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771983#M333301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried the alternate approach suggested (byme) with the file you had sent and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(youhave to change the file location in the code filename = 'C:\...material.xml' .).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the only difference in this method is all xml elements are stored in the tab as name value pair, which you have to loop thru to get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 08:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771983#M333301</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-05T08:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771984#M333302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello raja,&lt;/P&gt;&lt;P&gt;              could you please check the gmail for the latest query. i will send you the code, xml file and xslt.&lt;/P&gt;&lt;P&gt;actually the example program works fine. when when i try to import the actual xml file. there is an error.&lt;/P&gt;&lt;P&gt;please have a look and help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 10:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771984#M333302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T10:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771985#M333303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem, is that the following mandatory line is nt there in the xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt; , it has to be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 10:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771985#M333303</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-05T10:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771986#M333304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am sorry raja. i have already check that. no good result even if i include the &lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt; mandatory string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 10:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771986#M333304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T10:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: xml to internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771987#M333305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raja,&lt;/P&gt;&lt;P&gt;          Thank you very much. The alternative method is working fine. points rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i would like know couple of things:&lt;/P&gt;&lt;P&gt;1. As you know i don't upload the data. But i get the xml file as a response and i have xml file in "xml_string" in text mode. Now i want to use the "SMUM_XML_PARSE". &lt;/P&gt;&lt;P&gt;Can you just tell me how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 13:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table/m-p/1771987#M333305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T13:00:55Z</dc:date>
    </item>
  </channel>
</rss>

