<?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: MIGO user exit for GR - Before posting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399355#M1406011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use BADI: MB_DOCUMENT_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2009 17:07:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-11T17:07:17Z</dc:date>
    <item>
      <title>MIGO user exit for GR - Before posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399352#M1406008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have requirement for  MIGO user exit for GR - Before posting:&lt;/P&gt;&lt;P&gt;            if  mkpf -vgart = WE &lt;/P&gt;&lt;P&gt;                and   tcode2 = 'migo_gr' or  'mbst'&lt;/P&gt;&lt;P&gt;                and   mseg-zeile = '0001'&lt;/P&gt;&lt;P&gt;                and    mseg-bwart ='101' or mseg-bwart = '102' or mseg-bwart = '121'&lt;/P&gt;&lt;P&gt;                and     mseg-matnr ne  blank&lt;/P&gt;&lt;P&gt;                      &lt;/P&gt;&lt;P&gt;                and  BKPF-WAERS ne HWAER&lt;/P&gt;&lt;P&gt;                       and BKPF-GLVOR = RMWE&lt;/P&gt;&lt;P&gt;                          and BKPF-AWTYP = MKPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i have to replace document type BLART in MKPF and BKPF from 'YE' to 'WE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to find out a suitable user exit/ badi/ enhancement point  where i can have the MFPF,MSEG and BKPF data so that i can replace BLART with above condition. Can anybody pls help on that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: I have search the forums for that and find lot many user exit &amp;amp; Badi. But no one is stopping during debugg and also activate the same and written some test code for update a z table - but seems they are not triggering at all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for  your positive response. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: biswajit ganguly on Dec 11, 2009 10:05 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: biswajit ganguly on Dec 11, 2009 10:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 15:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399352#M1406008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO user exit for GR - Before posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399353#M1406009</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;If you are using ECC 6.0, then look for some spots and try changing the values in runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the changed values reflect in table, then find a spot there and write the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try an enhancement spot in include LMIGOKD1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 16:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399353#M1406009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T16:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO user exit for GR - Before posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399354#M1406010</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;Debugger will not stop in any user exit , badi or enhancement point , untill you place breakpoint at right place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will advice you to first find the exact place where this change is required , and then search to the appriorate enhancement point down the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You  will get many option for this change, implement which ever you find easy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 16:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399354#M1406010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T16:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO user exit for GR - Before posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399355#M1406011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use BADI: MB_DOCUMENT_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 17:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399355#M1406011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T17:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: MIGO user exit for GR - Before posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399356#M1406012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check &lt;STRONG&gt;EXIT_SAPMM07M_001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;check badi &lt;STRONG&gt;MB_MIGO_BADI&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 17:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/migo-user-exit-for-gr-before-posting/m-p/6399356#M1406012</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-11T17:37:26Z</dc:date>
    </item>
  </channel>
</rss>

