<?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: Help with use bapi_Goodsmvt_create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803552#M41125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad that it helped. Please don't forget the points!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Dec 2004 21:05:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-12-17T21:05:10Z</dc:date>
    <item>
      <title>Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803544#M41117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I follow the ducument of bapi_Goodsmvt_create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GM_Code 01&lt;/P&gt;&lt;P&gt;using &lt;/P&gt;&lt;P&gt;Purchase order  '4500014500'&lt;/P&gt;&lt;P&gt;Purchase order item  '10'&lt;/P&gt;&lt;P&gt;Movement type    '101'&lt;/P&gt;&lt;P&gt;Movement indicator  'B'  (according to the ducument)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return error "Special Stock B not supported"  WHY?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sheng Wang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 02:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803544#M41117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-03T02:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803545#M41118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Movement Indicator is field MVT_IND of structure BAPI2017_GM_ITEM_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you filled field SPEC_STOCK. That is wrong field (must be blank if you don't have a special stock) and would explain your error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2004 09:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803545#M41118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-03T09:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803546#M41119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, dear Volker! It works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 01:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803546#M41119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T01:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803547#M41120</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;  I'm trying to do the same, transaction mb01, movement 101, order purchase.... i fill the next fields: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   MATERIAL &lt;/P&gt;&lt;P&gt;   PLANT    &lt;/P&gt;&lt;P&gt;   STGE_LOC &lt;/P&gt;&lt;P&gt;   STCK_TYPE&lt;/P&gt;&lt;P&gt;   ENTRY_QNT&lt;/P&gt;&lt;P&gt;   PO_NUMBER&lt;/P&gt;&lt;P&gt;   PO_ITEM  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The system, show the next message: &lt;/P&gt;&lt;P&gt;    E, M7, NUM. 256.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Update control movement type incorrect entry (101)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I don't know if this is a problem of information that &lt;/P&gt;&lt;P&gt;   i give o is a problem of configuratión or i need use &lt;/P&gt;&lt;P&gt;   other bapi for do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can use this bapi ?&lt;/P&gt;&lt;P&gt;   Can you share your code ?&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;    Best Regards !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 19:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803547#M41120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T19:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803548#M41121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Noemi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message comes up due to check against a table T156SC. This is a configuration table and I think your configuration of movement type 101 doesn't allow whatever you are trying to achieve programatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 19:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803548#M41121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T19:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803549#M41122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adavi  !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   The movement 101, is a movement standard, i saw the table: T156SC for the movements 101, the result of query shows 79 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I did the same process in dialog, and i didn't have any problem, i did that in MB01 y en MIGO, the movement was registered succesfully, for this razon i supose the problem is not the configuration, but really i don't know. Do you know, how i can identify if the problem is the configuration ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Regards !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2004 22:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803549#M41122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-16T22:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803550#M41123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Noemi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, I misunderstood your original question. So if you use the same data in transactions MIGO or MB01 you are able to successfully process the transaction, whereas if you are trying the same through the BAPi, it is giving you the error you mentioned. If this is correct, please check if you are passing the following parameters correctly for the BAPI, along with the others that you are already passing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapi2017_gm_code-gm_code          = 01&lt;/P&gt;&lt;P&gt;bapi2017_gm_item_create-move_type = 101&lt;/P&gt;&lt;P&gt;bapi2017_gm_item_create-mvt_ind   = B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are still getting an error message, check if you are entering the same data in the BAPI as you are doing online(make a special note of default values that come up when you do it online).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this will help. Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2004 15:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803550#M41123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-17T15:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803551#M41124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!!  Hi Srinivas  !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks for answer my question....&lt;/P&gt;&lt;P&gt;   Exactly when a fill the fields, i didn't fill &lt;/P&gt;&lt;P&gt;   correctly the field: mvt_ind = B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     When i put this value, the bapi generate a material document &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Best Regards !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2004 19:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803551#M41124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-17T19:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803552#M41125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad that it helped. Please don't forget the points!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2004 21:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803552#M41125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-12-17T21:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803553#M41126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Srinivas,&lt;/P&gt;&lt;P&gt;I want to create GRN through BAPI, my requirment is create 101 &amp;amp; 543 at once and then 412 later for the same batch.&lt;/P&gt;&lt;P&gt;How to do that? &lt;/P&gt;&lt;P&gt;Kindly suggest it.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nilesh Shete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2005 06:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803553#M41126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-12T06:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803554#M41127</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;Even i want to create GR with movement types 101 &amp;amp; 543, were u ever abble to create with 543?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 19:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803554#M41127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T19:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with use bapi_Goodsmvt_create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803555#M41128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi2all&lt;/P&gt;&lt;P&gt;I have same problem - I need to create GM 101 + 543 + 545 in one material document. How to?&lt;/P&gt;&lt;P&gt;Thaks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-use-bapi-goodsmvt-create/m-p/803555#M41128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T13:03:31Z</dc:date>
    </item>
  </channel>
</rss>

