<?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 finding sum as per date in dialog program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-sum-as-per-date-in-dialog-program/m-p/3352482#M804191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;i have problem with report,plz help me out&lt;/P&gt;&lt;P&gt;my problem is, i have a ddic table for which i createsd a screen to enter values into table,&lt;/P&gt;&lt;P&gt;n i kept buttons called GENERATE, UPDATE ,LIST.and fields in my screen are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    BILL_OF_LADING TYPE ZRIN-BILL_OF_LADING,&lt;/P&gt;&lt;P&gt;       ASSIGNED_RIN TYPE ZRIN-ASSIGNED_RIN,&lt;/P&gt;&lt;P&gt;       CALENDAR_YEAR &lt;/P&gt;&lt;P&gt;       EPA_COMPANY_ID &lt;/P&gt;&lt;P&gt;       EPA_FACITILY_ID &lt;/P&gt;&lt;P&gt;       RIN_BATCH_CODE&lt;/P&gt;&lt;P&gt;       EQUIVA_VALUE&lt;/P&gt;&lt;P&gt;       CELLULOSIC&lt;/P&gt;&lt;P&gt;       START_GALLONS,&lt;/P&gt;&lt;P&gt;       END_GALLONS &lt;/P&gt;&lt;P&gt;       RIN_NO &lt;/P&gt;&lt;P&gt;       TRANSFER_OR_EPA ,&lt;/P&gt;&lt;P&gt;       FILL_DATE &lt;/P&gt;&lt;P&gt;       VOL_TRANSFERED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when i enter data through this screen there r two field called(END_GALLONS ) it should get SUM with previous END_GALLONS  with respect to FILL_DATE , how to do that.its MODULE POOL PROGRMMING,plz help me out,very urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2008 09:32:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-01T09:32:50Z</dc:date>
    <item>
      <title>finding sum as per date in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-sum-as-per-date-in-dialog-program/m-p/3352482#M804191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;i have problem with report,plz help me out&lt;/P&gt;&lt;P&gt;my problem is, i have a ddic table for which i createsd a screen to enter values into table,&lt;/P&gt;&lt;P&gt;n i kept buttons called GENERATE, UPDATE ,LIST.and fields in my screen are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    BILL_OF_LADING TYPE ZRIN-BILL_OF_LADING,&lt;/P&gt;&lt;P&gt;       ASSIGNED_RIN TYPE ZRIN-ASSIGNED_RIN,&lt;/P&gt;&lt;P&gt;       CALENDAR_YEAR &lt;/P&gt;&lt;P&gt;       EPA_COMPANY_ID &lt;/P&gt;&lt;P&gt;       EPA_FACITILY_ID &lt;/P&gt;&lt;P&gt;       RIN_BATCH_CODE&lt;/P&gt;&lt;P&gt;       EQUIVA_VALUE&lt;/P&gt;&lt;P&gt;       CELLULOSIC&lt;/P&gt;&lt;P&gt;       START_GALLONS,&lt;/P&gt;&lt;P&gt;       END_GALLONS &lt;/P&gt;&lt;P&gt;       RIN_NO &lt;/P&gt;&lt;P&gt;       TRANSFER_OR_EPA ,&lt;/P&gt;&lt;P&gt;       FILL_DATE &lt;/P&gt;&lt;P&gt;       VOL_TRANSFERED &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when i enter data through this screen there r two field called(END_GALLONS ) it should get SUM with previous END_GALLONS  with respect to FILL_DATE , how to do that.its MODULE POOL PROGRMMING,plz help me out,very urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 09:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-sum-as-per-date-in-dialog-program/m-p/3352482#M804191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T09:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: finding sum as per date in dialog program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-sum-as-per-date-in-dialog-program/m-p/3352483#M804192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears you need to sum up the gallons field by date field. Now instead of racking one's brain over this, why dont we leave the solution to SAP by using ALV here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a new screen with a container and call an object oriented ALV. Sort the ALV output by FILL_DATE and perform SUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would group together records with same FILL_DATE and also show the sums as a new row .... this would also allow you to perform operations like downloading etc. which I am sure would be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call the ALV, you can add a button on the application toolbar, when clicked, it would call the ALV dialog screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 17:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-sum-as-per-date-in-dialog-program/m-p/3352483#M804192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T17:37:13Z</dc:date>
    </item>
  </channel>
</rss>

