‎2005 Jul 31 1:48 PM
Hi,
I am created new pageformat for cheque Printing.while i am using for cheque Printing,
(1) if i got single cheque in spool,(one page only) it is printing fine.
(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.
plz advice this, how to fix this problem
regs
sugavanam.Y
‎2005 Jul 31 4:37 PM
Are you ending the form before you are starting the next?
Basic code....
OPEN_FORM
START_FORM
WRITE_FORM
END_FORM
CLOSE_FORM
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.
Regards,
Rich Heilman
‎2005 Jul 31 6:13 PM
You can also try using command 'NEW-PAGE' at an appropriate point.
Cheers,
Sanjeev
‎2005 Aug 01 4:48 AM
Hi,
thx for ur guidence.
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.
Bcz in my case i got fine output in spool.
plz advice this.
Regs
sugavanam.Y