<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810210#M347420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aswin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I read the function module documentation.Accoding to that am passing all these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As iam not getting doc number i thought that some more values to be passed.&lt;/P&gt;&lt;P&gt;Just i want to know am i missing any values.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody have any idea ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rregards&lt;/P&gt;&lt;P&gt;Sireesha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2006 08:11:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-14T08:11:39Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810206#M347416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;  I am testng BAPI BAPI_GOODSMVT_CREATE  to get material document number.Iam paasing the following values :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In the header table : posting date, document date,refrence document no(process &lt;/P&gt;&lt;P&gt;order no.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Item level : Material , plant ,storage location, movement type, sign , stock type, Order ID,Quantity, Unit of quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If am testing BAPI with these values am not getting material document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its throwing an exception : Update control of movement type is incorrect. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in the transaction MB31.The data is same in both the cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam unable to find where was the problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any more values to be passed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody give a suggestion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sireesha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 07:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810206#M347416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T07:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810207#M347417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u pass values for the following fileds &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GM_CODE = ' 01'.&lt;/P&gt;&lt;P&gt;MVT_IND = ' B '.&lt;/P&gt;&lt;P&gt;unit of measure should ISOcode unit of meadsure which u can get it from table t006&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;aswin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 07:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810207#M347417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T07:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810208#M347418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aswin,&lt;/P&gt;&lt;P&gt;   Thank u for ure reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This am using for getting the movement document for the process order.So previously i was passing the code ''02'.  And now i changed it to '01' and mvt_ind = 'B' ,then its asking for purchase order. I have given purchase order.But it showing a msg : "No goods receipts possible for purchase order 1000183 ".&lt;/P&gt;&lt;P&gt;If i try to test it by removing the purchase order its asking " Enter Purchase Order".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can pls u look into it once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sireesha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 08:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810208#M347418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T08:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810209#M347419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sireesha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just send that for example .. read the doucmentation of the bapi .there it will be clearly mentioned which value u have to give for particular scenerio .it will give u correct value for ur requiremnet ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;aswin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 08:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810209#M347419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T08:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810210#M347420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aswin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I read the function module documentation.Accoding to that am passing all these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As iam not getting doc number i thought that some more values to be passed.&lt;/P&gt;&lt;P&gt;Just i want to know am i missing any values.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody have any idea ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rregards&lt;/P&gt;&lt;P&gt;Sireesha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 08:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810210#M347420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T08:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810211#M347421</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;   Am getting like the order is already being processed?does it mean material document number has been cretaed but not saved in the DB unless its committed.&lt;/P&gt;&lt;P&gt;But in which table i can check these values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sireesha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 12:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810211#M347421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T12:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810212#M347422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check in transaction migo, enter goods receipt and check if the lines have been fully received. If you want to reuse the same po check the unlimited overdelivery flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 14:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1810212#M347422</guid>
      <dc:creator>alison_lloyd</dc:creator>
      <dc:date>2006-12-14T14:31:31Z</dc:date>
    </item>
  </channel>
</rss>

