‎2006 Sep 12 1:15 PM
Hi Experts,
What is the difference between constant window and variable window in scripts.Please explain the same with a
example.
Thanks in advance.
Shilpa
‎2006 Sep 12 2:01 PM
Hi Shilpa,
1) 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.
Thanks,
Vinay
‎2006 Sep 12 1:20 PM
Hi
They are secondary windows:
- Costant: the window has to have same size and data in every page.
So these window are written once.
- Variable: the window can have different size and data.
So they can be re-written in every page
Max
‎2006 Sep 12 1:28 PM
Hi Shilpa,
Variable windows are formatted for each page. To every window you can assign text,
CONST Window with constant contents that is formatted only once.
Cheers
VJ
‎2006 Sep 12 1:29 PM
in scripts main window is constant which means that ii cannot be altered.
remaining all windows are variable which mns we create windows of different sizes
‎2006 Sep 12 1:47 PM
Hi,
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.
Regards
Amole
‎2006 Sep 12 2:01 PM
Hi Shilpa,
1) 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.
Thanks,
Vinay