<?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: Smart Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390504#M814111</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;Check the following system variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGE&amp;amp;  &lt;/P&gt;&lt;P&gt;Inserts the number of the current print page into the text. You determine the  format of the page number (for example, Arabic, numeric) in the page node.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-FORMPAGES&amp;amp;  &lt;/P&gt;&lt;P&gt;Displays the total number of pages for the currently processed form. This  allows you to include texts such as'Page x of y' into your output.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-JOBPAGES&amp;amp;  &lt;/P&gt;&lt;P&gt;Contains the total page number of all forms in the currently processed print  request.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2008 05:00:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-15T05:00:38Z</dc:date>
    <item>
      <title>Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390502#M814109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;             How can i print on of pages in the smat form in the following format : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Page x of y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that i have used system variable&lt;/P&gt;&lt;P&gt; SFSY-PAGE   &lt;/P&gt;&lt;P&gt; SFSY-FORMPAGE  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fine but i had to take a text fiels and then has to pass above variable.&lt;/P&gt;&lt;P&gt;But i dont know how many pages will be there in the report and it's not possible to take text field on the each page and then pass these variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any method to do it in the smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show no. of pages on every page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regatds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gulrez Alam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 10:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390502#M814109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-12T10:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390503#M814110</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;Couldnt actually understand the problem, however, you can create a window on the page. In the window, create a text element and use &amp;amp;SFSY-PAGE&amp;amp; / &amp;amp;SFSY-FORMPAGES(Z)&amp;amp;. This should work perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 04:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390503#M814110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T04:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390504#M814111</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;Check the following system variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGE&amp;amp;  &lt;/P&gt;&lt;P&gt;Inserts the number of the current print page into the text. You determine the  format of the page number (for example, Arabic, numeric) in the page node.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-FORMPAGES&amp;amp;  &lt;/P&gt;&lt;P&gt;Displays the total number of pages for the currently processed form. This  allows you to include texts such as'Page x of y' into your output.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-JOBPAGES&amp;amp;  &lt;/P&gt;&lt;P&gt;Contains the total page number of all forms in the currently processed print  request.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 05:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390504#M814111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T05:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390505#M814112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;      i have used both system variable, but if i use text element it will show on first page, I am using dynamic window means page can be extended as per user input, it may be 1, 2 , 3 , 4 ....10 . may 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how to display page no. on each page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gulrez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2008 10:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form/m-p/3390505#M814112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-16T10:46:30Z</dc:date>
    </item>
  </channel>
</rss>

