<?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 control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control/m-p/1981549#M401372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;1)'custom control' in screen painter is a container or what? i know container itself also a control but not sure what is this custom control.&lt;/P&gt;&lt;P&gt;2)when we want to have control like tree, textedit or other control, we need to create custom control in screen painter, right? so it is a container?&lt;/P&gt;&lt;P&gt;3)all these control like tree or textedit cannot create in screen painter right? must use the class in abap, right?&lt;/P&gt;&lt;P&gt;4) what is cl_gui_control and cl_gui_object? what is the difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can answer in point form? i read the help file but still not quite understand.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 00:06:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-27T00:06:55Z</dc:date>
    <item>
      <title>control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control/m-p/1981549#M401372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;1)'custom control' in screen painter is a container or what? i know container itself also a control but not sure what is this custom control.&lt;/P&gt;&lt;P&gt;2)when we want to have control like tree, textedit or other control, we need to create custom control in screen painter, right? so it is a container?&lt;/P&gt;&lt;P&gt;3)all these control like tree or textedit cannot create in screen painter right? must use the class in abap, right?&lt;/P&gt;&lt;P&gt;4) what is cl_gui_control and cl_gui_object? what is the difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can answer in point form? i read the help file but still not quite understand.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 00:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control/m-p/1981549#M401372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T00:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control/m-p/1981550#M401373</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;1) Yes. It is a container..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 00:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control/m-p/1981550#M401373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T00:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control/m-p/1981551#M401374</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;1) Yes.Custom control is a type of a container.A standalone instance of a control cannot be created on the presentation server.Two components should always be present-a screen and a special control called a container control.The container control attaches a control to the screen.Some of the commonly used containers are custom container,splitter container,docking container.CUSTOM CONTAINER is of class cl_gui_custom_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Yes.To attach any control like tree or text edit,we need to have a container.We can use various containers but custom container is most commonly used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)We have to use classes.For tree,we can use cl_gui_alv_tree.For text editor we use cl_gui_textedit.We need to create a container in the screen layout by using the icon with C written on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)The automation controller is run from ABAP using cl_gui_CFW,cl_gui_object,cl_gui_control.&lt;/P&gt;&lt;P&gt;Cl_gui_object is just a super class of cl_gui_control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You will get sample programs for all the containers and the controls on this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/victorav15/sapr3/abap_ood.html&amp;lt;/b&amp;gt;" target="test_blank"&gt;http://www.geocities.com/victorav15/sapr3/abap_ood.html&amp;lt;/b&amp;gt;&lt;/A&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;Beejal&lt;/P&gt;&lt;P&gt;**reward if this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Beejal Rawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 03:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control/m-p/1981551#M401374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T03:24:17Z</dc:date>
    </item>
  </channel>
</rss>

