<?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 difference in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264573#M491257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;can anyone please tell me the difference among cl_gui_docking_container,&lt;/P&gt;&lt;P&gt;   cl_gui_splitter_container and  cl_gui_custom_container classes. what are the roles of these classes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 11:24:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T11:24:18Z</dc:date>
    <item>
      <title>difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264573#M491257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;can anyone please tell me the difference among cl_gui_docking_container,&lt;/P&gt;&lt;P&gt;   cl_gui_splitter_container and  cl_gui_custom_container classes. what are the roles of these classes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 11:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264573#M491257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T11:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264574#M491258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Azra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the docs:&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;&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;For more see here: &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d3/2955360b00a115e10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d3/2955360b00a115e10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 11:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264574#M491258</guid>
      <dc:creator>oliver</dc:creator>
      <dc:date>2007-05-30T11:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264575#M491259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, and please don't forget to reward some points if the answer was helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;  ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 11:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264575#M491259</guid>
      <dc:creator>oliver</dc:creator>
      <dc:date>2007-05-30T11:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: difference</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264576#M491260</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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 11:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference/m-p/2264576#M491260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T11:48:43Z</dc:date>
    </item>
  </channel>
</rss>

