‎2007 Nov 22 2:07 PM
Dear Abapers,
I need print mutiple labels in same page with Sapscript,
I create ten Main windows in my page, from Main0 at Main9,
five lines and two columns.
When I print up to one, it is printed in diferent pages.
I need print all in the same page. What can I do ?
‎2007 Nov 22 2:18 PM
Hi,
Have you Assigned all the main windows to the same page?
Regards,
Satish
‎2007 Nov 22 2:18 PM
Hi,
Have you Assigned all the main windows to the same page?
Regards,
Satish
‎2007 Nov 22 2:26 PM
Hi Alipio,
In SAP Script a Form can have only one MAIN window.
But we can Create max of 99 instances of the SAME MAIN WINDOW in a page
This is required if you want to display the Text in Multiple columns (line in a news paper). For Eg to Display the Main window text in 3 columns format we can create 3 Copies of Main window.
To create copies : Use the Path
Edit->Main window.
In normal Scenarios we need not to create the Copies of MAIN window.
hope it will solve ur problem..
<b>Reward points if useful..</b>
Thanks & Regards
ilesh 24x7
‎2007 Nov 26 6:08 PM
Hi friend, I have been created the copies, but, when I send to print, apper only one label.
For Eg. I send 4 print copies of the label, and only one is printed on the page. I have 10 MAIN Windows. All the windows are copies from another.
‎2007 Nov 28 5:39 PM
For knowled to every body:
I solved my problem creating all windows instances in same page, in sapscript editor, in graphic mode, I choose Process->Window->Create->Labels. The sapscript editor created various copies of MAIN WINDOW.
In my program I called the function WRITE_FORM into the loop structure with DO command, how many times the user set to print labels.
The labels was printed according with number of windows it needed.
Thanks to all.
Message was edited by: Alipio Machado
Alipio Machado
Message was edited by: Alipio Machado
Alipio Machado