<?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 activate ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125030#M1364321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Please search the forum before posting.&lt;/P&gt;&lt;P&gt;  If you want to implement the BADI using transaction se19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 05:07:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-10T05:07:11Z</dc:date>
    <item>
      <title>how to activate ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125029#M1364320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to check the method IM_CALLED ( in the BADI WORKORDER_GOODSMVT ) is called while good movement save&lt;/P&gt;&lt;P&gt; or before saving the goods movement.  How to check or put breakpoint and check whether is it called or not?&lt;/P&gt;&lt;P&gt;I tried to activate and to put break point in the above  badi's method .  however it is asking me the package (not accepting as local object)...&lt;/P&gt;&lt;P&gt;Please help me how to get hold on this ?&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 05:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125029#M1364320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T05:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125030#M1364321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Please search the forum before posting.&lt;/P&gt;&lt;P&gt;  If you want to implement the BADI using transaction se19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 05:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125030#M1364321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T05:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125031#M1364322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto se18  in menu select Enhancement implementation -&amp;gt;Display&lt;/P&gt;&lt;P&gt;it will show the list of implementations.&lt;/P&gt;&lt;P&gt;select any implementaion and select some method which is relevant to u. double click on the ABAP code and put a breakpoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 06:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125031#M1364322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T06:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125032#M1364323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Himanchu, &lt;/P&gt;&lt;P&gt;I did not get much chance to work on BADIs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sankumar ,&lt;/P&gt;&lt;P&gt;THANK YOU SO MUCH SIR.&lt;/P&gt;&lt;P&gt;I did as you suggested.  I have three implementations as below :&lt;/P&gt;&lt;P&gt;/SAPMP/CONF_GM&lt;/P&gt;&lt;P&gt;/SAPTRX/PP_WOGOODSMV&lt;/P&gt;&lt;P&gt;ZWORKORDER_GOODSMVT&lt;/P&gt;&lt;P&gt;I tried to code in the first two implementations ..however it is aksing me access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried last implementation "ZWORKORDER_GOODSMVT"&lt;/P&gt;&lt;P&gt;I tried to activate the method...however I got the below syntax error..&lt;/P&gt;&lt;P&gt;Class "ZCL_IM_WORKORDER_GOODSMVT" does not contain an interface&lt;/P&gt;&lt;P&gt;"IF_EX_WORKORDER_GOODSMVT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I basically wanted to put Break sy-uname(my userid)...&lt;/P&gt;&lt;P&gt;Please suggest me ...&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 06:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125032#M1364323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T06:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125033#M1364324</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;   Ya you have to check if the implemetation is created correctly or not when a BADI is implemeted a class is create which actually implemenmts the BADI and has a interface now in you case the interface if missing from teh implementing class go to se24 and check that class ZCL_IM_WORKORDER_GOODSMVT if in the interface tab you dont have just add interface IF_EX_WORKORDER_GOODSMVT there and then try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 06:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125033#M1364324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T06:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125034#M1364325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The /SAPTRX/... implementation is SAP's standard implementation for the SAP Event Management Application Interface. You should not be coding in there. You need to create your own implementation and code there!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 06:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125034#M1364325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T06:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to activate ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125035#M1364326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Badi Implementation will save in local object and that is true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can go to se18 -&amp;gt;give the badi name and then say enhancement implementation -&lt;/P&gt;&lt;P&gt;&amp;gt;create&lt;/P&gt;&lt;P&gt;Give a zimplementation name and save in local object that implemantation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to the method and put a break-point there and check whter it is triggering when required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 09:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-activate/m-p/6125035#M1364326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T09:06:53Z</dc:date>
    </item>
  </channel>
</rss>

