<?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: BAPI_GOODSMVT_CREATE - error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917630#M58452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Try the following in the gmcode field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS: &lt;/P&gt;&lt;P&gt;c_gmcode_con    LIKE bapi2017_gm_code-gm_code VALUE '03',&lt;/P&gt;&lt;P&gt;                "GM Code value for goods issue&lt;/P&gt;&lt;P&gt;c_gmcode_rev    LIKE bapi2017_gm_code-gm_code VALUE '06',&lt;/P&gt;&lt;P&gt;                "GM code value for Goods reversal&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;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jan 2005 17:07:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-18T17:07:42Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CREATE - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917627#M58449</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 BAPI_GOODSMVT_CREATE to create material document. I am using movement type 101 and goods movement code as 01.&lt;/P&gt;&lt;P&gt;I am facing this error on executing the BAPI : "Update Control of movement type is incorrect ( entry 101 X X )"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have entered all the required fields before i run the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone help me in this error solving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 08:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917627#M58449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T08:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917628#M58450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swanand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your config correct? Have you tried the same 101 goods movement (using the same data) with the sap transactions before running the BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Poonam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 08:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917628#M58450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T08:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917629#M58451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi poonam,&lt;/P&gt;&lt;P&gt;I have tried the same with transaction MB01, it works fine in creating the material document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i use this BAPI : BAPI_GOODSMVT_CREATE with the same data it gives the above error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure where the error is. If in config, no idea as to where the settings are missing.&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;Swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 09:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917629#M58451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917630#M58452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Try the following in the gmcode field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS: &lt;/P&gt;&lt;P&gt;c_gmcode_con    LIKE bapi2017_gm_code-gm_code VALUE '03',&lt;/P&gt;&lt;P&gt;                "GM Code value for goods issue&lt;/P&gt;&lt;P&gt;c_gmcode_rev    LIKE bapi2017_gm_code-gm_code VALUE '06',&lt;/P&gt;&lt;P&gt;                "GM code value for Goods reversal&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;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 17:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917630#M58452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T17:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE - error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917631#M58453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swanand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are doing a 101 movement with a '01' GM movement code, it means that you are doing a goods receipt against a purchase order. In that case, you also need to set the goods movement indicator(MVT_IND) on the BAPI2017_GM_ITEM_CREATE structure for each item to be 'B'. This is documented in the documentation of the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify if this is done in your case, and let the forum know if the problem is still there. If this resolves, please reward and close the issue.&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;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2005 18:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-error/m-p/917631#M58453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-18T18:42:06Z</dc:date>
    </item>
  </channel>
</rss>

