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

Sapscript - Multiple labels in same page

Former Member
0 Likes
704

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 ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Hi,

Have you Assigned all the main windows to the same page?

Regards,

Satish

4 REPLIES 4
Read only

Former Member
0 Likes
627

Hi,

Have you Assigned all the main windows to the same page?

Regards,

Satish

Read only

Former Member
0 Likes
626

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

Read only

0 Likes
626

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.

Read only

0 Likes
626

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