<?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: Reg Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576394#M1079757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys more help please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2008 09:48:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-01T09:48:22Z</dc:date>
    <item>
      <title>Reg Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576392#M1079755</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;In the smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my customer has 10 records ( 1 field is amount ) of O/P in two pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in first page I Have 5 records and second has 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the total of amount in all the records of first page &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and print in a window in the second page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 16:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576392#M1079755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T16:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576393#M1079756</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;Create gobal variable and keep on adding amounts for all records in this variable..  Now when ever there is page change print this variable in total window and clear this variable so that it will now have total only for page two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP&lt;/P&gt;&lt;P&gt;Pankaj Singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 17:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576393#M1079756</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2008-09-30T17:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576394#M1079757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys more help please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 09:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576394#M1079757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T09:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576395#M1079758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;You will be looping the data in the first page then you can declare a field globally  and uyou can add to that thus you can print the amount in the first page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 09:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576395#M1079758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T09:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reg Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576396#M1079759</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;First create a global varibale in the global declaration part for storing the total of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new window type" Final window" in the page and pass the variable in that window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of Final Window :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to display or query values on the first page that are determined only during processing. For example, you may want to name the grand total in the letter text of an invoice. However, this amount is determined only after listing all individual items. Or you may want to query on the first page within a condition the total number of pages, which the system calculates only after processing all pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such a case, you use the final window: Processing first skips all windows of this type in the tree and works its way to the end of the tree. Only after the actual processing is finished, the final windows are processed in the order in which they appear in the tree (from top to bottom). Now any information is available that is known only at the end of the form processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be hepful. Rewards me if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Partha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 09:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-smartforms/m-p/4576396#M1079759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T09:53:15Z</dc:date>
    </item>
  </channel>
</rss>

