<?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 Are Classes better than Function groups and Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409789#M197473</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;Are classes better than Function groups? For example if you want to execute something is back ground or use parallel processing you can't do it using classes. Even inside classes most of the places we use Function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how classes are beneficial? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak Bhalla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 19:47:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-05T19:47:05Z</dc:date>
    <item>
      <title>Are Classes better than Function groups and Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409789#M197473</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;Are classes better than Function groups? For example if you want to execute something is back ground or use parallel processing you can't do it using classes. Even inside classes most of the places we use Function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how classes are beneficial? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak Bhalla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 19:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409789#M197473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T19:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Are Classes better than Function groups and Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409790#M197474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think classes are beneficial when requierment apply to objects paradigm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 19:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409790#M197474</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-07-05T19:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Are Classes better than Function groups and Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409791#M197475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Classes are beneficial for the OO concepts.  Reusability, and easier maintenance.  No, you can't use a class like a function module(paralell processing) which means that function modules will not go away anytime soon.  You use each for different purposes, so you can't really say that one is better than the other.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 19:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409791#M197475</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-05T19:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Are Classes better than Function groups and Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409792#M197476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes atleast for alv grid i feel class is the best option than FM. We can add many functionality with the class then the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 19:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409792#M197476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T19:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Are Classes better than Function groups and Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409793#M197477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the insights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classes are different than FM's but still in SAP help function groups and classes are compared. Thats bit confusing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we move from conventional programming to OOP will it have any impact on performance as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does classes are different than Business Objects in terms of OO designing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 01:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409793#M197477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T01:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Are Classes better than Function groups and Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409794#M197478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes they are compared in the sense that the class and function group are the containers, and the methods and function modules are the interfaces in which you interact with the encapsulated data.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again if you are developing an application in which you are not forced to push the processing to differenet work processes,  then using classes/methods is preferrable. The reason I say this, is because anything coming from SAP will most likely be implemented as a class as opposed to a function group.  This is not to say that SAP will not create new function modules, because of course there still is a use for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 01:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409794#M197478</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-06T01:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Are Classes better than Function groups and Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409795#M197479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if classes have any proven advantage over conventional code but I think they are the way forward and it is in every abap programmer's interest to get to grips with the skills and acquire the knowledge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that care must be taken in the design or perfromance can be impacted. Each problem needs to be looked at on its own and the appropriate way to solve it chosen. Sometimes this can be an OOPS approach sometimes conventional abap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 01:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/are-classes-better-than-function-groups-and-modules/m-p/1409795#M197479</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-07-06T01:14:45Z</dc:date>
    </item>
  </channel>
</rss>

