<?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: Need help for BAPI_GOODSMVT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387488#M1544864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinod. I know that the GM_CODE was picked from T158G. But my question is when we use this and successfully creates a document, there in the doc it will show MB1B. But when u do this from MIGO this is shown as MIGO_GI. Why there is change like this? Whether this is an error from my side or not?&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;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Oct 2010 09:33:23 GMT</pubDate>
    <dc:creator>former_member196651</dc:creator>
    <dc:date>2010-10-12T09:33:23Z</dc:date>
    <item>
      <title>Need help for BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387486#M1544862</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;I am using the BAPI, BAPI_GOODSMVT_CREATE to generate a material document for goods issue against a Stock Transfer Order(movement type 351). The GM_CODE passed to the BAPI for this is 04. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is, when a material document is created using this BAPI with this GM_CODE, the transaction code shown in the MIGO display of the material document generated is MB1B. But when we do the goods issue manually against a STO, the transaction code shown in MIGO display is MIGO_GI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why there is a change in transaction code when we do it using a BAPI and manually? Whether this change is acceptable and if not what should I do to change it?&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;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 07:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387486#M1544862</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2010-10-11T07:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387487#M1544863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction code of GM_CODE is picked from configuration table T158G (MMIM: Possible Codes for BAPI Goods Movement). See line number 53 of BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select single * from t158g where gmcode = goodsmvt_code.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 07:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387487#M1544863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T07:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387488#M1544864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vinod. I know that the GM_CODE was picked from T158G. But my question is when we use this and successfully creates a document, there in the doc it will show MB1B. But when u do this from MIGO this is shown as MIGO_GI. Why there is change like this? Whether this is an error from my side or not?&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;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 09:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387488#M1544864</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2010-10-12T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387489#M1544865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any error from your side. It is the way BAPI update the field MKPF-TCODE (from t158g-TCODE).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 09:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-for-bapi-goodsmvt-create/m-p/7387489#M1544865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T09:39:15Z</dc:date>
    </item>
  </channel>
</rss>

