<?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: Abap code to avoid aggregation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956618#M1966920</link>
    <description>&lt;P&gt;I don't understand. Please show both the initial data, and the expected result.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 20:03:47 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-04-29T20:03:47Z</dc:date>
    <item>
      <title>Abap code to avoid aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956615#M1966917</link>
      <description>&lt;P&gt;Need an ABAP &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1678547-abap.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;code to avoid aggregation for the for records marked in yellow. The records from the month of April are aggregating creating incorrect results. We need to make one of the record as zero or any solution that can stop aggregating the data.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 09:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956615#M1966917</guid>
      <dc:creator>dinesh_smhdr</dc:creator>
      <dc:date>2019-04-29T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Abap code to avoid aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956616#M1966918</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Use "COLLECT"  command instead of "APPEND"  while adding your records to the internal table.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 11:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956616#M1966918</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2019-04-29T11:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Abap code to avoid aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956617#M1966919</link>
      <description>&lt;P&gt;we have not used append anywhere. its a looping on result package and each value in field symbol assinged to each result field in the loop. Please suggest some other way to achieve this.Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956617#M1966919</guid>
      <dc:creator>dinesh_smhdr</dc:creator>
      <dc:date>2019-04-29T13:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Abap code to avoid aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956618#M1966920</link>
      <description>&lt;P&gt;I don't understand. Please show both the initial data, and the expected result.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 20:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956618#M1966920</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-04-29T20:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Abap code to avoid aggregation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956619#M1966921</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;So describe new internal table as a copy of this internal table, &lt;/P&gt;&lt;P&gt;and then Loop on this internal table to add all records to the new table using COLLECT command.&lt;/P&gt;&lt;P&gt;I'm trying to find easiest solution to save your time.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 09:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-code-to-avoid-aggregation/m-p/11956619#M1966921</guid>
      <dc:creator>bbalci</dc:creator>
      <dc:date>2019-04-30T09:55:41Z</dc:date>
    </item>
  </channel>
</rss>

