‎2007 Jun 01 7:38 AM
HAI,
GIVE THE DEFINITION FOR
MAIN WINDOW
CONT WINDOW
VAR WINDOW
THANK YOU
ASHOK
‎2007 Jun 01 7:40 AM
Hi,
MAIN window in which continuous text is printed. This is the window used by dialog users of a print program and form. For example, the body text of a letter would be entered in MAIN. The text in the main window can extend over several pages. If the text fills one page, output continues in the window of the next and subsequent pages, as long as MAIN has been defined for these pages.
VAR Window with variable contents. The text can vary on each page in which the window is positioned. Variable windows are formatted for each page. To every window you can assign text, which is printed in the corresponding window when the form is formatted. To assign text, use text elements, which are stored with the form. To create and maintain text elements with the SAPscript Editor, choose Text elements. Should the text selected for the window exceed the window size, then the text is cut off.
CONST Window with constant contents that is formatted only once. Currently, CONST windows are processed in the same way as VAR windows. You should only use windows of type VAR.
Regards,
Priyanka.
‎2007 Jun 01 7:40 AM
Hi,
MAIN window in which continuous text is printed. This is the window used by dialog users of a print program and form. For example, the body text of a letter would be entered in MAIN. The text in the main window can extend over several pages. If the text fills one page, output continues in the window of the next and subsequent pages, as long as MAIN has been defined for these pages.
VAR Window with variable contents. The text can vary on each page in which the window is positioned. Variable windows are formatted for each page. To every window you can assign text, which is printed in the corresponding window when the form is formatted. To assign text, use text elements, which are stored with the form. To create and maintain text elements with the SAPscript Editor, choose Text elements. Should the text selected for the window exceed the window size, then the text is cut off.
CONST Window with constant contents that is formatted only once. Currently, CONST windows are processed in the same way as VAR windows. You should only use windows of type VAR.
Regards,
Priyanka.
‎2007 Jun 01 7:42 AM
Hi
MAIN
Main window in which continuous text is printed. This is the window used by dialog users of a print program and form. For example, the body text of a letter would be entered in MAIN.
The text in the main window can extend over several pages. If the text fills one page, output continues in the window of the next and subsequent pages, as long as MAIN has been defined for these pages.
VAR
Window with variable contents. The text can vary on each page in which the window is positioned. Variable windows are formatted for each page.
To every window you can assign text, which is printed in the corresponding window when the form is formatted. To assign text, use text elements, which are stored with the form.
To create and maintain text elements with the SAPscript Editor, choose Text elements.
Should the text selected for the window exceed the window size, then the text is cut off.
CONST
Window with constant contents that is formatted only once.
regards,
Omkar.
‎2007 Jun 01 7:52 AM
hi ashok,
in simple words MAIN window used to print for line item, means one or more then one row , there may be 99 instance of main window , means u can create 99 main window but output will be in continuation,
examle:
if your output is coming in 60 lines and u given 2 main window on the same page and suppose your main window have 10 lines of space then next 10 line will be printed in second window.
const window: here codes generated once a time and printed on each n every pages. here we print text.
but in variable window code can be generated on each n every pages
and variable window used for header item.
regards
vijay
rewards if usefull*