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

WINDOW

Former Member
0 Likes
362

HAI,

GIVE THE DEFINITION FOR

MAIN WINDOW

CONT WINDOW

VAR WINDOW

THANK YOU

ASHOK

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
343

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.

3 REPLIES 3
Read only

Former Member
0 Likes
344

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.

Read only

Former Member
0 Likes
343

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.

Read only

Former Member
0 Likes
343

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*