Hi Dears,
I need to put in my z of F110_IN_AVIS a second main windows, is it posible?, I try to do this, but at the moment to run the f110 with interbank payments only appear one time the information, and i need to put in the same page the information of two payments, i mean, if the f110 have to run four payments, it should back two pages with two info in each one. Or Have I do to something different?.
Please help me asap!!!.
Regards.
Erjufa.
Nope, It's not possible as far as i know.
but i think you can use multiple main windows in smartforms.
Pavan
Hello Erika,
Is not possible to create two main windows on sapscript and smartforms.
What you should do is to reduce to the half the size of the page....it will print 2 payments on 1 page....
Hope this helps,
Dont forget to reward,
Gabriel P.
Hi Erika,
You cannot have multiple main windows in SAPSCRIPT but you can have multiple instances of the main window on a sapscript. You can define upto 99 instances of the main window like a Newspaper printing.
But i guess in your case you must be looking at printing multiple documents and not multiple main windows.
For multiple documents you need to use START_FORM and END_FORM .
Cheers
VJ
Try to create another main window but make sure the size and all. We could do this but we are not using standard output but we are using XSF and writing to spool and some third party tool is preparing the form for us.
try to create another main window and give window type is main window and see how does it react.
Add a comment