<?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  CHEQUE PRINTING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951571#M65294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try using command 'NEW-PAGE' at an appropriate point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Jul 2005 17:13:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-31T17:13:01Z</dc:date>
    <item>
      <title>SAP script  CHEQUE PRINTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951569#M65292</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 am created new pageformat for cheque Printing.while i am using for cheque Printing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) if i got single cheque in spool,(one page only) it is printing fine.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) If I got two cheques in spool,(Two page only)it is printing in single page only(Over writing the same page).Its not skipping to next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz advice this, how to fix this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regs&lt;/P&gt;&lt;P&gt;sugavanam.Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2005 12:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951569#M65292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-31T12:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script  CHEQUE PRINTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951570#M65293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you ending the form before you are starting the next?&lt;/P&gt;&lt;P&gt;Basic code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN_FORM&lt;/P&gt;&lt;P&gt;START_FORM&lt;/P&gt;&lt;P&gt;WRITE_FORM&lt;/P&gt;&lt;P&gt;END_FORM&lt;/P&gt;&lt;P&gt;CLOSE_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The open and close form define a single spool request.  The start and end form defines an "instance" of your form output.   Please make sure that you are doing an END_FORM before you START_FORM the second.  This is just a guess.  I'm not sure that this is your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2005 15:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951570#M65293</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-07-31T15:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script  CHEQUE PRINTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951571#M65294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try using command 'NEW-PAGE' at an appropriate point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2005 17:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951571#M65294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-31T17:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script  CHEQUE PRINTING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951572#M65295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thx for ur guidence.&lt;/P&gt;&lt;P&gt;Actually my problem is to insert new page command in SPAD TRANSACTION. I think this only control the SPOOL Request.BCZ the  SAP script syntax r helpful upto spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Bcz in my case i got fine output in spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz advice this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;sugavanam.Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2005 03:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-cheque-printing/m-p/951572#M65295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-01T03:48:12Z</dc:date>
    </item>
  </channel>
</rss>

