<?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 ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2386139#M530230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference Between Grid display and List Display?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 13:41:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T13:41:06Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2386139#M530230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference Between Grid display and List Display?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 13:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2386139#M530230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T13:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2386140#M530231</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;For all practical purposes, they are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Some differences:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) from abap coding point of view,&lt;/P&gt;&lt;P&gt;alv list is done with Function modules,&lt;/P&gt;&lt;P&gt;alv gris can also be done with FM,&lt;/P&gt;&lt;P&gt;but can also be done using OO concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Alv grid (using oo concept) requires&lt;/P&gt;&lt;P&gt;designing the screen layout .&lt;/P&gt;&lt;P&gt;Hence, in one screen, we can show more&lt;/P&gt;&lt;P&gt;then one alv grid &lt;/P&gt;&lt;P&gt;(we cannot show more than&lt;/P&gt;&lt;P&gt;one alv list on one screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c) ALV grid uses ActiveX controls&lt;/P&gt;&lt;P&gt;present on the Presentation Server.&lt;/P&gt;&lt;P&gt;Hence, it consumes More Memory&lt;/P&gt;&lt;P&gt;on the presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d) ALV LIST is Display Only.&lt;/P&gt;&lt;P&gt;Whereas&lt;/P&gt;&lt;P&gt;ALV Grid Can Be made EDITABLE for entry purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e) In alv grid, these options are possible,&lt;/P&gt;&lt;P&gt;but not in alv list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without horizontal lines&lt;/P&gt;&lt;P&gt;without vertical lines&lt;/P&gt;&lt;P&gt;without cell merging during sorts&lt;/P&gt;&lt;P&gt;display total lines above the entries &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV LIST Can be coded using only FMs &lt;/P&gt;&lt;P&gt;ALV GRID Can be coded using FMs and object oriented concepts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALV LIST Can be displayed hieraicharlly &lt;/P&gt;&lt;P&gt;ALV GRID cannot be displayed hierarichally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 13:42:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2386140#M530231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2386141#M530232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grid Display contains - Tabular column&lt;/P&gt;&lt;P&gt;where as list does not contain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to show logo ,then by using grid we can display image logo&lt;/P&gt;&lt;P&gt;where as list ,it is not possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to print header level and item level,then we need to use List&lt;/P&gt;&lt;P&gt;where as Grid,it will not support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 14:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2386141#M530232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T14:04:45Z</dc:date>
    </item>
  </channel>
</rss>

