<?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: Problem in Smartform System Variable SFSY. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573522#M1433182</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; your issue will be solved if you use SFSY-FORMPAGES. The output will be 1/2, 3/3 In this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2010 14:24:30 GMT</pubDate>
    <dc:creator>rnb86</dc:creator>
    <dc:date>2010-02-04T14:24:30Z</dc:date>
    <item>
      <title>Problem in Smartform System Variable SFSY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573520#M1433180</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;I need to print one smartform as 3 copies. I can print the 3 copies,  and I need to print Pages 1 of 4 like that, but system variable SFSY was not populating correctly. I dint understand where  the problem is. Can any one explain what would be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramana.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 13:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573520#M1433180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T13:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartform System Variable SFSY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573521#M1433181</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;Try in this format Page&amp;amp;SFSY-PAGE&amp;amp;/&amp;amp;SFSY-FORMPAGES&amp;amp;.This will print current page/total page ex 1/5 like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 13:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573521#M1433181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T13:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartform System Variable SFSY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573522#M1433182</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; your issue will be solved if you use SFSY-FORMPAGES. The output will be 1/2, 3/3 In this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 14:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573522#M1433182</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2010-02-04T14:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartform System Variable SFSY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573523#M1433183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use (read [Page Numbering|http://help.sap.com/saphelp_nw70/helpdata/en/70/e17a34dec511d3b575006094192fe3/frameset.htm] in [Smart Forms|http://help.sap.com/saphelp_nw70/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm])&lt;/P&gt;&lt;P&gt;- &amp;amp;SFSY-PAGE&amp;amp;  for the current page number&lt;/P&gt;&lt;P&gt;- &amp;amp;SFSY-FORMPAGES&amp;amp; for the total number of pages in the form&lt;/P&gt;&lt;P&gt;- &amp;amp;SFSY-JOBPAGE&amp;amp; for the total number of pages in all forms in the print job&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a late processing window, to get a correct value with enough space reserved ([Note 588352 - '*' when you output the total number of pages|https://service.sap.com/sap/support/notes/588352])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 14:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573523#M1433183</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-02-04T14:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartform System Variable SFSY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573524#M1433184</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;Thanks to all for your valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am already using like what you have mentioned in the threads(&amp;amp;SFSY-PAGES&amp;amp; of &amp;amp;SFSY-FORMPAGES&amp;amp;). But these system variables are populating with wrong page numbers. I want to know whether any code should be written to populate these system variable correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramana.T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 07:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573524#M1433184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T07:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartform System Variable SFSY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573525#M1433185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain again your problem, which numbers do you want and which do you get ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use a 3 copies option, you will get 1/4, 2/4, 3/4, 4/4, 1/4, 2/4, ect.&lt;/P&gt;&lt;P&gt;If you want 1/12, 2/12, dont use copies, call thrice the FM not closing the spool at end of first two calls and use &amp;amp;SFSY-JOBPAGE&amp;amp; and not &amp;amp;SFSY-FORMPAGES&amp;amp; (Use a late processing window, check the note for old versions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 10:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573525#M1433185</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-02-05T10:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Smartform System Variable SFSY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573526#M1433186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved by Myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 11:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-smartform-system-variable-sfsy/m-p/6573526#M1433186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-30T11:24:27Z</dc:date>
    </item>
  </channel>
</rss>

