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

sap scripts

Former Member
0 Likes
330

hi all,

main window can generate up to 99 main windows in one page.

is the above statement true?

if yes, how could it trigger 99 main windows since as soon as the page breaks it goes to second page.

then ,how is it possible that main window generates 99 main windows under one page.

could any one make it clear.

thankyou.

yateendra.

2 REPLIES 2
Read only

Former Member
0 Likes
314

Yes, it is true.

In sap script 99 main window can be generated.

Actualy, we need multiple main window to print data of identical type but different values.

e.g, if you want to print the addresses of all the customer of your organisation you can use this.

in the page the windows will appear as small windows(if you won't overlap any two or more) and they all will be populate with equal first preference (as all are main window).

To trigger the next page after 99th main window, you have to write new-page statement in the last flow-logic of 99th window .

Reagrds,

anirban

Read only

0 Likes
314

hi all,

is that possible to know how many windows have been utilized in a script form?

    • main window triggers page break (i.e when text is continuous) and it goes to next page automatically.if this statement is true then how the statement " under 1 page 99 main windows can be maintained"

could be true?

could anybody make it more clear kindly?

Thank You.

yateendra.