<?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 screen painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314780#M507401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are having three screen types.what is the purpose of modal dialog box,selection screen.plz explain me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 17:19:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T17:19:00Z</dc:date>
    <item>
      <title>screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314780#M507401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are having three screen types.what is the purpose of modal dialog box,selection screen.plz explain me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 17:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314780#M507401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T17:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314781#M507402</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;Modal Dialog Box: screen appears as popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection screen: If you activate this attribute, the screen is flagged as a selection screen. This happens anyway for automatically generated selection screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This attribute is intended for internal use only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 17:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314781#M507402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T17:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314782#M507403</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;Modal Dialog Box:&lt;/P&gt;&lt;P&gt;Identifies a specialized interface for display of lists in a dialog box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection Screen:&lt;/P&gt;&lt;P&gt;Identifies an automatically created screen. Selection screens request values for database selection criteria before a report is started. The system sets this attribute automatically.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 17:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314782#M507403</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-05-14T17:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314783#M507404</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;Modal Dialog Box:&lt;/P&gt;&lt;P&gt;A normal screen occupies a whole GUI window. Modal dialog boxes only cover a part of&lt;/P&gt;&lt;P&gt;a GUI window. Their interface elements are also arranged differently. Selection screens&lt;/P&gt;&lt;P&gt;are generated automatically from the definition in the ABAP program. You may not define&lt;/P&gt;&lt;P&gt;them using the Screen Painter. A subscreen is a screen that you can display in a&lt;/P&gt;&lt;P&gt;subscreen area on a different screen in the same ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;CALL SCREEN &amp;lt;scrn&amp;gt;&lt;/P&gt;&lt;P&gt;STARTING AT &amp;lt;X1&amp;gt; &amp;lt;Y1&amp;gt;&lt;/P&gt;&lt;P&gt;ENDING AT &amp;lt;X2&amp;gt; &amp;lt;Y2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection Screen:&lt;/P&gt;&lt;P&gt;A selection screen is a special screen, created using ABAP statements. You can only call them&lt;/P&gt;&lt;P&gt;using the&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN &amp;lt;dynnr&amp;gt; ...&lt;/P&gt;&lt;P&gt;statement. The selection screen is processed (reaction to user input in the selection screen&lt;/P&gt;&lt;P&gt;events) in the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 19:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314783#M507404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T19:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314784#M507405</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;Modal dialogue box : Screen appears as pop-up and whatever push-buttons you want they will be displayed at the bottom of the screen and not at the top. i.e., whichever pushbuttons you have defined they will be displayed at the bottom of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sksingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 19:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/2314784#M507405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T19:21:32Z</dc:date>
    </item>
  </channel>
</rss>

