<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic script-windows in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462375#M552602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how many windows can be created in a page in a script?can breafly explain about that?how many created in script?how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 06:57:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T06:57:55Z</dc:date>
    <item>
      <title>script-windows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462375#M552602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how many windows can be created in a page in a script?can breafly explain about that?how many created in script?how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 06:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462375#M552602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T06:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: script-windows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462376#M552603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create a Main window for a page and you can use Constants/Variable windows as many windows as you can for a page &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 07:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462376#M552603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T07:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: script-windows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462377#M552604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can create any number of windows(upto 99 main windows) and any number of Variable windows&lt;/P&gt;&lt;P&gt;What are the different types of windows in SAP Scripts?&lt;/P&gt;&lt;P&gt;Windows are defined in the Layout sets which define the position and the text to displayed.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The different types of windows are:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;MAIN - Main Window&lt;/P&gt;&lt;P&gt;The main window is a continous window which can extend over several pages. If the text in the main window fills up a page, a new page is created.&lt;/P&gt;&lt;P&gt;Only one main window can be defined in the SAP Script whereas upto 100 instances of main window can be created in a page. &lt;/P&gt;&lt;P&gt;VAR - Variable Window&lt;/P&gt;&lt;P&gt;This window can have the variable contents displayed on them. The contents of the window cannot exceed the window size. The content can be formatted for each page. &lt;/P&gt;&lt;P&gt;CONST - Constant Window&lt;/P&gt;&lt;P&gt;The constant window can have a fixed content and is formatted only once. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main Windows (MAIN)&lt;/P&gt;&lt;P&gt;Each form must have one window of type MAIN. Such a window is called the main window of the form. For SAPscript forms, the main window has a central meaning:&lt;/P&gt;&lt;P&gt;&amp;#149; It controls the page break.&lt;/P&gt;&lt;P&gt;&amp;#149; It contains the text body that may cover several pages.&lt;/P&gt;&lt;P&gt;&amp;#149; It allows to fix text elements at the upper and lower margins of the allocated page window (for example, for column headings).&lt;/P&gt;&lt;P&gt;As soon as a window of type MAIN is full, SAPscript automatically triggers a page break and continues to output the remaining text in the main window of the subsequent page. Page windows of type MAIN have the same width throughout the form. The SAPscript composer thus avoids reformatting of the text after each page break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable Windows (VAR)&lt;/P&gt;&lt;P&gt;The contents of variable windows is processed again for each page, on which the window appears. The system outputs only as much text as fits into the window. Text exceeding the window size is truncated; the system does not trigger a page break. Unlike constant windows, the page windows declared as variable windows may have different sizes on different form pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Constant Windows (CONST)&lt;/P&gt;&lt;P&gt;Starting with Release 4.0, the system internally processes windows of type CONST similar to windows of type VAR. Therefore, if you create a new window, always use type VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 07:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462377#M552604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T07:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: script-windows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462378#M552605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create any number of Variable windows and upto 99 main windows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps To create windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	Choose Goto &amp;amp;#61614; Windows. &lt;/P&gt;&lt;P&gt;This takes you to the input screen for windows. A main window (MAIN) is displayed automatically. You can define a default paragraph here. &lt;/P&gt;&lt;P&gt;2.	Choose Edit &amp;amp;#61614; Create element to add new window names and types to the list. &lt;/P&gt;&lt;P&gt;A dialog box appears.&lt;/P&gt;&lt;P&gt;3.	Enter a window name and description. &lt;/P&gt;&lt;P&gt;Input-enabled fields are displayed in the lower half of the screen. The field Description receives the value from the dialog box, the value for the field Window type is set by the system. &lt;/P&gt;&lt;P&gt;By default, the system sets VAR as the window type for windows with variable contents. If you prefer another window type, simply overwrite this value. &lt;/P&gt;&lt;P&gt;4.	Make your entries or changes. &lt;/P&gt;&lt;P&gt;You can define one standard paragraph per window in the field Default paragraph. &lt;/P&gt;&lt;P&gt;5.	Repeat these steps for each of your windows. &lt;/P&gt;&lt;P&gt;6.	Save your entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then include these windows in your page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suruchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 07:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-windows/m-p/2462378#M552605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T07:01:57Z</dc:date>
    </item>
  </channel>
</rss>

