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

Windows

Former Member
0 Likes
1,003

what is the diff bet window and page window?

Regards,

Yash

1 ACCEPTED SOLUTION
Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
976

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

7 REPLIES 7
Read only

Former Member
0 Likes
976

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

Read only

ferry_lianto
Active Contributor
0 Likes
976

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.

Read only

Former Member
0 Likes
976

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

Read only

Former Member
0 Likes
976

Hi,

windows when placed on a page becomes a page window it most commonly used in sap scripts.

with regards.

prince elvis

Read only

Former Member
0 Likes
976

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.

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
977

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

Read only

Former Member
0 Likes
976

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.