<?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: Smartform generating more than one page while printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565889#M1432034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To Eliminate this Problem in future .Please Create a table Entrie for Printer Peferences ..it will helpful in future&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2010 10:46:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-15T10:46:29Z</dc:date>
    <item>
      <title>Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565878#M1432023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good evening everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a smartform and now I am trying to print it. I have executed RSTXPDFT4 program in SE38 and entered the spool number and saved my smartform. But now my smartform is having more number of pages even though in print preview there is only one page. The same page is repeating again and again. Whats might be the problem? Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565878#M1432023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T10:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565879#M1432024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you are not passing anyting to this field in you Smartform interface.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
OUTPUT_OPTIONS-TDCOPIES = 3 .  ( Number of Copies to be generated at Printer level)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above case even though only one spool is created 3 copies will be printed at the printer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565879#M1432024</guid>
      <dc:creator>antony_paul2</dc:creator>
      <dc:date>2010-02-10T10:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565880#M1432025</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;Please check if you have not defined the next page for the last page .Also i suspect there might be problem with Printer settings ask you basis to look in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regartds&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565880#M1432025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T10:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565881#M1432026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya thats correct. Please mention the number of copies as 1.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OUTPUT_OPTIONS-TDCOPIES = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565881#M1432026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T10:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565882#M1432027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can we find this OUTPUT_OPTIONS-TDCOPIES = 3 .&lt;/P&gt;&lt;P&gt;where should I give the number of copies. While seeing print preview it is askinf for no of copies, at that time i gave 1 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565882#M1432027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T11:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565883#M1432028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your spool before issuing print.&lt;/P&gt;&lt;P&gt;Goto SP01/SP02-&amp;gt;There is an option to &lt;EM&gt;&lt;STRONG&gt;Print it with Changed Parameters&lt;/STRONG&gt;&lt;/EM&gt; ( Shift + F1) -&amp;gt;Here you can see &lt;EM&gt;&lt;STRONG&gt;Number of Copies&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Check if its 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its 1 and still you are getting more than on copies i guess its some other problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565883#M1432028</guid>
      <dc:creator>antony_paul2</dc:creator>
      <dc:date>2010-02-10T11:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565884#M1432029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said before when executing RSTXPDFT4 and trying to save the smartform to my system then it is showing many pages and that too the first page is not at all the output of my smartform and the rest are my smartform output which is repeating. I don't know from where it has come. I think there is some problem in my smartform itself. &lt;/P&gt;&lt;P&gt;But if I go into SP01 then it is showing only one page that too the first page which is not my smartform output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 11:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565884#M1432029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T11:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565885#M1432030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is some problem in my form. I have done a new one with same code and every thing is working fine now. Thanks everyone for the support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 12:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565885#M1432030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T12:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565886#M1432031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reopening the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I understood what the problem is but I am with no answer. The problem is,&lt;/P&gt;&lt;P&gt;suppose my smartform is having 2 pages output when I am trying to save the smartform as PDF after doing some modifications with the spool number the older pages are also coming. That's why I am getting more number of pages. Please someone help me solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 11:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565886#M1432031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-11T11:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565887#M1432032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No response from any one. Closing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 10:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565887#M1432032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T10:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565888#M1432033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 10:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565888#M1432033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T10:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565889#M1432034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To Eliminate this Problem in future .Please Create a table Entrie for Printer Peferences ..it will helpful in future&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 10:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565889#M1432034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T10:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform generating more than one page while printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565890#M1432035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Could you explain me a bit more clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 11:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-generating-more-than-one-page-while-printing/m-p/6565890#M1432035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-15T11:00:07Z</dc:date>
    </item>
  </channel>
</rss>

