<?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 Container in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545488#M578939</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;    please tell me the code to define container in selection screen?&lt;/P&gt;&lt;P&gt;    What is the use of container?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 11:25:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T11:25:15Z</dc:date>
    <item>
      <title>Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545488#M578939</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;    please tell me the code to define container in selection screen?&lt;/P&gt;&lt;P&gt;    What is the use of container?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 11:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545488#M578939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T11:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545489#M578940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;CONTAINER is the key word which is used in WORKFLOW&lt;/P&gt;&lt;P&gt;What do you mean by defining it on Selection Screen&amp;gt;&lt;/P&gt;&lt;P&gt;It is not a table field to define  or checkbox or radiobutton..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&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>Mon, 23 Jul 2007 11:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545489#M578940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T11:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545490#M578941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    SAP Container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A SAP Container is a control that accommodates other controls, such as the SAP Tree Control, SAP Picture Control, SAP Textedit Control, SAP Splitter Control, and so on. It manages these controls logically in a collection, and provides a physical area in which they are displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All controls live in a container. Since containers are themselves controls, you can nest them. The container is the parent of the control within it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are five kinds of SAP Containers: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Custom Container&lt;/P&gt;&lt;P&gt;The SAP Custom Container allows you to display controls in an area defined on a normal screen using the Screen Painter.&lt;/P&gt;&lt;P&gt;Class: CL_GUI_CUSTOM_CONTAINER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Docking Container &lt;/P&gt;&lt;P&gt;The SAP Docking Container allows you to attach a control to any of the four edges of a screen as a resizable screen area. You can also detach it so that it becomes an independent amodal dialog box. &lt;/P&gt;&lt;P&gt;Class: CL_GUI_DOCKING_CONTAINER &lt;/P&gt;&lt;P&gt;SAP Splitter Container&lt;/P&gt;&lt;P&gt;The SAP Splitter Container allows you to display more than one control in a given area by dividing it into cells.&lt;/P&gt;&lt;P&gt;Class: CL_GUI_SPLITTER_CONTAINER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 11:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545490#M578941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T11:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545491#M578942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;    W_GRID        TYPE REF TO CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    CREATE OBJECT W_GRID&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_SHELLSTYLE      = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_LIFETIME        =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        I_PARENT       = CL_GUI_CONTAINER=&amp;gt;SCREEN0&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_APPL_EVENTS     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_PARENTDBG       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_APPLOGPARENT    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_GRAPHICSPARENT  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_NAME            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   I_FCAT_COMPLETE   = SPACE&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        ERROR_CNTL_CREATE = 1&lt;/P&gt;&lt;P&gt;        ERROR_CNTL_INIT   = 2&lt;/P&gt;&lt;P&gt;        ERROR_CNTL_LINK   = 3&lt;/P&gt;&lt;P&gt;        ERROR_DP_CREATE   = 4&lt;/P&gt;&lt;P&gt;        OTHERS            = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;                 WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;    ENDIF.                             " IF SY-SUBRC &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By defining a CONTAINER we will be able to display the output in the CONTAINER rather than the whole LIST. &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;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 11:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container/m-p/2545491#M578942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T11:34:15Z</dc:date>
    </item>
  </channel>
</rss>

