<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547102#M1073880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;2 . Clicking Implemention -&amp;gt;Change-&amp;gt;Implementaion Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are u changing the existing implementation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2008 13:00:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-22T13:00:06Z</dc:date>
    <item>
      <title>badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547098#M1073876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the method MB_DOCUMENT_UPDATE , I created a FM for a requirement .&lt;/P&gt;&lt;P&gt;When I execute the transaction VLMOVE for testing, the MB_DOCUMENT_UPDATE method  triggering two times , so my FM inside this executing two times .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem? pls suggest. I implemented as  shown below&lt;/P&gt;&lt;P&gt;1. In se18, In MB_DOCUMENT_BADI&lt;/P&gt;&lt;P&gt;2 . Clicking Implemention -&amp;gt;Change-&amp;gt;Implementaion Name&lt;/P&gt;&lt;P&gt;3. Clicking the tab-&amp;gt;interface-&amp;gt;double click on method MB_DOCUMENT_UPDATE&lt;/P&gt;&lt;P&gt;4.Created FM inside the Method MB_DOCUMENT_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any mistake in implementaion? pls give suggestion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 04:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547098#M1073876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T04:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547099#M1073877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This BADi would be trigger each time for each materail document posting.so may be in your case you have 2 document so it's triggering 2 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 04:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547099#M1073877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T04:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547100#M1073878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply,but the material document are not the reason .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one material document contains 4 entries even though the method is triggering two times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 10:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547100#M1073878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T10:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547101#M1073879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set the counter in each itration in BADi once counter reach 2(means second time BADi triggered) than do nothing just bypass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 10:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547101#M1073879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T10:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547102#M1073880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;2 . Clicking Implemention -&amp;gt;Change-&amp;gt;Implementaion Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are u changing the existing implementation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 13:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547102#M1073880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T13:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547103#M1073881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am changing the existing implementation. In that Implementation there is one FM already return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I placed my FM below, That could be the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 13:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547103#M1073881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T13:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547104#M1073882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the problem, I am written my FM in another implementation .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I created the new implementation and I place the FM in that implementation.&lt;/P&gt;&lt;P&gt;Now the new implementation ins inactive. When I try to activate in se19 i am getting below mentioned message. Now in the list of enhacement implementation, I don't see relevant implementation for my badi&lt;/P&gt;&lt;P&gt;now please let men know what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Implementation ZZMB_DOCUMENT_BADI migrated (see long text for instructions)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Message no. SEEF_BADI049&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Diagnosis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A BAdI was migrated. All existing implementations must now be migrated&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;as well.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The new BAdI is now part of an enhancement spot, while the new BAdI implementation is part of an enhancement implementation. In the subsequent dialog box, you either have to create a new enhancement implementation or select an existing one.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Caution: Only select enhancement implementations that you are allowed to process. For example, a customer BADI implementation should never be migrated into an SAP enhancement implementation. If you do not find any suitable enhancement implementation, create a new one using the create button.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 05:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547104#M1073882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T05:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547105#M1073883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 05:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4547105#M1073883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T05:29:22Z</dc:date>
    </item>
  </channel>
</rss>

