<?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 Reading Error Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947815#M1966154</link>
    <description>&lt;P&gt;Good morning! i got a question, is there a way to acumulate a table into another? this question comes up from the following situation: i'm using a call transaction into a loop, every iteration the call transaction returns an error table typed bdcmsgcol, i want to acumulate this table for every iteration and show it in a ALV. does exist a way to do that? and if it does, what would be the best way to do it? Thanks!!!&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2019 15:40:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-05-20T15:40:32Z</dc:date>
    <item>
      <title>Reading Error Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947815#M1966154</link>
      <description>&lt;P&gt;Good morning! i got a question, is there a way to acumulate a table into another? this question comes up from the following situation: i'm using a call transaction into a loop, every iteration the call transaction returns an error table typed bdcmsgcol, i want to acumulate this table for every iteration and show it in a ALV. does exist a way to do that? and if it does, what would be the best way to do it? Thanks!!!&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 15:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947815#M1966154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-20T15:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Error Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947816#M1966155</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;APPEND LINES OF lt_sorted TO rv_table.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nawa&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 16:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947816#M1966155</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-05-20T16:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Error Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947817#M1966156</link>
      <description>&lt;P&gt;Thanks a lot, again!!!&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 21:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947817#M1966156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-20T21:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Error Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947818#M1966157</link>
      <description>&lt;P&gt;INSERT LINES OF ... INTO TABLE ... is to be preferred over APPEND LINES OF. &lt;/P&gt;&lt;P&gt;Although in this case, the internal table is standard, so APPEND will work, generally it works only for standard tables, not hashed or sorted. If you use INSERT LINES OF ... INTO TABLE, or INSERT ... INTO TABLE, you'll never go wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 05:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-error-table/m-p/11947818#M1966157</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-05-21T05:23:03Z</dc:date>
    </item>
  </channel>
</rss>

