<?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 how to use CALL METHOD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-call-method/m-p/2040880#M419608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how To CAll Methods In SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isit just like calling function module .&lt;/P&gt;&lt;P&gt;Can any one guide me through the process with small example and TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 06:12:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T06:12:20Z</dc:date>
    <item>
      <title>how to use CALL METHOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-call-method/m-p/2040880#M419608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xperts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how To CAll Methods In SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isit just like calling function module .&lt;/P&gt;&lt;P&gt;Can any one guide me through the process with small example and TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-call-method/m-p/2040880#M419608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to use CALL METHOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-call-method/m-p/2040881#M419609</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;to call a method u should use syntax from SAP help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static Method Call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. [CALL METHOD] meth_identifier( parameter_list ). &lt;/P&gt;&lt;P&gt;   CALL METHOD  meth_identifier  parameter_list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short Forms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. [CALL METHOD] { meth_identifier( ) &lt;/P&gt;&lt;P&gt;                | meth_identifier( a ) &lt;/P&gt;&lt;P&gt;                | meth_identifier( p1 = a1 p2 = a2 ... ) }. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic Method Call &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. CALL METHOD meth_identifier { parameter_list &lt;/P&gt;&lt;P&gt;                              | parameter_tables }. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Call of a method in ABAP Objects. There is a difference between a static method call, in which the method ID must be fully known in the program, and a dynamic method call, in which the method ID is determined entirely or in parts at runtime. The static method call can be executed in different forms. In one form, the parameters are passed in a parenthetical expression, in the other without a parenthetical expression. For the parenthetical expression, short forms are allowed. With the dynamic method call, you are not allowed to specify the parameters in parentheses and you must use the statement CALL METHOD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call an instance method using a reference variable and the static type of the reference variable is a superclass of the dynamic type, then you can use the dynamic method call to call all visible methods of the dynamic type, whereas with the static method call, you can call only the visible methods of the static type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Functional methods cannot only be called with CALL METHOD, but also at operand positions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards points if answer was helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-call-method/m-p/2040881#M419609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:16:34Z</dc:date>
    </item>
  </channel>
</rss>

