<?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: Append data from internam table into a string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-from-internam-table-into-a-string/m-p/4547468#M1073964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
CLEAR string.
LOOP AT itab INTO wa.
  CONCATENATE string wa-field1 ... wa-fieldn INTO string.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 15:41:54 GMT</pubDate>
    <dc:creator>valter_oliveira</dc:creator>
    <dc:date>2008-09-25T15:41:54Z</dc:date>
    <item>
      <title>Append data from internam table into a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-from-internam-table-into-a-string/m-p/4547466#M1073962</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;&lt;/P&gt;&lt;P&gt;My data is in a internal table, how can i take data from internal table and append all the data into a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 15:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-from-internam-table-into-a-string/m-p/4547466#M1073962</guid>
      <dc:creator>anupam_srivastava2</dc:creator>
      <dc:date>2008-09-25T15:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Append data from internam table into a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-from-internam-table-into-a-string/m-p/4547467#M1073963</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 give a try:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT itab INTO wa.
CONCATENATE string wa INTO string.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from 6.0 you can also do in one go:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONCATENATE LINES OF itab INTO string.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 15:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-from-internam-table-into-a-string/m-p/4547467#M1073963</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-09-25T15:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Append data from internam table into a string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-from-internam-table-into-a-string/m-p/4547468#M1073964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
CLEAR string.
LOOP AT itab INTO wa.
  CONCATENATE string wa-field1 ... wa-fieldn INTO string.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 15:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-data-from-internam-table-into-a-string/m-p/4547468#M1073964</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-25T15:41:54Z</dc:date>
    </item>
  </channel>
</rss>

