<?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: BADI method errror in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855287#M47076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to activate the method and i am gettin errors.  But as you suggested I activated the Class first and then the BADI method. it works..thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2005 17:45:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-05T17:45:13Z</dc:date>
    <item>
      <title>BADI method errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855283#M47072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to implement a method in the BADI. And have to create Implementing Class, Interface and method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Create the Implementing class ZCL_IM_EXTRACT&lt;/P&gt;&lt;P&gt;-- Create the implementing interface IF_EX_OPENHUB_TRANSFORM&lt;/P&gt;&lt;P&gt;-- Create the method TRANSFORM&lt;/P&gt;&lt;P&gt;-- When I run try to activate the method I get this error "CLASS ZCL_IM_EXTRACT does not contain an interface IF_EX_OPENHUB_TRANSFORM"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;-- I see the interface name IF_EX_OPENHUB_TRANSFORM in the interface tab of the Implementation. And below that I see the Name of Implementing class as ZCL_IM_EXTRACT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering If I have done some procedural error. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2005 14:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855283#M47072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-05T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: BADI method errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855284#M47073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first a small question: did you use SE19? Doesn't look like, but would be the easiest (only?) way for implementation of BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2005 14:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855284#M47073</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-05-05T14:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: BADI method errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855285#M47074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the SE24 for creation of class and then SE19 to create the implemention, interface and method..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondring if there is a error in the procedure followed. You any one let me know the correct proedure for creating the class, implementation, interface and method..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2005 14:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855285#M47074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-05T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: BADI method errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855286#M47075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably the step with SE24 caused the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create a new try only using SE19 (if you like to use same name, rename 'old' implementation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then standard definition from SAP is input parameter -&amp;gt; definition is automatically assigned to your implementation. You just need to make some coding lines in desired method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afterwards activate your code AND the whole BADI implementation (entry screen SE19).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2005 15:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855286#M47075</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-05-05T15:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: BADI method errror</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855287#M47076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to activate the method and i am gettin errors.  But as you suggested I activated the Class first and then the BADI method. it works..thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2005 17:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-method-errror/m-p/855287#M47076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-05T17:45:13Z</dc:date>
    </item>
  </channel>
</rss>

