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

SapScripts

Former Member
0 Likes
469

Why Sap has provided the future to make use of 99 main windows in a single page.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
456

Hai sitaram,

A layout set in SAPSCRIPT can have only one MAIN window which is created by default. This window can flow over multiple pages. What you are referring to is probably the next MAIN WINDOW feature. Each page can consist of up to 99 main windows. Each main window is assigned a consecutive identifying number (0..98), and the windows are filled in this order. This feature enables SAPscript to print labels and to output multi-column text lik ein a Newspaper. When one main window fills up, the next main window on that page is taken, if there is a next one. A page break is inserted after the last main window.

You can use the NEW-WINDOW command to call the next main window explicitly, even if the current main window is not yet full. If you are in the last main window of the page, the command has the same effect as the NEW-PAGE command.

Regards,

Srikanth.

2 REPLIES 2
Read only

Former Member
0 Likes
456

hi Sitaram,

This feature enables SAPscript to print labels and to output multi-column text...

When one main window fills up, the next main window on that page is taken, if there is a next one...

A page break is inserted after the last main window...

( You can use the NEW-WINDOW command to call the next main window explicitly, even if the current main window is not yet full )

regards

satesh

Read only

Former Member
0 Likes
457

Hai sitaram,

A layout set in SAPSCRIPT can have only one MAIN window which is created by default. This window can flow over multiple pages. What you are referring to is probably the next MAIN WINDOW feature. Each page can consist of up to 99 main windows. Each main window is assigned a consecutive identifying number (0..98), and the windows are filled in this order. This feature enables SAPscript to print labels and to output multi-column text lik ein a Newspaper. When one main window fills up, the next main window on that page is taken, if there is a next one. A page break is inserted after the last main window.

You can use the NEW-WINDOW command to call the next main window explicitly, even if the current main window is not yet full. If you are in the last main window of the page, the command has the same effect as the NEW-PAGE command.

Regards,

Srikanth.