<?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 Help!!!  which BAPI function can run 'MIGO' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927277#M384592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks experts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Feb 2007 00:10:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-25T00:10:07Z</dc:date>
    <item>
      <title>Help!!!  which BAPI function can run 'MIGO'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927277#M384592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks experts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 00:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927277#M384592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-25T00:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  which BAPI function can run 'MIGO'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927278#M384593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check:&lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_CANCEL           Reverse goods movements with MB_CANCEL_GOODS_MOVEMENT  &lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_CREATE           Post goods movements with MB_CREATE_GOODS_MOVEMENT     &lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_GETDETAIL        Display details for material document                  &lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_GETITEMS         Display detailed list of material documents            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 00:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927278#M384593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-25T00:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  which BAPI function can run 'MIGO'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927279#M384594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Thanks experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but BAPI_GOODSMVT_CREATE can only used for these 6 transactions:&lt;/P&gt;&lt;P&gt;MB01&lt;/P&gt;&lt;P&gt;MB31&lt;/P&gt;&lt;P&gt;MB1A&lt;/P&gt;&lt;P&gt;MB1B&lt;/P&gt;&lt;P&gt;MB1C&lt;/P&gt;&lt;P&gt;MB11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sourse code:  SELECT SINGLE * FROM T158G WHERE GMCODE = GOODSMVT_CODE.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; ...................&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 00:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927279#M384594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-25T00:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  which BAPI function can run 'MIGO'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927280#M384595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what else do you want?? you can do everything with goods movement create. Read the doc of the BAPI, there are diff ways for each thing...like GI with or w/o reservation etc. To the best of my knowledge it covers everything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 01:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927280#M384595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-25T01:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  which BAPI function can run 'MIGO'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927281#M384596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i just want to run tcode 'MIGO' by program, but FM 'BAPI_GOODSMVT_CREATE' seems not surport this. There are diffrent between 'MIGO' &amp;amp; 'MB01', isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 01:36:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927281#M384596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-25T01:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  which BAPI function can run 'MIGO'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927282#M384597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is a difference. MIGO was essentially an amalgamation of a few different transactions and I think bapi_goodsmvt_create can do exactly these transactions which fall under migo (again, I am not 100% sure about the latter part). So in essence MIGO has much more functionality than say MB01. Hence the answer to your question is no they are not same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what exactly are you not able to do by the bapi in question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ramkumar Venkatasubramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 02:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927282#M384597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-25T02:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!  which BAPI function can run 'MIGO'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927283#M384598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;appreciate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 03:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-which-bapi-function-can-run-migo/m-p/1927283#M384598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-25T03:12:46Z</dc:date>
    </item>
  </channel>
</rss>

