<?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/User Exit for MIGO Batch Split in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956025#M1489319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Temo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't you think there might be a few people out there in the SAP/SDN world who are facing a similar problem?&lt;/P&gt;&lt;P&gt;And don't you agree that those people might benefit from the solution you have found as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if the solution you found at Google is not applicable for your specific business context???&lt;/P&gt;&lt;P&gt;If you publish your solution and discuss a little bit its business background you may find other who will confirm that the solution works in their environment, too, thus confirming that you are on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 21:04:55 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2010-05-31T21:04:55Z</dc:date>
    <item>
      <title>BADI/User Exit for MIGO Batch Split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956022#M1489316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to find BADI or user exit, so i can set batches/or split amount to batches via program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far i found user exits: MBCFC010 - EXIT_SAPMM07M_010 and MBCFC003 - EXIT_SAPMM07M_003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But they only raise when i press "Check" button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it any where i can set batches when i press Batches button or Split button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Temo Chutlashvili&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 12:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956022#M1489316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T12:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: BADI/User Exit for MIGO Batch Split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956023#M1489317</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;first - this is propoably a totally wrong thread to post this question.&lt;/P&gt;&lt;P&gt;But may be the following helps you anyway ;-).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are only 2 ways to load a badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method CL_EXITHANDLER=&amp;gt;GET_INSTANCE - for old BADIs&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Statement "Get Badi" - for new BADIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The unfair detail about this is that many old-fahsioned programmers already&lt;/P&gt;&lt;P&gt;instantiate their BADI objects on load of program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what often helps is, before entering the transaction you want to search &lt;/P&gt;&lt;P&gt;for BADIs, activate the debugger (/h) and create breakpoints&lt;/P&gt;&lt;P&gt;for the method and the statement. - Then it will stop each time BADI is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now start your transaction and check the BADI names passing through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 01:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956023#M1489317</guid>
      <dc:creator>Marcel_Wahl</dc:creator>
      <dc:date>2010-05-29T01:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: BADI/User Exit for MIGO Batch Split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956024#M1489318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found suitable BADI for my task (found via Google &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; ).&lt;/P&gt;&lt;P&gt;So problem is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 06:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956024#M1489318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T06:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: BADI/User Exit for MIGO Batch Split</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956025#M1489319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Temo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't you think there might be a few people out there in the SAP/SDN world who are facing a similar problem?&lt;/P&gt;&lt;P&gt;And don't you agree that those people might benefit from the solution you have found as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if the solution you found at Google is not applicable for your specific business context???&lt;/P&gt;&lt;P&gt;If you publish your solution and discuss a little bit its business background you may find other who will confirm that the solution works in their environment, too, thus confirming that you are on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 21:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-user-exit-for-migo-batch-split/m-p/6956025#M1489319</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2010-05-31T21:04:55Z</dc:date>
    </item>
  </channel>
</rss>

