<?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: Re: Delivery Complete Indicator Set in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764200#M1676708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite honestly, I'd ask the MM consultant o explain to the users that it's not feasible. It seems that they're trying to "break the system" by both maintaining such a high tolerance yet expecting the system to function differently. Not everything should be "solved" by ABAP. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2012 20:50:49 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2012-05-11T20:50:49Z</dc:date>
    <item>
      <title>Re: Delivery Complete Indicator Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764194#M1676702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In our system, Even if the Goods Receipt Qty is not Equal to PO Qty , Delivery Completion Indicator should be set in PO.&amp;nbsp; Now as per new requirement, I need to make a change so as to take that logic out. I am trying to find BADI/User Exit the logic was implemented before , but I could not find.&amp;nbsp; I know that MB_GOODSMOVEMENT_DCI might be BADI,&amp;nbsp; we use in general to achieve the functionality i.e. set Delivery Completion Indictaor even if Goods Receipt Qty is not equal to PO Qty, but in my case, that BADI has no implementation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did R&amp;amp;D in all BADI's of MIGO &amp;amp; ME22n as well as User Exits, still didnot figured out . Is any one have idea, What BADI/User exit is used or any is this some functional setting .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 21:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764194#M1676702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-07T21:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Delivery Complete Indicator Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764195#M1676703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try creating implementation for this BADI?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/99421" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 08:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764195#M1676703</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-05-08T08:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Delivery Complete Indicator Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764196#M1676704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shows the importance of documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the where used list of the required fields( used in programs &amp;amp; classes ) and try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Search for used enhancement spots too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 08:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764196#M1676704</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-05-08T08:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Delivery Complete Indicator Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764197#M1676705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that in your inforecord (tcode ME12) the end-user can set the flag 'unlimited' in Purchasing org.data1. I'd use in this case the badi MB_MIGO_BADI (if your endusers manage it with tcode MIGO) with the method CHECK_ITEM, using an error message if you are thinking in a percentage over the quantity in the PO, so, you could remind the user to set this indicator in MIGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 09:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764197#M1676705</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2012-05-08T09:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Delivery Complete Indicator Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764198#M1676706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you response. I figured that it was due to the Under/Over Delivery Tolearnce value. For some materials, Under Delivery Tolerance value is set to 99.9%, so even If I make a Goods Receipt of 1 using MIGO for PO of Qty 10, Delivery Completion Indicator is set. But my manager wants it to over write thru programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created BADI Implementation that was given by Vinit and clearing Mseg-eikz as Space, but after my BADI Implementation, standard sap code is over writing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So any other suggestion for clearing delivery completion indicator even for partial delivery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 22:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764198#M1676706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-10T22:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Delivery Complete Indicator Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764199#M1676707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to implement ME_PROCESS_PO_CUST, method PROCESS_ITEM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 20:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764199#M1676707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-11T20:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Delivery Complete Indicator Set</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764200#M1676708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite honestly, I'd ask the MM consultant o explain to the users that it's not feasible. It seems that they're trying to "break the system" by both maintaining such a high tolerance yet expecting the system to function differently. Not everything should be "solved" by ABAP. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 20:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-delivery-complete-indicator-set/m-p/8764200#M1676708</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2012-05-11T20:50:49Z</dc:date>
    </item>
  </channel>
</rss>

