cancel
Showing results for 
Search instead for 
Did you mean: 

99 main windows in script

Former Member
0 Kudos

why there is 99 main windows can be added in a single sap script

and we can create a smartform without main window

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In scripts only one main window is possible if required we split that into 99 parts. for main window the width is constant and length will vary Depend on the data it contained.This is the reason, y we have 99 main windows in script.

Reward if useful.

former_member480923
Active Contributor
0 Kudos

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. 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.

Yes we can have a Smartform with out any MAIN window.

Hope That Helps

Anirban M.