<?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: sap-script footer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735983#M320082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the footer text elemet write a if statement as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;amp;page&amp;amp; = 0 &lt;/P&gt;&lt;P&gt;ur code...&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;ur code..&lt;/P&gt;&lt;P&gt;endif...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 14:09:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-05T14:09:12Z</dc:date>
    <item>
      <title>sap-script footer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735982#M320081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all&lt;/P&gt;&lt;P&gt;help me in this issue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am working on cust statements i had a  problem in that &lt;/P&gt;&lt;P&gt;when there are less no of inovices the footer text is coming correctly in first page but whrn there a many invoices the records are going to second page and the footer text is coming in both the pages. but i want  it as it as when there are less records footer should print in first page and when the records are more it should print in second page how can i do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 14:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735982#M320081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T14:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script footer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735983#M320082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the footer text elemet write a if statement as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;amp;page&amp;amp; = 0 &lt;/P&gt;&lt;P&gt;ur code...&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;ur code..&lt;/P&gt;&lt;P&gt;endif...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 14:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735983#M320082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T14:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script footer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735984#M320083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;U can place ur footer window in last page, so that u will get required o/p.&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;When you are on your window, in the third tab 'Conditions', you can try option : 'Only after End of Main Window '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the window footer must be declared in both pages FIRST and NEXT&lt;/P&gt;&lt;P&gt; within window footer do:&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;NEXTPAGE&amp;amp; = 0&lt;/P&gt;&lt;P&gt;HERE GOES YOUR CODE&lt;/P&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the key here is &amp;amp;NEXTPAGE&amp;amp; = 0 &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;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 14:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735984#M320083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: sap-script footer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735985#M320084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kumar,&lt;/P&gt;&lt;P&gt;             i have done it&lt;/P&gt;&lt;P&gt;my first page is first and next is next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in footer i kept as u said if  &amp;amp;nextpage&amp;amp; = 0&lt;/P&gt;&lt;P&gt;but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 14:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-footer/m-p/1735985#M320084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T14:46:10Z</dc:date>
    </item>
  </channel>
</rss>

