Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Spool - Single Spool for multiple layouts

Former Member
0 Likes
342

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

1 REPLY 1
Read only

Former Member
0 Likes
307

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