<?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 Difference between the 2 FM's in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192607#M467612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts can anyone please tell me the difference between the 2 function modules:&lt;/P&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC . I have seen in the coding for editable ALV that they have made use of the former FM rather than the regular REUSE_ALV_GRID_DISPLAY. &lt;/P&gt;&lt;P&gt;( Source: &amp;lt;a href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_editable.htm"&amp;gt;Editable ALV from sapdevelopment.co.uk&amp;lt;/a&amp;gt; )  So can anyone explain as to whether its actually possible to code the editable ALV using the REUSE_ALV_GRID_DISPLAY FM or not. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 09:00:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T09:00:10Z</dc:date>
    <item>
      <title>Difference between the 2 FM's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192607#M467612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts can anyone please tell me the difference between the 2 function modules:&lt;/P&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC . I have seen in the coding for editable ALV that they have made use of the former FM rather than the regular REUSE_ALV_GRID_DISPLAY. &lt;/P&gt;&lt;P&gt;( Source: &amp;lt;a href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_editable.htm"&amp;gt;Editable ALV from sapdevelopment.co.uk&amp;lt;/a&amp;gt; )  So can anyone explain as to whether its actually possible to code the editable ALV using the REUSE_ALV_GRID_DISPLAY FM or not. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192607#M467612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between the 2 FM's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192608#M467613</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;'REUSE_ALV_GRID_DISPLAY' is for the SLIS type pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'REUSE_ALV_GRID_DISPLAY_LVC' is for the LVC type pool which of course has a better functionality. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Common in display result &lt;/P&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY_LVC and REUSE_ALV_GRID_DISPLAY have similar display view &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Common in usage &lt;/P&gt;&lt;P&gt;REUSE_ALV_LIST_DISPLAY and REUSE_ALV_GRID_DISPLAY have very similar parameters for &lt;/P&gt;&lt;P&gt;function call (types from slis) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one rarely use fm REUSE_ALV_GRID_DISPLAY_LVC as class cl_gui_alv_grid provides more &lt;/P&gt;&lt;P&gt;power and functionality. &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;Navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpfulll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        navjot sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192608#M467613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between the 2 FM's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192609#M467614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY  uses SLIS Type group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY_LVC uses LVC_.. Structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And coming to your second question, You can edit the fields using REUSE_ALV_GRID_DISPLAY  but you cannot disable the editable fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you cannot write the same code using REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better to use REUSE_ALV_GRID_DISPLAY_LVC  or OOPS ALV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192609#M467614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between the 2 FM's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192610#M467615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navjot &amp;amp; chandrasekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies. I do still have 1 small doubt. In the example at :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_editable.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_editable.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he had declared the SLIS type-pool eventhough he was making use of the REUSE_ALV_GRID_DISPLAY_LVC FM. Could you please  say as to why he had to declare the SLIS type pool even for this FM. Sorry am new to ALV's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:11:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192610#M467615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between the 2 FM's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192611#M467616</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; though he declare SLIS he did not use that anywhere in the program , you can remove and checkout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 09:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-the-2-fm-s/m-p/2192611#M467616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T09:17:25Z</dc:date>
    </item>
  </channel>
</rss>

