<?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: difference between ALV List &amp; ALV Grid in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136731#M113315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 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;I hope it helps.                       &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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jan 2006 04:40:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-07T04:40:37Z</dc:date>
    <item>
      <title>difference between ALV List &amp; ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136728#M113312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;       what are the additional functionalites provided by ALV Grid when compared with ALV List&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2006 03:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136728#M113312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-07T03:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: difference between ALV List &amp; ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136729#M113313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know for sure but I think the functionality is identical. I believe the only difference is the appearance of the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2006 03:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136729#M113313</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-01-07T03:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: difference between ALV List &amp; ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136730#M113314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the report is run in background you cannot see the grid in the spool  only the list comes out in the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ALV list  can be made editable easily just flagging the field edit in fieldcat table whereas&lt;/P&gt;&lt;P&gt;to have an editable grid you have to create it using objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2006 04:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136730#M113314</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-01-07T04:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: difference between ALV List &amp; ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136731#M113315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 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;I hope it helps.                       &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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2006 04:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136731#M113315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-07T04:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: difference between ALV List &amp; ALV Grid</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136732#M113316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jan 2006 09:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-alv-list-alv-grid/m-p/1136732#M113316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-07T09:22:12Z</dc:date>
    </item>
  </channel>
</rss>

