<?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 Re: window screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715254#M629662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use WINDOW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WINDOW STARTING AT x1 y1. &lt;/P&gt;&lt;P&gt;Addition: &lt;/P&gt;&lt;P&gt;... ENDING AT x2 y2&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Displays the current secondary list as a modal dialog box (see CALL SCREEN). The same rules apply as for displaying a list. &lt;/P&gt;&lt;P&gt;The left upper edge of the window is positioned at column x1 and line y1 (y1 must be greater than zero, so that a dialog box appears instead of the full screen). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use variables to specify the coordinates. &lt;/P&gt;&lt;P&gt;All the functions for secondary lists are supported. These include: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scrolling in the window. &lt;/P&gt;&lt;P&gt;Hiding field contents (see HIDE). &lt;/P&gt;&lt;P&gt;Line selection in the window (see AT LINE-SELECTION, ...) &lt;/P&gt;&lt;P&gt;Setting the window title (see SET TITLEBAR) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition &lt;/P&gt;&lt;P&gt;... ENDING AT x2 y2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Positions the right lower edge of the window in column x2 and line y2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use variables to specify the coordinates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Define a window covering columns 1 to 79 and lines 15 to 23: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WINDOW STARTING AT 1  15 &lt;/P&gt;&lt;P&gt;       ENDING   AT 79 23. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE 'Text'.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserts a window on the normal screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can insert the windows described above only within the context of list processing, i.e. not until after an interactive event (see AT LINE-SELECTION). &lt;/P&gt;&lt;P&gt;You can use the technique shown in the example below to insert a window containing a list during a dialog (see CALL SCREEN). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Display a list as a modal dialog box: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL SCREEN 100.     "Screen of modal dialog box type &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   STARTING AT 10 10  "... can be started as &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ENDING   at 60 15. "... separate window with &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                      "... these additions&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the flow logic of the screen 100, the processing branches to list processing in the PBO (Process Before Output) module (see LEAVE TO LIST-PROCESSING). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Flow logic:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT. &lt;/P&gt;&lt;P&gt;  MODULE LIST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Program:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;MODULE LIST OUTPUT. &lt;/P&gt;&lt;P&gt;  LEAVE TO LIST-PROCESSING &lt;/P&gt;&lt;P&gt;    AND RETURN TO SCREEN 0. &lt;/P&gt;&lt;P&gt;  PERFORM OUTPUT. "Output list &lt;/P&gt;&lt;P&gt;  LEAVE SCREEN. &lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&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;LIJO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 06:47:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T06:47:35Z</dc:date>
    <item>
      <title>window screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715250#M629658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         how to increase the window screen length in dialog programming while designing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715250#M629658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: window screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715251#M629659</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;u just goto the layout drag the window at right-bottom corner.&lt;/P&gt;&lt;P&gt;u can increase the size.&lt;/P&gt;&lt;P&gt;we can increase the length in bottom and right directions only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715251#M629659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: window screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715252#M629660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u checked the TAB calles element list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715252#M629660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: window screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715253#M629661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u checked the TAB called element list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715253#M629661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: window screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715254#M629662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use WINDOW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WINDOW STARTING AT x1 y1. &lt;/P&gt;&lt;P&gt;Addition: &lt;/P&gt;&lt;P&gt;... ENDING AT x2 y2&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Displays the current secondary list as a modal dialog box (see CALL SCREEN). The same rules apply as for displaying a list. &lt;/P&gt;&lt;P&gt;The left upper edge of the window is positioned at column x1 and line y1 (y1 must be greater than zero, so that a dialog box appears instead of the full screen). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use variables to specify the coordinates. &lt;/P&gt;&lt;P&gt;All the functions for secondary lists are supported. These include: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scrolling in the window. &lt;/P&gt;&lt;P&gt;Hiding field contents (see HIDE). &lt;/P&gt;&lt;P&gt;Line selection in the window (see AT LINE-SELECTION, ...) &lt;/P&gt;&lt;P&gt;Setting the window title (see SET TITLEBAR) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition &lt;/P&gt;&lt;P&gt;... ENDING AT x2 y2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Positions the right lower edge of the window in column x2 and line y2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use variables to specify the coordinates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Define a window covering columns 1 to 79 and lines 15 to 23: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WINDOW STARTING AT 1  15 &lt;/P&gt;&lt;P&gt;       ENDING   AT 79 23. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE 'Text'.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserts a window on the normal screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can insert the windows described above only within the context of list processing, i.e. not until after an interactive event (see AT LINE-SELECTION). &lt;/P&gt;&lt;P&gt;You can use the technique shown in the example below to insert a window containing a list during a dialog (see CALL SCREEN). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example &lt;/P&gt;&lt;P&gt;Display a list as a modal dialog box: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL SCREEN 100.     "Screen of modal dialog box type &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   STARTING AT 10 10  "... can be started as &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   ENDING   at 60 15. "... separate window with &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                      "... these additions&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the flow logic of the screen 100, the processing branches to list processing in the PBO (Process Before Output) module (see LEAVE TO LIST-PROCESSING). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Flow logic:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT. &lt;/P&gt;&lt;P&gt;  MODULE LIST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Program:&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;MODULE LIST OUTPUT. &lt;/P&gt;&lt;P&gt;  LEAVE TO LIST-PROCESSING &lt;/P&gt;&lt;P&gt;    AND RETURN TO SCREEN 0. &lt;/P&gt;&lt;P&gt;  PERFORM OUTPUT. "Output list &lt;/P&gt;&lt;P&gt;  LEAVE SCREEN. &lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&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;LIJO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-screen/m-p/2715254#M629662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:47:35Z</dc:date>
    </item>
  </channel>
</rss>

