<?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 mething in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714989#M894295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go to the menu, and show the object tree, or from SE80, you can drag a method into the editor, and you'll get the template.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in the editor, you can specify whether you want the &lt;STRONG&gt;CALL METHOD mymethod...&lt;/STRONG&gt; syntax, or, which I prefer, the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mymethod( ... )&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 16:53:32 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-04-29T16:53:32Z</dc:date>
    <item>
      <title>calling a mething</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714986#M894292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to call a method in a program is there any way like pattern to call a function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 15:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714986#M894292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: calling a mething</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714987#M894293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Pattern button and select ABAP object Pattern....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then fill in the correponding fields for your needs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instance          lo_sender&lt;/P&gt;&lt;P&gt;Class/Interface   IF_PURCHASE_ORDER_ITEM_MM&lt;/P&gt;&lt;P&gt;Method            CREATE_ACCOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel P-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 15:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714987#M894293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T15:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: calling a mething</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714988#M894294</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;Yes there is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press button PATTERN in abap editor and choose ABAP Object patterns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 15:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714988#M894294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: calling a mething</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714989#M894295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go to the menu, and show the object tree, or from SE80, you can drag a method into the editor, and you'll get the template.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in the editor, you can specify whether you want the &lt;STRONG&gt;CALL METHOD mymethod...&lt;/STRONG&gt; syntax, or, which I prefer, the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mymethod( ... )&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 16:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-mething/m-p/3714989#M894295</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-04-29T16:53:32Z</dc:date>
    </item>
  </channel>
</rss>

