<?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: Calculations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calculations/m-p/2607314#M597715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Damodaran,&lt;/P&gt;&lt;P&gt; Thanks for the immediate response. Infact i was tried and now i got that. I build a new logic which is littlebit parllel to your solution. Thanks for our suggestion.&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;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 12:02:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T12:02:53Z</dc:date>
    <item>
      <title>Calculations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calculations/m-p/2607312#M597713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;  I was trapped into a little bit confusion correlated to my task. Data was populated to my internal table with field&amp;#146;s delivery, customer number, postal code, weight, volume. Now I sorted that internal table based on the customer and postal code. Now I need to perform the following points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Read through the list and select deliveries having same ship to party and address.&lt;/P&gt;&lt;P&gt;&amp;#149; Calculate weight and volume of the selected deliveries in the above step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am correct I need to compare the customer and address for the current record with previous one. Please help me out in this query and your help will be will be greatly appreciated. Looking for your kind co-operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calculations/m-p/2607312#M597713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T04:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calculations/m-p/2607313#M597714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you all the records in Itab sorted by customer and postal code. so all the records with same customer and postal code will be coming next to each other....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move first records customer and postal code to a work area 2...&lt;/P&gt;&lt;P&gt;loop itab to work area 1.&lt;/P&gt;&lt;P&gt;  if customer and postal code in WA1 and wa2 is equal.&lt;/P&gt;&lt;P&gt;     calc tot_weight and tot_volume.&lt;/P&gt;&lt;P&gt;  else&lt;/P&gt;&lt;P&gt;     print the tot_weight and tot_volume.  &lt;/P&gt;&lt;P&gt;     assign customer and postal code of current record in wa1 to wa2.&lt;/P&gt;&lt;P&gt;     reset tot_weight and tot_volume to 0.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;     print the tot_weight and tot_volume.  - last set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calculations/m-p/2607313#M597714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T04:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calculations/m-p/2607314#M597715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Damodaran,&lt;/P&gt;&lt;P&gt; Thanks for the immediate response. Infact i was tried and now i got that. I build a new logic which is littlebit parllel to your solution. Thanks for our suggestion.&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;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 12:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calculations/m-p/2607314#M597715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T12:02:53Z</dc:date>
    </item>
  </channel>
</rss>

