<?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: Shall we use function module in OOPs ??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390653#M1735019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank you for your reply. Is there any way we can find a class/method for a specific task ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 09:00:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-10T09:00:47Z</dc:date>
    <item>
      <title>Shall we use function module in OOPs ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390651#M1735017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 10pt; background-color: #ffffff;"&gt;Hello Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 10pt; background-color: #ffffff;"&gt;I want to know that is it ok to use function module instead of methods, if we are developing our report using OOPs ? Because sometimes we dont get method name for a particular task and we easily get the function module for the same, so in that case shall we use function module in OOPs? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;For Example : I want to &lt;STRONG&gt;Read Classification Information on Object &lt;/STRONG&gt;and to get it done we have a function module &lt;STRONG&gt;BAPI_OBJCL_GETDETAIL&lt;/STRONG&gt;, but I am developing my report using OOPs so I want to use an available class and its method instead of this function. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 10pt; background-color: #ffffff;"&gt;Please tell me any way to find the method against a function module or against a particular task we want to perform or let me know that shall I stick to the use of function module in OOPs like procedural programming ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 10pt; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sameer&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 06:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390651#M1735017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-10T06:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Shall we use function module in OOPs ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390652#M1735018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If an existing function module is encapsulated in a class method, then use the method. If there are two choices - either FM or class/methods, use class/methods. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aside from this, there is no problem whatsoever in using function modules in methods. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 08:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390652#M1735018</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-04-10T08:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Shall we use function module in OOPs ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390653#M1735019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank you for your reply. Is there any way we can find a class/method for a specific task ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 09:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390653#M1735019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-10T09:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Shall we use function module in OOPs ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390654#M1735020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can search the repository from SE80, or via the specific transactions like SE24 - search for a method/class/function module that contains relevant words in their name or description. Or you can do a whereused on a function module to see if it is embedded in a class/method. Or you can find a transaction that does what you're trying to do programmatically, and debug it to see what it calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 09:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390654#M1735020</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-04-10T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Shall we use function module in OOPs ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390655#M1735021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sameer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of starting the Repository Information System in the SE80 you can also start it directly with SE84.&lt;/P&gt;&lt;P&gt;There you can search the class library for classes/interfaces or methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dominik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 12:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390655#M1735021</guid>
      <dc:creator>dilorenzo</dc:creator>
      <dc:date>2013-04-10T12:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shall we use function module in OOPs ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390656#M1735022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The suggestion for using where used list is nice. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 04:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shall-we-use-function-module-in-oops/m-p/9390656#M1735022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-11T04:56:20Z</dc:date>
    </item>
  </channel>
</rss>

