cancel
Showing results for 
Search instead for 
Did you mean: 

what are different kinds/types of windows available in SAP Scripts?

Former Member
0 Kudos

what are different kinds/types of windows available in SAP Scripts?

<MOVED BY MODERATOR TO THE CORRECT FORUM>

Edited by: Alvaro Tejada Galindo on Jul 21, 2008 12:34 PM

Accepted Solutions (1)

Accepted Solutions (1)

former_member705122
Active Contributor
0 Kudos

Hi,

MAIN WINDOW

CONSTANT WINDOW AND

VARIABLE WINDOW.

Please search the SDN forum.

Regards

Adil

Answers (1)

Answers (1)

Former Member
0 Kudos

3 types of windows are available in sapscript.

u2022 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.

u2022 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.

u2022 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,

Joy.