<?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: Creating XML file from ABAP internal table data.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710595#M1453719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you look into "simple transformations". That's SAP's most recent technology for such purposes, as far as I know.&lt;/P&gt;&lt;P&gt;&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;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 21:27:10 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2010-02-25T21:27:10Z</dc:date>
    <item>
      <title>Creating XML file from ABAP internal table data....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710592#M1453716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am fethcing data froma  custom table and I have to write data in XMl format. Following is the XML format in which I want data. Is there any function module iN SAP which will help me in writing data from internal table to XML file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;batch&amp;gt;
  &amp;lt;invoice&amp;gt;
    &amp;lt;StatusCode&amp;gt;10&amp;lt;/StatusCode&amp;gt;
    &amp;lt;paymentamount&amp;gt;122.00&amp;lt;/paymentamount&amp;gt;
     &amp;lt;ReferenceNumber&amp;gt;70980934&amp;lt;/ReferenceNumber&amp;gt;
  &amp;lt;/invoice&amp;gt;
  &amp;lt;invoice&amp;gt;
     &amp;lt;StatusCode&amp;gt;90&amp;lt;/StatusCode&amp;gt;
    &amp;lt;paymentamount&amp;gt;122.00&amp;lt;/paymentamount&amp;gt;
     &amp;lt;ReferenceNumber&amp;gt;70980934&amp;lt;/ReferenceNumber&amp;gt;
  &amp;lt;/invoice&amp;gt;
  &amp;lt;control&amp;gt;
    &amp;lt;InvoiceCount&amp;gt;2&amp;lt;/InvoiceCount&amp;gt;
  &amp;lt;/control&amp;gt;
&amp;lt;/batch&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jainam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 21:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710592#M1453716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T21:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating XML file from ABAP internal table data....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710593#M1453717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;/P&gt;&lt;P&gt;SAP_CONVERT_TO_XML_FORMAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check link:[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2dcbdfc-0801-0010-97bd-b3f39420759c]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 21:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710593#M1453717</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-25T21:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating XML file from ABAP internal table data....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710594#M1453718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to test it, I get message, 'Error generating Test frame'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jainam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 21:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710594#M1453718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T21:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating XML file from ABAP internal table data....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710595#M1453719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you look into "simple transformations". That's SAP's most recent technology for such purposes, as far as I know.&lt;/P&gt;&lt;P&gt;&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;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 21:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-xml-file-from-abap-internal-table-data/m-p/6710595#M1453719</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-02-25T21:27:10Z</dc:date>
    </item>
  </channel>
</rss>

