‎2006 Dec 14 4:58 AM
‎2006 Dec 14 5:08 AM
Hi yash,
Window is like a Template in SAP script where as Page windows can be thought of as the instantiation of the same.But this is just an analogy
‎2006 Dec 14 5:04 AM
Hello,
Windows are just place holders and do not have any content or position. Windows become Page Windows when they are assigned to a Page and allocated actual positions. Page windows can also hold texts and other contents.
Regards,
Manoj
‎2006 Dec 14 5:04 AM
Hi Yash,
Welcome to SDN.
Windows:
Various parts of the output document can be conveniently organised on the pages using windows. Thus the data stream coming from the ABAP program can be logically grouped into various parts and can be placed on different locations on a page
There are 2 main types of windows that can be used in a layout set:
MAIN - A layout set can have only one MAIN window which is created by default. This window can flow over multiple pages.
CONSTANT - A layout set can have any number of constant windows. A constant window can be used once per page
Page Windows:
All the windows that form a page of the layout set.
Choose the window and click the Text Elements button to go to the Layout Set Editor. This consists of 2 parts
The small space on the left is for specifying the type of command, while the window adjacent to it is for writing the command or the text that needs to go under a text element.
Hope this will help.
Regards,
Ferry Lianto
Please reward points if very helpful.
‎2006 Dec 14 5:04 AM
hi...
<b>page window</b> : when a normal window is placed on a page,it becomes page window.
where as a <b>window</b> is a normal session window that holds the data inside a page.
types of widows:
*main windows
*constant windows.
hope its helpful.
reward points if so.
all the best.
Message was edited by:
Pavithra J
‎2006 Dec 14 5:05 AM
Hi,
windows when placed on a page becomes a page window it most commonly used in sap scripts.
with regards.
prince elvis
‎2006 Dec 14 5:06 AM
hi yash..
in sap scripts, consists of
1. pages
2. windows
3. page window :
window: This is the place where you can place your objects.
When this window is placed over the page you have created, it becomes a page window.
hope this is helpful.
reward if helpful.
‎2006 Dec 14 5:08 AM
Hi yash,
Window is like a Template in SAP script where as Page windows can be thought of as the instantiation of the same.But this is just an analogy
‎2006 Dec 14 5:09 AM
hi,
there are 2 types of windows :
CONSTANT - A layout set can have any number of constant windows. A constant window can be used once per page example header data
Variable window: Main window ia a type of variable
window in which data may vary.
) In Scripts, the window can be of type VAR or CONST except for the MAIN.
2) The content of variable window is regenerated on every page.
3) The content of a constant window is generated once at the beginning and later printed on every page.
4) But in the present versions, SAP system does not distinguish between these two types.
when a window is placed over a page tthen its a page window.