<?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 Command in Smartform not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952683#M1154769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print totals in every page, for that how to know the end of the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to print only 15 rows in page and set a flag, if flag = X then im printing total in footer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in some instances, the page has more than 15 rows then after 15th row the total is printing then the &lt;/P&gt;&lt;P&gt;remaining records are printing. Now i called the Command with flag = X and in goto new page i gave second page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the flag has set to X, total is also printing but the command is not trigerring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after 15th record the total is getting displayed and remaining item are printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody has a clue on this why the command is not trigerring?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2008 08:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-24T08:33:48Z</dc:date>
    <item>
      <title>Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952683#M1154769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to print totals in every page, for that how to know the end of the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to print only 15 rows in page and set a flag, if flag = X then im printing total in footer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in some instances, the page has more than 15 rows then after 15th row the total is printing then the &lt;/P&gt;&lt;P&gt;remaining records are printing. Now i called the Command with flag = X and in goto new page i gave second page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the flag has set to X, total is also printing but the command is not trigerring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after 15th record the total is getting displayed and remaining item are printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody has a clue on this why the command is not trigerring?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952683#M1154769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952684#M1154770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare your total line in Footer of table. There you will have the option to display it at end of table or end of each page.&lt;/P&gt;&lt;P&gt;No need to calculate 15 lines or so.&lt;/P&gt;&lt;P&gt;Just keep calculating the total in a variable and display it in footer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on Footer node of table and you will see the optin to display it 'At page break' or 'End of table'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert if in any doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ankesh Saharan on Dec 24, 2008 2:19 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952684#M1154770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952685#M1154771</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;Use this command.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGE&amp;amp; of   &amp;amp;SFSY-FORMPAGES(3Z)&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952685#M1154771</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2008-12-24T08:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952686#M1154772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanks for ur reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like that also, but if the records are less say only 2 items then the total is coming at end of table but at page break again the footer with total is displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 08:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952686#M1154772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952687#M1154773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ankesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952687#M1154773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952688#M1154774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya ,&lt;/P&gt;&lt;P&gt;Was thinkin over your problem only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952688#M1154774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952689#M1154775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with footer only. if i check both at page break and at end of table, at end of table the total is coming and at page break is also coming. But the problem is in some instances some items are only few then at page break it should not display right!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unable to trace it out, pls suggest some clue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952689#M1154775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952690#M1154776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too am of the opinion that in case of table with few entries 'Page break' event should not have been triggered for the table.&lt;/P&gt;&lt;P&gt;Are the two totals being printed on the same page?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952690#M1154776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952691#M1154777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya buddy,&lt;/P&gt;&lt;P&gt;But that should not happen right!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952691#M1154777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952692#M1154778</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;This may not be the right solution...try and make the size of the footer window where it can hold only one record...as u r telling only totals u r displaying right...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have no solution..may be it should work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952692#M1154778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952693#M1154779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi subash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not taken footer window separately, its in table footer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at end of table it is displaying, if the items are few even then also at page break it is displaying. &lt;/P&gt;&lt;P&gt;But it should not happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952693#M1154779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Command in Smartform not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952694#M1154780</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;then try this way  take a seperate footer window, under conditions tab check if page greaterthan 1 , only then it should trigger for at page break...check this whether it works or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/command-in-smartform-not-working/m-p/4952694#M1154780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T09:52:44Z</dc:date>
    </item>
  </channel>
</rss>

