<?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 Material Document Posting MIGO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447754#M1649217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a specific requirement as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When doing GR for Process order, we are showing user list of available batches. From here user can select an existing batch.&lt;/P&gt;&lt;P&gt;2. Once batch is selected and Post is clicked, GR creates a new batch moving the process order quantity to new batch.&lt;/P&gt;&lt;P&gt;3. With step 2 we also need to perform Transfer posting of quantity from batch selected by user to new batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to use the BAPI_GOODS_MVT* in the user exit during posting of good movement, I get error that one BAPI call for goods movement is active and cannot create another call. I have also tried to create an event to trigger (in update task) a separate program to perform transfer posting (by saving the new batch and user selected batch into a custom table) but the program does not pick the values from custom table as table update commit is taking some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to perform the transfer posting from batch to batch as soon as material document is posted for process order to avoid any loss of stock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one have any idea how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arvind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2011 20:16:21 GMT</pubDate>
    <dc:creator>arvind_soni</dc:creator>
    <dc:date>2011-12-08T20:16:21Z</dc:date>
    <item>
      <title>Material Document Posting MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447754#M1649217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a specific requirement as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When doing GR for Process order, we are showing user list of available batches. From here user can select an existing batch.&lt;/P&gt;&lt;P&gt;2. Once batch is selected and Post is clicked, GR creates a new batch moving the process order quantity to new batch.&lt;/P&gt;&lt;P&gt;3. With step 2 we also need to perform Transfer posting of quantity from batch selected by user to new batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to use the BAPI_GOODS_MVT* in the user exit during posting of good movement, I get error that one BAPI call for goods movement is active and cannot create another call. I have also tried to create an event to trigger (in update task) a separate program to perform transfer posting (by saving the new batch and user selected batch into a custom table) but the program does not pick the values from custom table as table update commit is taking some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to perform the transfer posting from batch to batch as soon as material document is posted for process order to avoid any loss of stock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one have any idea how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arvind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 20:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447754#M1649217</guid>
      <dc:creator>arvind_soni</dc:creator>
      <dc:date>2011-12-08T20:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Material Document Posting MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447755#M1649218</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;Try to do in the badi method after update in MIGO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB_DOCUMENT_BADI / MB_DOCUMENT_UPDATE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja Ainala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 20:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447755#M1649218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-08T20:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Material Document Posting MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447756#M1649219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shailaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to do goods movement in this BADI but system does not allow two goods movement call at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arvind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 20:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447756#M1649219</guid>
      <dc:creator>arvind_soni</dc:creator>
      <dc:date>2011-12-08T20:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Material Document Posting MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447757#M1649220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MB_CREATE_GOODS_MOVEMENT is the function called internally by the bapi and MIGO . This function cannot be called twice within a transaction flow. Please check my reply here &lt;SPAN __jive_macro_name="thread" id="2093019"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 05:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447757#M1649220</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-12-09T05:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Material Document Posting MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447758#M1649221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is resolved using your idea &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: points awarded!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arvind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arvind Soni on Dec 18, 2011 12:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Dec 2011 10:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-document-posting-migo/m-p/8447758#M1649221</guid>
      <dc:creator>arvind_soni</dc:creator>
      <dc:date>2011-12-18T10:14:44Z</dc:date>
    </item>
  </channel>
</rss>

