<?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: How to generate xml table from internal table data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023401#M1498307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satyajit,&lt;/P&gt;&lt;P&gt;I followed this link and create simple transformation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapblog.rmtiwari.com/2009/04/generate-simple-transformation-for-xml.html" target="test_blank"&gt;http://sapblog.rmtiwari.com/2009/04/generate-simple-transformation-for-xml.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jun 2010 08:49:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-22T08:49:35Z</dc:date>
    <item>
      <title>How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023386#M1498292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have an internal table with data from different tables.I would like to generate an xml file from the internal table.Please let me know if there is any fm or report for this&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 12:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023386#M1498292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T12:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023387#M1498293</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;Check  "simple transformations" .&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/ABENABAP_ST.htm" target="test_blank"&gt;http://help.sap.com/abapdocu_70/en/ABENABAP_ST.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;SE80-&amp;gt;Workbench _&amp;gt;edit object-&amp;gt;more-&amp;gt;transofrmation radio button enter 'Name' and click view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL TRANSFORMATION (&lt;STRONG&gt;'Name')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SOURCE tab = ITAB[]&lt;/P&gt;&lt;P&gt;RESULT XML xml_out. &lt;/P&gt;&lt;P&gt;Here XML_OUT stores the converted data in XML format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that depends on your requirement. You can store in custom table or in the application server (unix directory) or download to front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 14:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023387#M1498293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T14:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023388#M1498294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boby,&lt;/P&gt;&lt;P&gt;I checked the link and it has used CL_ABAP_BROWSER to display xml but i dont find that class.Please clarify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 17:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023388#M1498294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T17:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023389#M1498295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's only to display the resulting XML from the example.  You can render the XML using ST or XSLT in the transformation as he said or you can use one of the other XML functions or classes available.  Read the rest of the help files regarding transformations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 17:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023389#M1498295</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-06-18T17:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023390#M1498296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed this link &lt;/P&gt;&lt;P&gt;&lt;A href="http://sapblog.rmtiwari.com/2009/04/generate-simple-transformation-for-xml.html" target="test_blank"&gt;http://sapblog.rmtiwari.com/2009/04/generate-simple-transformation-for-xml.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and created xsd and report and it created xml file but when i tried to open it ,it shows the following error in browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned in the link i executed tcode  SSTDEMO1 to download a sample xml file ,but when i tried to open it i am getting the same error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The XML page cannot be displayed &lt;/P&gt;&lt;P&gt;Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invalid at the top level of the document. Error processing resource 'file:///C:/Download/xmlfile.xml'. Line 1, Position 124 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned in the link i executed tcode  SSTDEMO1 to download a sample xml file ,but when i tried to open it i am getting the same error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how i can solve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 18:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023390#M1498296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-18T18:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023391#M1498297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This means that the xml is malformed. &lt;/P&gt;&lt;P&gt;Try adding -&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;OPTIONS&lt;/STRONG&gt; addition to the CALL TRANSFORMATION statement to avoid header .&lt;/P&gt;&lt;P&gt;Syntax :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION (`ID`) OPTIONS XML_HEADER = 'no'&lt;/P&gt;&lt;P&gt;SOURCE itab = itab[]&lt;/P&gt;&lt;P&gt;RESULT XML output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jun 2010 05:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023391#M1498297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-19T05:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023392#M1498298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boby,&lt;/P&gt;&lt;P&gt;I am already using that but still i get the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jun 2010 06:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023392#M1498298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-19T06:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023393#M1498299</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;Hope Use of &lt;STRONG&gt;SAP_CONVERT_TO_XML_FORMAT&lt;/STRONG&gt;  helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regd,&lt;/P&gt;&lt;P&gt;abhee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: abheesawant on Jun 19, 2010 8:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jun 2010 06:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023393#M1498299</guid>
      <dc:creator>former_member907073</dc:creator>
      <dc:date>2010-06-19T06:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023394#M1498300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;BALA&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked it ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;  exporting  filename     = s&lt;/P&gt;&lt;P&gt;             filetype     = 'ASC'&lt;/P&gt;&lt;P&gt;             write_lf     = ' '&lt;/P&gt;&lt;P&gt;  tables     data_tab     = xmltab_res&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While downloading a special character  is there in the &lt;STRONG&gt;xmltab_res&lt;/STRONG&gt; internal table record-&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;﻿0&lt;/STRONG&gt;&amp;lt;flights/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remove it while debugging and execute .&lt;/P&gt;&lt;P&gt;You will not encounter the error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jun 2010 06:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023394#M1498300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-19T06:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023395#M1498301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boby,&lt;/P&gt;&lt;P&gt;thanks for the answer but how will i remove that special character in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bala Duvvuri on Jun 20, 2010 7:21 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jun 2010 12:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023395#M1498301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-19T12:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023396#M1498302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set up the correct encoding while downloading with 'GUI_DOWNLOAD".&lt;/P&gt;&lt;P&gt;You will have code page option in the import parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: encode TYPE ABAP_ENCODING.&lt;/P&gt;&lt;P&gt;encode = '4103'.         "'4103' - UTF-16 LE(Little Endian)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PAss&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;code page = encode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 06:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023396#M1498302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T06:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023397#M1498303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boby,&lt;/P&gt;&lt;P&gt;Still it is not working.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;when i open the xml using notepad it has some two special characters ,if i remove them it is working fine from browser and these characters are created only when i use the code page parameter&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; this is the code i am writing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Report  ZDEMOXML
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*

REPORT  ZDEMOXML.
CLASS demo DEFINITION.
  PUBLIC SECTION.
    CLASS-METHODS main.
ENDCLASS.

CLASS demo IMPLEMENTATION.
  METHOD main.

data xml_xstring        TYPE XSTRING.
data lt_tab type ZNEWDATASET.
data ls_tab type ZNEWSTRUCTURE.
ls_tab-name = 'sdsd'.
append ls_tab to lt_tab.
ls_tab-name = 'sdsd'.
append ls_tab to lt_tab.
*
 CALL TRANSFORMATION ZDUMMY
                        SOURCE NEWDATASET = lt_tab
                        RESULT XML xml_xstring
                        OPTIONS xml_header = 'NO'.
 data : l_tab      type tsfixml.
 data lv_file_length type i.
 call function 'SCMS_XSTRING_TO_BINARY'
    exporting
      buffer        = xml_xstring
    importing
      output_length = lv_file_length
    tables
      binary_tab    = l_tab.

* CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
*   EXPORTING
*     input_length       = lv_file_length
*
*  IMPORTING
*    BUFFER             =  xml_xstring
*   tables
*     binary_tab         = l_tab
*           .
* 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.

  DATA: encode TYPE ABAP_ENCODING.
encode = '4103'. "'4103' - UTF-16 LE(Little Endian)
CALL FUNCTION 'GUI_DOWNLOAD'
  EXPORTING
*   BIN_FILESIZE                    =
    filename                        = 'C:\Temp\xls.xml'
   FILETYPE                        = 'ASC'
   CODEPAGE                        = encode
  tables
    data_tab                        = l_tab

          .
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 'SCOL_TRACE_SHOW_XML'
  EXPORTING
    xdoc = xml_xstring.
**
*
  ENDMETHOD.
ENDCLASS.

START-OF-SELECTION.
demo=&amp;gt;main( ).

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bala Duvvuri on Jun 21, 2010 12:51 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bala Duvvuri on Jun 21, 2010 11:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 06:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023397#M1498303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T06:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023398#M1498304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try downloading it in Binary format using 'BIN' in GUI_DOWNLOAD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 05:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023398#M1498304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T05:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023399#M1498305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but still it is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 07:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023399#M1498305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T07:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023400#M1498306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post your XML Transformation code as well.....Is it a Simple/XSLT Transformation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 07:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023400#M1498306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T07:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate xml table from internal table data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023401#M1498307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satyajit,&lt;/P&gt;&lt;P&gt;I followed this link and create simple transformation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapblog.rmtiwari.com/2009/04/generate-simple-transformation-for-xml.html" target="test_blank"&gt;http://sapblog.rmtiwari.com/2009/04/generate-simple-transformation-for-xml.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 08:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-generate-xml-table-from-internal-table-data/m-p/7023401#M1498307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T08:49:35Z</dc:date>
    </item>
  </channel>
</rss>

