<?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: Parse data to Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315284#M163415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad to know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didn't write the ABAP Variables uppercase in the XSLT file&lt;/P&gt;&lt;P&gt;yes the abap variable has to be in upper case.&lt;/P&gt;&lt;P&gt;2) it is extremely a must have to paste the "&amp;lt;items&amp;gt;" tag....&lt;/P&gt;&lt;P&gt;item tag is to split it into records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 09:32:44 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2007-05-22T09:32:44Z</dc:date>
    <item>
      <title>Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315267#M163398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have XML file and I parsed it. After that I have like this lines :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELEMENT : flights NUM_CHILDREN: 8 ROOT: #document NAME2:&lt;/P&gt;&lt;P&gt;#document&lt;/P&gt;&lt;P&gt;ELEMENT : airline NUM_CHILDREN: 2 ROOT: #document NAME2:&lt;/P&gt;&lt;P&gt;flights&lt;/P&gt;&lt;P&gt;ATTRIBUTE: code = AA&lt;/P&gt;&lt;P&gt;ATTRIBUTE: name = American Airlines&lt;/P&gt;&lt;P&gt;ELEMENT : flight NUM_CHILDREN: 5 ROOT: #document&lt;/P&gt;&lt;P&gt;NAME2: airline&lt;/P&gt;&lt;P&gt;ATTRIBUTE: number = 0017&lt;/P&gt;&lt;P&gt;ELEMENT : from NUM_CHILDREN: 1 ROOT: #document&lt;/P&gt;&lt;P&gt;NAME2: flight&lt;/P&gt;&lt;P&gt;ATTRIBUTE: airport = JFK&lt;/P&gt;&lt;P&gt;VALUE : NEW YORK,US NAME2: from&lt;/P&gt;&lt;P&gt;ELEMENT : to NUM_CHILDREN: 1 ROOT: #document NAME2:&lt;/P&gt;&lt;P&gt;flight&lt;/P&gt;&lt;P&gt;ATTRIBUTE: airport = SFO&lt;/P&gt;&lt;P&gt;VALUE : SAN FRANCISCO,US NAME2: to&lt;/P&gt;&lt;P&gt;ELEMENT : departure NUM_CHILDREN: 1 ROOT: #document&lt;/P&gt;&lt;P&gt;NAME2: flight&lt;/P&gt;&lt;P&gt;VALUE : 110000 NAME2: departure&lt;/P&gt;&lt;P&gt;ELEMENT : arrival NUM_CHILDREN: 1 ROOT: #document&lt;/P&gt;&lt;P&gt;NAME2: flight&lt;/P&gt;&lt;P&gt;VALUE : 140100 NAME2: arrival&lt;/P&gt;&lt;P&gt;ELEMENT : type NUM_CHILDREN: 1 ROOT: #document&lt;/P&gt;&lt;P&gt;NAME2: flight&lt;/P&gt;&lt;P&gt;VALUE : Scheduled NAME2: type&lt;/P&gt;&lt;P&gt;ELEMENT : flight NUM_CHILDREN: 5 ROOT: #document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I parse this lines in my internal table ( have flight,arrival,airport ... fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 13:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315267#M163398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315268#M163399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;use this fm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SMUM_XML_PARSE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 13:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315268#M163399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T13:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315269#M163400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehmet,&lt;/P&gt;&lt;P&gt;          Use the following code snippet which may solve your problem. It will fetches data from XML and inturn places into Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report XML_TO_INTERNALTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : t001 LIKE TABLE OF t001 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;a(100) TYPE c,&lt;/P&gt;&lt;P&gt;END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: xml_out TYPE string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF upl OCCURS 0,&lt;/P&gt;&lt;P&gt;f(255) TYPE c,&lt;/P&gt;&lt;P&gt;END OF upl.&lt;/P&gt;&lt;P&gt;DATA: xmlupl TYPE string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-Fetch Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM t001 INTO TABLE t001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*- XML&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION ('ID')&lt;/P&gt;&lt;P&gt;SOURCE tab = t001[]&lt;/P&gt;&lt;P&gt;RESULT XML xml_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*- Convert to TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_EFI_CONVERT_STRING_TO_TABLE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_string = xml_out&lt;/P&gt;&lt;P&gt;i_tabline_length = 100&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;et_table = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-Download&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filetype = 'BIN'&lt;/P&gt;&lt;P&gt;filename = 'd:\xx.xml'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;data_tab = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH t001.&lt;/P&gt;&lt;P&gt;CLEAR t001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;filename = 'D:\XX.XML'&lt;/P&gt;&lt;P&gt;filetype = 'BIN'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;data_tab = upl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT upl.&lt;/P&gt;&lt;P&gt;CONCATENATE xmlupl upl-f INTO xmlupl.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*- XML&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION ('ID')&lt;/P&gt;&lt;P&gt;SOURCE XML xmlupl&lt;/P&gt;&lt;P&gt;RESULT tab = t001[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 13:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315269#M163400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315270#M163401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinaykumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable help. I have a question. You are calling your ID transformation. Can I create my own transformation type (Because my XSL file is different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315270#M163401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T07:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315271#M163402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mehmet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       For transformation rules you need to create an XSLT program in the transaction XSLT_TOOL.You must then give this program name with the CALL TRANSFORMATION statement. Here ID is a sample SAP XSLT program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer is that YES .. you can create your own XSLT program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if helpful.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315271#M163402</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-18T08:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315272#M163403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nishanth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks I have been creating my XSLT but my xsl file have special type. It is for Indicative Exchange Rates. First table relase Indicative Exchange Rates. Second table (in the same xsl) give me Cross Rates when I use this XSLT in my program it's give me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime errors         XSLT_BAD_SOURCE_CONTEXT                            &lt;/P&gt;&lt;P&gt;Exception              CX_XSLT_RUNTIME_ERROR                              &lt;/P&gt;&lt;P&gt;       Occurred on     18.05.2006 at 11:33:26                                                                                &lt;/P&gt;&lt;P&gt;There is no help text for this dump                                       &lt;/P&gt;&lt;P&gt;Either the text was inadvertently deleted or the release of               &lt;/P&gt;&lt;P&gt;the kernel differs from the release of the database                       &lt;/P&gt;&lt;P&gt;Refer to the Note system for further information on            this dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling my xslt with this lines:&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION ('ZKUR')&lt;/P&gt;&lt;P&gt;SOURCE XML xmlupl&lt;/P&gt;&lt;P&gt;RESULT tab = zexchange[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your recommend If anybody want see my XSL fiel I will send it via email. My mail mavsar$@$gmail.com (Please $)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must this xsl file because it is Central Bank Indicative Exchange Rates file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all person&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315272#M163403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T08:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315273#M163404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mehmet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Before calling the XSLT program make sure that you have declared the source XML file as type STRING or XSTRING.You can also pass it as an internal table which contains only CHAR type fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ensure that your XSLT program does not have any syntactic errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test your XSLT program using transaction XSLT before using the same in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the extension of the source file is not XML save it as .XML before using it in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know once you are done with all this.If the problem still persists paste your XML input file so that we can analyze it further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward helpful answers.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315273#M163404</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-18T11:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315274#M163405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result of the method SMUM_XML_PARSE is nice. So I have all the XML-elements and XML-values (also attributes) in the table:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CALL FUNCTION 'SMUM_XML_PARSE'       
      EXPORTING xml_input = l_xml_x1     
      TABLES    xml_table = it_result_xml
                return    = return       


Line| Hier| Type| cname| cvalue
    7	  3 |A   |DIRECT_DEBIT_QUALIFIER
    8	  4 |V   |INVOICE_DATE
    9	  4 |    |INVOICE_NUMBER
   10	  5 |V   |NUMBER
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want it in my own structure. Can I generate or read out "cname" and "cvalue" into my own Datatyp?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPES: BEGIN OF t_ap,
        inv_date(8),
        inv_number TYPE t_inv_number,
        credit_debit_qualifier(1)
       END OF t_ap.
DATA: it_ap    TYPE STANDARD TABLE OF t_ap.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried the CALL TRANSFORMATION method, but I get an error "No valid result context supplied". The "l_xml_x1" variable is an XSTRING and contains the XML file.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: it_trans_xml  TYPE abap_trans_resbind_tab,

    CALL TRANSFORMATION zfi_airplus_xslt
      SOURCE xml l_xml_x1
      RESULT (it_trans_xml)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The xslt-programm looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/abapxml" version="1.0"&amp;gt;
  &amp;lt;xsl:template match="/"&amp;gt;
    &amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml"&amp;gt;
      &amp;lt;asx:values&amp;gt;
        &amp;lt;it_ap&amp;gt;



          &amp;lt;xsl:for-each select="INVOICE_HEAD"&amp;gt;
            &amp;lt;t_ap_kopf&amp;gt;
              &amp;lt;invoice_date&amp;gt;&amp;lt;xsl:value-of select="INVOICE_DATE"/&amp;gt;&amp;lt;/invoice_date&amp;gt;


              &amp;lt;t_ap_inv_num&amp;gt;
                  &amp;lt;number&amp;gt;&amp;lt;xsl:value-of select="NUMBER"/&amp;gt;&amp;lt;/number&amp;gt;
                  &amp;lt;extension&amp;gt;&amp;lt;xsl:value-of select="EXTENSION"/&amp;gt;&amp;lt;/extension&amp;gt;
                  &amp;lt;sequence&amp;gt;&amp;lt;xsl:value-of select="SEQUENCE"/&amp;gt;&amp;lt;/sequence&amp;gt;
              &amp;lt;/t_ap_inv_num&amp;gt;
...
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315274#M163405</guid>
      <dc:creator>former_member183924</dc:creator>
      <dc:date>2007-05-21T09:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315275#M163406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post the sample xml file, will come up with the xslt for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315275#M163406</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-21T09:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315276#M163407</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;&lt;/P&gt;&lt;P&gt;here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;
&amp;lt;?xml-stylesheet type="text/xsl" href="invoice_btm.xsl"?&amp;gt;
&amp;lt;INVOICES_BTM xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="invoice_btm.xsd"&amp;gt;
	&amp;lt;INVOICE_BTM&amp;gt;
		&amp;lt;INVOICE_HEAD LANGUAGE="DE" DIRECT_DEBIT_QUALIFIER="NO"&amp;gt;
			&amp;lt;INVOICE_DATE&amp;gt;20040112&amp;lt;/INVOICE_DATE&amp;gt;
			&amp;lt;INVOICE_NUMBER&amp;gt;
				&amp;lt;NUMBER&amp;gt;0306299999&amp;lt;/NUMBER&amp;gt;
				&amp;lt;EXTENSION&amp;gt;0&amp;lt;/EXTENSION&amp;gt;
				&amp;lt;SEQUENCE&amp;gt;0&amp;lt;/SEQUENCE&amp;gt;
			&amp;lt;/INVOICE_NUMBER&amp;gt;
     ...
     ...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      RESULT invoice_date   = wa_ap-head-inv_date
             invoice_number = wa_ap-head-inv_number-number
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This runs trought without a error, but without a value in my "wa" too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EDIT:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;do i need to catch the first 3 lines in the XML file? "invoice_btm"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315276#M163407</guid>
      <dc:creator>former_member183924</dc:creator>
      <dc:date>2007-05-21T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315277#M163408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The XSLT program (name:Y_XML_2_ITAB_SIMPLE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" version="1.0"&amp;gt;
  &amp;lt;xsl:template match="INVOICES_BTM"&amp;gt;
    &amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"&amp;gt;
      &amp;lt;asx:values&amp;gt;
        &amp;lt;OUTPUT&amp;gt;
          &amp;lt;xsl:for-each select="INVOICE_BTM"&amp;gt;
            &amp;lt;items&amp;gt;
              &amp;lt;INV_DATE&amp;gt;
                &amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_DATE"/&amp;gt;
              &amp;lt;/INV_DATE&amp;gt;
              &amp;lt;INV_NO&amp;gt;
                &amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_NUMBER/NUMBER"/&amp;gt;
              &amp;lt;/INV_NO&amp;gt;
              &amp;lt;INV_EXT&amp;gt;
                &amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_NUMBER/EXTENSION"/&amp;gt;
              &amp;lt;/INV_EXT&amp;gt;
              &amp;lt;INV_SEQ&amp;gt;
                &amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_NUMBER/SEQUENCE"/&amp;gt;
              &amp;lt;/INV_SEQ&amp;gt;
            &amp;lt;/items&amp;gt;
          &amp;lt;/xsl:for-each&amp;gt;
        &amp;lt;/OUTPUT&amp;gt;
      &amp;lt;/asx:values&amp;gt;
    &amp;lt;/asx:abap&amp;gt;
  &amp;lt;/xsl:template&amp;gt;
&amp;lt;/xsl:transform&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program to test the XSLT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT y_xml_2_itab_simple
       NO STANDARD PAGE HEADING.

TYPES: BEGIN OF stru ,
       inv_date(10) ,
       inv_no(50) ,
       inv_ext(10) ,
       inv_seq(10) ,
       END OF stru .

DATA: outtab TYPE STANDARD TABLE OF stru .
DATA: xslt_error	TYPE REF TO	cx_xslt_exception,
xslt_message	TYPE	string .

DATA: xml_string TYPE string .

CLEAR xml_string .

CONCATENATE

`&amp;lt;?xml version="1.0" encoding="ISO-8859-1"?&amp;gt;`
`&amp;lt;INVOICES_BTM xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="invoice_btm.xsd"&amp;gt;`
	`&amp;lt;INVOICE_BTM&amp;gt;`
		`&amp;lt;INVOICE_HEAD LANGUAGE="DE" DIRECT_DEBIT_QUALIFIER="NO"&amp;gt;`
			`&amp;lt;INVOICE_DATE&amp;gt;20040112&amp;lt;/INVOICE_DATE&amp;gt;`
			`&amp;lt;INVOICE_NUMBER&amp;gt;`
				`&amp;lt;NUMBER&amp;gt;0306299999&amp;lt;/NUMBER&amp;gt;`
				`&amp;lt;EXTENSION&amp;gt;1&amp;lt;/EXTENSION&amp;gt;`
				`&amp;lt;SEQUENCE&amp;gt;01&amp;lt;/SEQUENCE&amp;gt;`
			`&amp;lt;/INVOICE_NUMBER&amp;gt;`
`&amp;lt;/INVOICE_HEAD&amp;gt;`
`&amp;lt;/INVOICE_BTM&amp;gt;`
`&amp;lt;INVOICE_BTM&amp;gt;`
		`&amp;lt;INVOICE_HEAD LANGUAGE="DE" DIRECT_DEBIT_QUALIFIER="NO"&amp;gt;`
			`&amp;lt;INVOICE_DATE&amp;gt;20040113&amp;lt;/INVOICE_DATE&amp;gt;`
			`&amp;lt;INVOICE_NUMBER&amp;gt;`
				`&amp;lt;NUMBER&amp;gt;0306299888&amp;lt;/NUMBER&amp;gt;`
				`&amp;lt;EXTENSION&amp;gt;2&amp;lt;/EXTENSION&amp;gt;`
				`&amp;lt;SEQUENCE&amp;gt;02&amp;lt;/SEQUENCE&amp;gt;`
			`&amp;lt;/INVOICE_NUMBER&amp;gt;`
`&amp;lt;/INVOICE_HEAD&amp;gt;`
`&amp;lt;/INVOICE_BTM&amp;gt;`
`&amp;lt;/INVOICES_BTM&amp;gt;`

INTO xml_string .

TRY .
    CALL TRANSFORMATION (`Y_XML_2_ITAB_SIMPLE`)
    SOURCE XML  xml_string
    RESULT     output = outtab.
  CATCH cx_xslt_exception INTO xslt_error.
    xslt_message = xslt_error-&amp;gt;get_text( ).
ENDTRY.

break-point .&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, 21 May 2007 10:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315277#M163408</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-21T10:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315278#M163409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steffen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did it help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 12:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315278#M163409</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-21T12:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315279#M163410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure a lot! But I already looking for the right implementation in my programm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my programm I upload the XML file via GUI_UPLOAD into a internal table and convert this into one big XSTRING variable. maybe this is wrong, I have to check this.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I switch this thread as answered if I can cut the gordian knot..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 12:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315279#M163410</guid>
      <dc:creator>former_member183924</dc:creator>
      <dc:date>2007-05-21T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315280#M163411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since you have the xml content in xstring just pass that variable to call transformation (it can handle both xstring and string)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 12:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315280#M163411</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-21T12:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315281#M163412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, can I use a deep structure in my abap program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like that:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPES: BEGIN OF t_ap_head,
        inv_date(8),
        inv_number TYPE t_inv_number,
        credit_debit_qualifier(1),
        credit_debit_label(10),
        billing_currency(3),
        base_currency(3),
        due_date(8),
        inv_parties TYPE t_inv_parties,
        inv_qualifier(4),
       END OF t_ap_head.

TYPES: BEGIN OF t_ap_detail,
        cust_cardnumber(30),
        cust_name(30),
       END OF t_ap_detail.

TYPES: BEGIN OF t_ap,
        head   TYPE t_ap_head,
        detail TYPE t_ap_detail,
       END OF t_ap.

DATA: it_ap TYPE STANDARD TABLE OF t_ap.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot imagine how to declare this in the XSLT program?!?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 12:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315281#M163412</guid>
      <dc:creator>former_member183924</dc:creator>
      <dc:date>2007-05-21T12:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315282#M163413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes its very much possible. check for sample code in these threads&lt;/P&gt;&lt;P&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="2574484"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2715061&amp;amp;messageID=2586184" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2715061&amp;amp;messageID=2586184&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 19:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315282#M163413</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-21T19:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315283#M163414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alright, THANKS so much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made two ciritcal mistakes: &lt;/P&gt;&lt;P&gt;1) didn't write the ABAP Variables uppercase in the XSLT file&lt;/P&gt;&lt;P&gt;2) it is extremely a must have to paste the "&amp;lt;items&amp;gt;" tag....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

&amp;lt;xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" version="1.0"&amp;gt;
  &amp;lt;xsl:template match="INVOICES_BTM"&amp;gt;
    &amp;lt;asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"&amp;gt;
      &amp;lt;asx:values&amp;gt;
        &amp;lt;XML_OUTPUT&amp;gt;
          &amp;lt;xsl:for-each select="INVOICE_BTM"&amp;gt;
            &amp;lt;items&amp;gt;
            &amp;lt;HEAD&amp;gt;
              &amp;lt;INV_DATE&amp;gt;&amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_DATE"/&amp;gt;&amp;lt;/INV_DATE&amp;gt;
              &amp;lt;INV_NUMBER&amp;gt;
                  &amp;lt;NUMBER&amp;gt;   &amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_NUMBER/NUMBER"/&amp;gt;   &amp;lt;/NUMBER&amp;gt;
                  &amp;lt;EXTENSION&amp;gt;&amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_NUMBER/EXTENSION"/&amp;gt;&amp;lt;/EXTENSION&amp;gt;
                  &amp;lt;SEQUENCE&amp;gt; &amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_NUMBER/SEQUENCE"/&amp;gt; &amp;lt;/SEQUENCE&amp;gt;
              &amp;lt;/INV_NUMBER&amp;gt;
              &amp;lt;CREDIT_DEBIT_QUALIFIER&amp;gt; &amp;lt;xsl:value-of select="INVOICE_HEAD/CREDIT_DEBIT_QUALIFIER"/&amp;gt;&amp;lt;/CREDIT_DEBIT_QUALIFIER&amp;gt;
              &amp;lt;CREDIT_DEBIT_LABEL&amp;gt;     &amp;lt;xsl:value-of select="INVOICE_HEAD/CREDIT_DEBIT_LABEL"/&amp;gt;    &amp;lt;/CREDIT_DEBIT_LABEL&amp;gt;
              &amp;lt;BILLING_CURRENCY&amp;gt;       &amp;lt;xsl:value-of select="INVOICE_HEAD/BILLING_CURRENCY"/&amp;gt;      &amp;lt;/BILLING_CURRENCY&amp;gt;
              &amp;lt;BASE_CURRENCY&amp;gt;          &amp;lt;xsl:value-of select="INVOICE_HEAD/BASE_CURRENCY"/&amp;gt;         &amp;lt;/BASE_CURRENCY&amp;gt;
              &amp;lt;DUE_DATE&amp;gt;               &amp;lt;xsl:value-of select="INVOICE_HEAD/DUE_DATE"/&amp;gt;              &amp;lt;/DUE_DATE&amp;gt;

              &amp;lt;INV_PARTIES&amp;gt;
              &amp;lt;PAYEE&amp;gt;
                  &amp;lt;PARTYCODE&amp;gt;&amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_PARTIES/PAYEE/PARTYCODE"/&amp;gt;&amp;lt;/PARTYCODE&amp;gt;
                  &amp;lt;ADDRESS&amp;gt;
                      &amp;lt;ADDRESSLINE&amp;gt;  &amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_PARTIES/PAYEE/ADDRESS/ADDRESSLINE"/&amp;gt;&amp;lt;/ADDRESSLINE&amp;gt;
                      &amp;lt;POST_CODE&amp;gt;
.....
.....
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now it works, also with the deep structure!&lt;/P&gt;&lt;P&gt;regards, steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315283#M163414</guid>
      <dc:creator>former_member183924</dc:creator>
      <dc:date>2007-05-22T09:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315284#M163415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;glad to know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didn't write the ABAP Variables uppercase in the XSLT file&lt;/P&gt;&lt;P&gt;yes the abap variable has to be in upper case.&lt;/P&gt;&lt;P&gt;2) it is extremely a must have to paste the "&amp;lt;items&amp;gt;" tag....&lt;/P&gt;&lt;P&gt;item tag is to split it into records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 09:32:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315284#M163415</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-22T09:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315285#M163416</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;&lt;/P&gt;&lt;P&gt;i thought now I understand the xml topic but I cannot convert the multiple elements (with attributes) from the XML file into my ABAP Table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this coding but it won't work well:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
....
&amp;lt;PARTYCODE&amp;gt;&amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_PARTIES/PAYEE/PARTYCODE"/&amp;gt;&amp;lt;/PARTYCODE&amp;gt;
              &amp;lt;ADDRESS&amp;gt;
                      
                  &amp;lt;ADDRESSLINE&amp;gt;
                  &amp;lt;xsl:for-each select="ADDRESSLINE"&amp;gt;
                  &amp;lt;items&amp;gt;
                  &amp;lt;xsl:value-of select="INVOICE_HEAD/INVOICE_PARTIES/PAYEE/ADDRESS/ADDRESSLINE"/&amp;gt;
                  &amp;lt;/items&amp;gt;
                  &amp;lt;/xsl:for-each&amp;gt;
                  &amp;lt;/ADDRESSLINE&amp;gt;
                      
                  &amp;lt;POST_CODE&amp;gt; 
...
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;PARTYCODE&amp;gt;LASG&amp;lt;/PARTYCODE&amp;gt;
			&amp;lt;ADDRESS&amp;gt;
			&amp;lt;ADDRESSLINE LINE="1"&amp;gt;Company address&amp;lt;/ADDRESSLINE&amp;gt;
			&amp;lt;ADDRESSLINE LINE="2"&amp;gt;postadd 1552&amp;lt;/ADDRESSLINE&amp;gt;
						&amp;lt;POST_CODE&amp;gt;
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 08:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315285#M163416</guid>
      <dc:creator>former_member183924</dc:creator>
      <dc:date>2007-05-23T08:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Parse data to Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315286#M163417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where is the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting the attribute value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provide me the itab definition to which you want to send the xml values to and sample xml file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 09:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parse-data-to-internal-table/m-p/1315286#M163417</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-05-23T09:01:51Z</dc:date>
    </item>
  </channel>
</rss>

