‎2008 Aug 12 7:02 AM
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.
‎2008 Aug 12 7:03 AM
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
‎2008 Aug 12 3:17 PM
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.