<?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: Converting XML as table to XML as string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507309#M1559124</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;you can ref standard program  BCCIIXMLT1 / BCCIIXMLT* to get some idea .&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Dec 2010 01:59:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-07T01:59:15Z</dc:date>
    <item>
      <title>Converting XML as table to XML as string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507306#M1559121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am successfully able to convert XML table from Internal Table. Now, I would like to convert this XML Table into XML string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Salil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please search for available information/documentation before asking.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Dec 7, 2010 11:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 22:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507306#M1559121</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2010-12-06T22:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Converting XML as table to XML as string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507307#M1559122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Howdy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONCATENATE LINES OF lt_table into l_string SEPARATED BY cl_abap_char_utilities=&amp;gt;cr_lf.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create a string of the lines of the internal table with a carriage return after each line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 22:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507307#M1559122</guid>
      <dc:creator>alex_cook</dc:creator>
      <dc:date>2010-12-06T22:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Converting XML as table to XML as string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507308#M1559123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I have some questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to convert XML table to XML string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the declaration required to be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 00:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507308#M1559123</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2010-12-07T00:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Converting XML as table to XML as string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507309#M1559124</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;you can ref standard program  BCCIIXMLT1 / BCCIIXMLT* to get some idea .&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 01:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-xml-as-table-to-xml-as-string/m-p/7507309#M1559124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-07T01:59:15Z</dc:date>
    </item>
  </channel>
</rss>

