<?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: convert the data from database table to xml file. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001118#M1344258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer this link&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="7700830"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2009 12:13:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-14T12:13:42Z</dc:date>
    <item>
      <title>convert the data from database table to xml file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001117#M1344257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL TRANSFORMATION ('ID')&lt;/P&gt;&lt;P&gt;SOURCE output = itab[]&lt;/P&gt;&lt;P&gt;rESULT XML xml_out.&lt;/P&gt;&lt;P&gt;write:/ xml_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used this code to transfer the data from database table into xml file.. the output is stored in xml_out.. but i wonder how to put the output in the xml file.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean, i need the output in this format in a file that has to be stored in a folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="iso-8859-1" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CUSTOMERS&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;PERSON&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;customer_id&amp;gt;1&amp;lt;/customer_id&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;first_name&amp;gt;Jan&amp;lt;/first_name&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;last_name&amp;gt;Krohn&amp;lt;/last_name&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/PERSON&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;PERSON&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;customer_id&amp;gt;2&amp;lt;/customer_id&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;first_name&amp;gt;James&amp;lt;/first_name&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;last_name&amp;gt;Kirk&amp;lt;/last_name&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/PERSON&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CUSTOMERS&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 11:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001117#M1344257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T11:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: convert the data from database table to xml file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001118#M1344258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer this link&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="7700830"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 12:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001118#M1344258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: convert the data from database table to xml file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001119#M1344259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u very much sir.. i would definitely work on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 12:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001119#M1344259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T12:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: convert the data from database table to xml file.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001120#M1344260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use xml browser that is available with the ABAP workbench to read the xml string displayed with proper indentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u please help me with this one..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 12:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-the-data-from-database-table-to-xml-file/m-p/6001120#M1344260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T12:02:55Z</dc:date>
    </item>
  </channel>
</rss>

