<?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: Differences while using ALV ??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731864#M318574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between using Classes for ALV and Function Modules for ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incase you are developing a report with normal functionality then you can use FM or Classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When do we use Classes for ALV and when FM for ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the functionality includes some complex things like Drop Downs list box at column level, and Cells editable disable and enable etc..&lt;/P&gt;&lt;P&gt;then we can't do that with FM, so in that case we have to use Classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other cases we can go for FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Dec 2006 07:16:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-26T07:16:35Z</dc:date>
    <item>
      <title>Differences while using ALV ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731861#M318571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between using Classes for ALV and Function Modules for ALV. (OR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When do we use Classes for ALV and when  FM for ALV. (OR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under what cases we use Classes for ALV and FM for ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Gajanan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 06:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731861#M318571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T06:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Differences while using ALV ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731862#M318572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Basically there is no difference in using classes and functions.&lt;/P&gt;&lt;P&gt;But classes provide you extra functionalities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sutapa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 06:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731862#M318572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T06:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Differences while using ALV ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731863#M318573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ALV with FM uses standard FMs from reuse classes, while OOPS is more methodical &amp;amp; gives a lot of powerful functions to the existing grid ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 06:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731863#M318573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T06:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Differences while using ALV ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731864#M318574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between using Classes for ALV and Function Modules for ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incase you are developing a report with normal functionality then you can use FM or Classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When do we use Classes for ALV and when FM for ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the functionality includes some complex things like Drop Downs list box at column level, and Cells editable disable and enable etc..&lt;/P&gt;&lt;P&gt;then we can't do that with FM, so in that case we have to use Classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other cases we can go for FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 07:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731864#M318574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T07:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Differences while using ALV ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731865#M318575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gajanan,&lt;/P&gt;&lt;P&gt;         You can use OOPs concept for ALV when you need to display a Report on a Screen where as ALV through FM are displayed on List Processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Moreover you have got some additional Funcationalities like Dragdrop, oyu can create Tree Report and so on using OOPs concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Hope you should be clear now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 07:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731865#M318575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T07:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Differences while using ALV ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731866#M318576</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;here is diffrence like this if u want to display ALV o/p in ALV GRID in that case u can use classes functionality if u dont want ALV o/p in GRID or u can want o/p in ALV LIST in that case u can use FM with ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 15:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-while-using-alv/m-p/1731866#M318576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T15:21:37Z</dc:date>
    </item>
  </channel>
</rss>

