<?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: Class &amp; methods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507518#M234328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will always need a container in order to use any control (including ALV grid control). In terms of coding this means you use the container instance as "parent" when creating the ALV grid instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All containers have a very exciting method: LINK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this method you can link your container (with the control) "on the fly" to any dynpro. Even more, the control is not firmly attached to this dynpro but you can re-link it to any other dynpro if required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Aug 2006 18:37:01 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2006-08-31T18:37:01Z</dc:date>
    <item>
      <title>Class &amp; methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507512#M234322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain me about &lt;/P&gt;&lt;P&gt;	cl_gui_custom_container.&lt;/P&gt;&lt;P&gt; 	cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How de we implement the class &amp;amp; methods,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 13:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507512#M234322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T13:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Class &amp; methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507513#M234323</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;Goto se38-&amp;gt;menu environment-&amp;gt;examples-&amp;gt;Control examples.&lt;/P&gt;&lt;P&gt;here you will get a list of simple examples that use custom container classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 13:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507513#M234323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T13:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Class &amp; methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507514#M234324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are the two classes with predefined methods used for handling ALV with the help of abap objects.&lt;/P&gt;&lt;P&gt;An ALV instance of the class cl_gui_alv_grid is created , with the help of which we will access the methods.we can say it as the wrapper class implemented to encapsulate ALV Grid functionality is &amp;#147;CL_GUI_ALV_GRID&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a control object, ALV Grid instance requires a container to be linked to the screen. Generally, an instance of the class &amp;#147;cl_gui_custom_container&amp;#148; is used for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 13:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507514#M234324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T13:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Class &amp; methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507515#M234325</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;cl_gui_custom_container is a container for custom controls in the screen area.(or can say it is linked to the control on the dynpro)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid is an alv list viewer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both are global classes.&lt;/P&gt;&lt;P&gt;fisrt custom container object is created and grid object is assigned to it, data is allowed to display on the grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a good docu on basics of abap objects,&lt;/P&gt;&lt;P&gt;how to create classes and methods,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give ur mail id so that i can send&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowjanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 13:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507515#M234325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T13:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Class &amp; methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507516#M234326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johnn, these are classes which can be used to create an ALV Grid on your screen.  The container class object handles the container on your dynpro(screen), you then tie the object of the class CL_GUI_ALV_GRID to the container.   Please check out sample programs BCALV* for some examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you are on a Netweaver release, you can use the ALV Object Model which is a lot simplier.  You must have at least a WebAS 6.40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 13:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507516#M234326</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-31T13:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Class &amp; methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507517#M234327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;cl_gui_custom_container-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/22/a3f5ecd2fe11d2b467006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/22/a3f5ecd2fe11d2b467006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 14:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507517#M234327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Class &amp; methods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507518#M234328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will always need a container in order to use any control (including ALV grid control). In terms of coding this means you use the container instance as "parent" when creating the ALV grid instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All containers have a very exciting method: LINK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this method you can link your container (with the control) "on the fly" to any dynpro. Even more, the control is not firmly attached to this dynpro but you can re-link it to any other dynpro if required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 18:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/class-methods/m-p/1507518#M234328</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-08-31T18:37:01Z</dc:date>
    </item>
  </channel>
</rss>

