‎2007 Jul 15 4:46 AM
Hi Experts,
I am writing a Sap SCRIPT print program for multiple number of customers with different layouts. But i am getting seperate spools for different customers. There fore i need to print out all customers in a single spool.
Can some one help me how to do this?
Thanks
Dany
‎2007 Jul 16 6:30 AM
Hi,
DO not call the OPEN_FORM FM multiple times for each layout.
This should solve the problem bcz OPEN_FORM has an import parameter OPTIONS which has a NEW SPOOL field, which would be set everytime you call it.
Best regards,
Prashant