<?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: calling a method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819910#M918713</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;Using &lt;/P&gt;&lt;P&gt;call method &amp;lt;method name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:  CALL METHOD team_red-&amp;gt;execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 09:17:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-21T09:17:55Z</dc:date>
    <item>
      <title>calling a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819909#M918712</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;How to call a method in reports ?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kaladhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 09:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819909#M918712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T09:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: calling a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819910#M918713</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;Using &lt;/P&gt;&lt;P&gt;call method &amp;lt;method name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:  CALL METHOD team_red-&amp;gt;execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 09:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819910#M918713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T09:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: calling a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819911#M918714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uh ähm, making use of the statement "Call Method" &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but to make it easier for you got in SE80 the button Pattern.&lt;/P&gt;&lt;P&gt;then check the abap objects pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rest is kinda intuitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 09:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819911#M918714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: calling a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819912#M918715</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;SAP ABAP SYNTAX FOR CALL METHOD of an external object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form&lt;/P&gt;&lt;P&gt;CALL METHOD OF obj m. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... = f&lt;/P&gt;&lt;P&gt;2. ... EXPORTING p1 = f1 ... pn = fn&lt;/P&gt;&lt;P&gt;3. ... NO FLUSH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Calls the method m of the object obj . m can be a literal or a variable.&lt;/P&gt;&lt;P&gt;CALL METHOD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1&lt;/P&gt;&lt;P&gt;... = f &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Stores the return value of the method in the variable f . The return value can also be of type OLE2_OBJECT . This addition must always come before other additions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2&lt;/P&gt;&lt;P&gt;... EXPORTING p1 = f1 ... pn = fn &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;EXPORTING passes values of fields to the parameters of the method. p1 , p2 , ... are either key word parameters or position parameters. If assignment of parameters is by sequence, p1 , p2 , ... must begin with "#", followed by the position number of the parameter. At present, only position parameters are supported. The export parameters always come at the end of the statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 3&lt;/P&gt;&lt;P&gt;... NO FLUSH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open an EXCEL file with the method 'Open'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If helpfull,&lt;/P&gt;&lt;P&gt; Naresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 09:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819912#M918715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T09:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: calling a method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819913#M918716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the button "pattern" --&amp;gt; CALL METHOD. &lt;/P&gt;&lt;P&gt;To call a static method of a class you can directly use the class_name=&amp;gt;method_name ()&lt;/P&gt;&lt;P&gt;but for non static methods, first you will have to create an instance of the class and using that instance in the pattern you can call the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 09:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-method/m-p/3819913#M918716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T09:21:17Z</dc:date>
    </item>
  </channel>
</rss>

