<?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: Is there a Class Method for all pre-existing Function Module? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084246#M1902104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also search thru OSS notes (&lt;A href="https://support.sap.com/notes"&gt;https://support.sap.com/notes&lt;/A&gt;) also sometimes classes are in same package (or another package of same application, SE80 is your friend) and often the class call the FM (*) or share some common sub-objects (so where-used search)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(*) Long (long) time ago I discovered CL_GUI_FRONTEND_SERVICES thru a where-used of GUI_UPLOAD...&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 13:11:12 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2015-05-25T13:11:12Z</dc:date>
    <item>
      <title>Is there a Class Method for all pre-existing Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084240#M1902098</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;I am new to programming in ABAP, with Java background. When I was learning ABAP, I understand that SAP has the intention to shift programing from the traditional procedural programming paradigm using report program, BAPI, function module, sub-routine to the more modern Object Oriented Programming (OOP) with ABAP objects. As the adopter of the latter concept, I wonder if there is a corresponding class method for all the pre-existing function modules? &lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 18:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084240#M1902098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-18T18:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Class Method for all pre-existing Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084241#M1902099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Not that I know of&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 19:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084241#M1902099</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2015-05-18T19:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Class Method for all pre-existing Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084242#M1902100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;I don't believe there are exactly corresponding classes/methods for all existing function modules. But there are lots of classes that can replace old FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always try to find classes whenever I need one. But sometimes I still have to use some old FMs. But maybe that's just lack of knowledge from me.&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;Thales Schmidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 20:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084242#M1902100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-18T20:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Class Method for all pre-existing Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084243#M1902101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO, there are no corresponding class&amp;nbsp; and methods for&amp;nbsp; every function module.. but there a many number of class and methods which could achieve the same work instead of function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 03:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084243#M1902101</guid>
      <dc:creator>former_member503652</dc:creator>
      <dc:date>2015-05-19T03:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Class Method for all pre-existing Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084244#M1902102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thales and &lt;STRONG style="font-size: 10.8000001907349px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="1001179" data-username="saroj.das3" href="https://answers.sap.com/people/saroj.das3" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7; background: transparent;"&gt;saroj das&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer. Pardon for asking this "newbie will ask" question: How then can I try to find the corresponding class/ method for the function module? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been using the following methods, but I am unaware if they are sufficient, or even correct to begin with: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Google online&lt;/P&gt;&lt;P&gt;This is the most useful thus far, as many of the SCN topic give me a hint of the method that I can use, and with a bit of research I get the suitable method I want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try to search for the class that it will represent using the wild card&lt;/P&gt;&lt;P&gt;For example 'cl*zip*' get me to find out more about the 2 zip class, "CL_ABAP_ZIP SAP" and "CL_ABAP_GZIP". I get lucky with this for once or twice, but most of the time I know the functionality of the method, but I don't know which class contain such methods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 03:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084244#M1902102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-23T03:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Class Method for all pre-existing Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084245#M1902103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis,&lt;/P&gt;&lt;P&gt;Yeah, I think this is the best way to search for the methods. I do the same thing. &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;Thales Schmidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 12:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084245#M1902103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-25T12:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a Class Method for all pre-existing Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084246#M1902104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also search thru OSS notes (&lt;A href="https://support.sap.com/notes"&gt;https://support.sap.com/notes&lt;/A&gt;) also sometimes classes are in same package (or another package of same application, SE80 is your friend) and often the class call the FM (*) or share some common sub-objects (so where-used search)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(*) Long (long) time ago I discovered CL_GUI_FRONTEND_SERVICES thru a where-used of GUI_UPLOAD...&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-class-method-for-all-pre-existing-function-module/m-p/11084246#M1902104</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-05-25T13:11:12Z</dc:date>
    </item>
  </channel>
</rss>

