<?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: alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248607#M485760</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. 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;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 03:23:55 GMT</pubDate>
    <dc:creator>p291102</dc:creator>
    <dc:date>2007-05-21T03:23:55Z</dc:date>
    <item>
      <title>alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248605#M485758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between alv list and alv grid?&lt;/P&gt;&lt;P&gt;When will we use list and when will we use grid?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 02:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248605#M485758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T02:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248606#M485759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Grid contains Tabular column and list does not contain tabular column.&lt;/P&gt;&lt;P&gt;We will use grid when ever req need have company logo and tabular column.&lt;/P&gt;&lt;P&gt;where as in list we can not display logo and it does not have tabular column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to show header level and item level data ,we need go for list type.&lt;/P&gt;&lt;P&gt;where as grid it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 02:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248606#M485759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T02:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248607#M485760</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. 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;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 03:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248607#M485760</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-05-21T03:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248608#M485761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please  go thorugh the  below link  , it  give the  detail   functionality of the all  ALV's....&lt;/P&gt;&lt;P&gt;Difference  b't   ALV Formats . &lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sapdevelopment.co.uk/reporting/alvhome.htm"&amp;gt;http://www.sapdevelopment.co.uk/reporting/alvhome.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 03:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248608#M485761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T03:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248609#M485762</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;Please go through the link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapbrain.com/TUTORIALS/TECHNICAL/ALV_tutorial.html" target="test_blank"&gt;http://sapbrain.com/TUTORIALS/TECHNICAL/ALV_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward ir it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 03:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2248609#M485762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T03:32:05Z</dc:date>
    </item>
  </channel>
</rss>

