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

Main Window , SAPScript

Former Member
0 Likes
663

Hi all

On each page we can create main window upto 99 times.

why 99 ???

regards,

3 REPLIES 3
Read only

Former Member
0 Likes
641

Hi

Message was edited by:

manjula

Read only

varma_narayana
Active Contributor
0 Likes
641

Hi...

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

<b>Edit->Main window.</b>

In normal Scenarios we need not to create the Copies of MAIN window.

<b>Reward if Helpful</b>

Read only

0 Likes
641

hi,

in scripts only one main window is possible if required we split that into 99 parts. f<b>or main window the width is constant and length will vary Depend on the data it contained.</b>

<b>Reward points for useful Answers</b>