<?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 Regarding ALV oops in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451575#M1413894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I am new for this topic interested to learn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the only way to do ALV with the custom container should place on a screen and call the fm in program through container&lt;/P&gt;&lt;P&gt;If any other ways please can u give me some clear links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find in previous but i am not clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jan 2010 04:28:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-07T04:28:07Z</dc:date>
    <item>
      <title>Regarding ALV oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451575#M1413894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I am new for this topic interested to learn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the only way to do ALV with the custom container should place on a screen and call the fm in program through container&lt;/P&gt;&lt;P&gt;If any other ways please can u give me some clear links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find in previous but i am not clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 04:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451575#M1413894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T04:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451576#M1413895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan , &lt;/P&gt;&lt;P&gt;  No it is not necessary to have a container on the scree, you can use predefined screens provided in the class CL_GUI_CONTAINER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what can be done is insted of having a custom control on the screen , you can directly create the grid and in that pass the parent as one of the screen defined in the class CL_GUI_CONTAINER.&lt;/P&gt;&lt;P&gt;e.g. CL_GUI_CONTAINER=&amp;gt;screen0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 04:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451576#M1413895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T04:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451577#M1413896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  for this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my question is like we have to use container as mandatory with out this we cant pass alv to screen like in normal ALV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 04:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451577#M1413896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T04:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451578#M1413897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the new ALV Object model (CL_SALV_TABLE) you do NOT need any container.&lt;/P&gt;&lt;P&gt;For standard ALV class (CL_GUI_ALV_GRID) you always need a container.&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 04:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-oops/m-p/6451578#M1413897</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2010-01-07T04:49:09Z</dc:date>
    </item>
  </channel>
</rss>

