<?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: How to use a method from an interface? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083878#M1180612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;getting a dump during execution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jan 2009 05:23:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-21T05:23:22Z</dc:date>
    <item>
      <title>How to use a method from an interface?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083875#M1180609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i am trying to use a method AGENTS_SET from interface IF_WFD_ADHOC_STEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it displays &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD me-&amp;gt;AGENTS_SET&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    AGENTS = gt_agents.&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    LOCKED = 1&lt;/P&gt;&lt;P&gt;    others = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which i control, it gives me FIELD 'ME' unknown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 05:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083875#M1180609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T05:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a method from an interface?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083876#M1180610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Artish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must first declare an object with reference to the class IF_WFD_ADHOC_STEP like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: me TYPE REF TO IF_WFD_ADHOC_STEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 05:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083876#M1180610</guid>
      <dc:creator>peter_ruiz2</dc:creator>
      <dc:date>2009-01-21T05:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a method from an interface?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083877#M1180611</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;try this fm SEO_INTERFACE_MODIFY and SEO_INTERFACE_ADD_COMPONENTS and change c parameter METHODS for adding the methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Aakash Banga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 05:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083877#M1180611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T05:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a method from an interface?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083878#M1180612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;getting a dump during execution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 05:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083878#M1180612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T05:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a method from an interface?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083879#M1180613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the message of the dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 05:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083879#M1180613</guid>
      <dc:creator>peter_ruiz2</dc:creator>
      <dc:date>2009-01-21T05:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a method from an interface?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083880#M1180614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are miles away from understanding OO concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take my word for it, you are stumbling around in the dark and need an ABAP OO programmer to perform this task for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 10:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-a-method-from-an-interface/m-p/5083880#M1180614</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2009-01-21T10:44:01Z</dc:date>
    </item>
  </channel>
</rss>

