<?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: Issue with BAPI_GOODSMVT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249818#M1014372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find any solution concerning your problem?&lt;/P&gt;&lt;P&gt;I try to do a movement MM 911 filling the storage bin in BAPI_GOODSMVT_CREATE. A Transfer Request is created with movement  WM 912 and when I create the Transfer Order using this TR, the storage bin used is the default storage bin.&lt;/P&gt;&lt;P&gt;Could you please give me your help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Robin ATTIA on Sep 7, 2011 4:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2011 14:56:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-07T14:56:27Z</dc:date>
    <item>
      <title>Issue with BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249815#M1014369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are creating Goods Receipt against a Production order using BAPI_GOODSMVT_CREATE. The Material Document and transfer order is also created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem here is we are giving a storage bin to receive the goods ,but the goods are receiving into the default storage bin maintained in the material master for that particular material.the Goods Receipt Number is updating in the destination bin we are expecting the goods and the goods are receiving into the default storage bin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we avoid this situation to receive the goods into our destination bin directly with both GR number and Goods Quantity?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are passing the Bin and storage type STGE_TYPE ans STGE_BIN fields in BAPI.We tried with all the bin and storage types in the BAPI.But there is no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody faced the same and solved ,Please provide some pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kranti Yamparala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 05:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249815#M1014369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T05:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249816#M1014370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I myself resolved the issues and This is the Solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Quantity  will go to Dafault Bin directly for this movement type 101.After that U need to do BDC to Transfer this quantity to the destination bin specified as per the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kranti Yamparala on Oct 9, 2008 12:11 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 18:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249816#M1014370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T18:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249817#M1014371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kranti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me some kind of a direction on this?? I am running in to the same problem while trying to do the goods movement from WM - IM. I do the movement type 311 and everything as follows but it always picks it from default bin location instead of the one that mention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: begin of st_goodsmvt_header.&lt;/P&gt;&lt;P&gt;          include structure bapi2017_gm_head_01.&lt;/P&gt;&lt;P&gt;  data: end of st_goodsmvt_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: begin of st_goodsmvt_code.&lt;/P&gt;&lt;P&gt;          include structure bapi2017_gm_code.&lt;/P&gt;&lt;P&gt;  data: end of st_goodsmvt_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: begin of st_goodsmvt_headret.&lt;/P&gt;&lt;P&gt;          include structure bapi2017_gm_head_ret.&lt;/P&gt;&lt;P&gt;  data: end of st_goodsmvt_headret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: begin of it_goodsmvt_item occurs 100.&lt;/P&gt;&lt;P&gt;          include structure BAPI2017_GM_ITEM_CREATE.&lt;/P&gt;&lt;P&gt;  data: end of it_goodsmvt_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: wmenge like iseg-menge,&lt;/P&gt;&lt;P&gt;        errflag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data:p_result type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  st_goodsmvt_header-pstng_date = sy-datum.&lt;/P&gt;&lt;P&gt;  st_goodsmvt_header-doc_date = sy-datum.&lt;/P&gt;&lt;P&gt;  st_goodsmvt_code-gm_code = '04'. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  refresh: it_goodsmvt_item, it_311_return.&lt;/P&gt;&lt;P&gt;  clear: it_goodsmvt_item, it_311_return,st_materialdocument,st_goodsmvt_headret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_goodsmvt_item-material = vl_matnr.&lt;/P&gt;&lt;P&gt;  it_goodsmvt_item-plant = '1100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if vl_indicator eq '0'. "0 = full plate,1 = remnant&lt;/P&gt;&lt;P&gt;    it_goodsmvt_item-stge_loc = '1107'. "1107 for full plates and DROp for Crops&lt;/P&gt;&lt;P&gt;    it_goodsmvt_item-entry_qnt = '1'. " for one full plate&lt;/P&gt;&lt;P&gt;    it_goodsmvt_item-ENTRY_UOM = 'EA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  it_goodsmvt_item-STGE_TYPE = '015'."do not need for 1107 --&amp;gt;1108&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  it_goodsmvt_item-STGE_BIN = vl_bin. "do not need for 1107 --&amp;gt;1108&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  else."1 = remnant&lt;/P&gt;&lt;P&gt;    it_goodsmvt_item-stge_loc = 'DROP'.&lt;/P&gt;&lt;P&gt;    it_goodsmvt_item-entry_qnt = vl_plate_size. " for one full plate&lt;/P&gt;&lt;P&gt;    it_goodsmvt_item-ENTRY_UOM = 'IN2'.&lt;/P&gt;&lt;P&gt;    "important to enter following 2 fields for movement from DROP --&amp;gt;&amp;gt;1108 with specific bin location&lt;/P&gt;&lt;P&gt;    it_goodsmvt_item-STGE_TYPE_ST = '016'. " needed this especially for goods movement from DROP to 1108 from a specific bin location&lt;/P&gt;&lt;P&gt;    it_goodsmvt_item-STGE_BIN_ST = vl_bin. " needed this especially for goods movement from DROP to 1108 from a specific bin location&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   it_goodsmvt_item-STGE_TYPE_PC = '016'."Storage type for transfer posting&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   it_goodsmvt_item-STGE_BIN_PC = vl_bin."Storage BIN for transfer posting&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_goodsmvt_item-move_plant = '1100'. "Recieving/Issueing plant (do i need this???)&lt;/P&gt;&lt;P&gt;  it_goodsmvt_item-move_stloc = '1108'. "Reciving storage location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_goodsmvt_item-MVT_IND = ''. "blank for no reservation&lt;/P&gt;&lt;P&gt;  it_goodsmvt_item-ENTRY_UOM_ISO = ''. " leave this blank (or) If needed at unit EA it will be PCE, at IN2 it will be INK. (Table T006)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_goodsmvt_item-move_type = '311'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  append it_goodsmvt_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      goodsmvt_header  = st_goodsmvt_header&lt;/P&gt;&lt;P&gt;      goodsmvt_code    = st_goodsmvt_code&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      goodsmvt_headret = st_goodsmvt_headret&lt;/P&gt;&lt;P&gt;      materialdocument = st_materialdocument&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      goodsmvt_item    = it_goodsmvt_item&lt;/P&gt;&lt;P&gt;      return           = it_311_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 20:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249817#M1014371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-02T20:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249818#M1014372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find any solution concerning your problem?&lt;/P&gt;&lt;P&gt;I try to do a movement MM 911 filling the storage bin in BAPI_GOODSMVT_CREATE. A Transfer Request is created with movement  WM 912 and when I create the Transfer Order using this TR, the storage bin used is the default storage bin.&lt;/P&gt;&lt;P&gt;Could you please give me your help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Robin ATTIA on Sep 7, 2011 4:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249818#M1014372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-07T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249819#M1014373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No solution as of yet. I am still working on it and let you know when i got this figured out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 21:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/4249819#M1014373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-07T21:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/14138297#M2042047</link>
      <description>&lt;P&gt;Hello, Did you find the solution?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 22:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/14138297#M2042047</guid>
      <dc:creator>ramchandra_30</dc:creator>
      <dc:date>2025-06-26T22:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/14138346#M2042049</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/762566"&gt;@ramchandra_30&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;You were asking in a discussion which is almost 25 years old and nobody would respond to you.&amp;nbsp; Whatever issue you have, please create a new discussion, explaining what the issue is, what analysis you made to find out the root cause with the related screen shots, so that members will assist you&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 03:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-goodsmvt-create/m-p/14138346#M2042049</guid>
      <dc:creator>Lakshmipathi</dc:creator>
      <dc:date>2025-06-27T03:41:11Z</dc:date>
    </item>
  </channel>
</rss>

