<?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' --261 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-261/m-p/1304343#M159554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you append the record to i_goodsmvt_item??&lt;/P&gt;&lt;P&gt;What is the error you are encountering??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2006 10:57:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-25T10:57:15Z</dc:date>
    <item>
      <title>'BAPI_GOODSMVT_CREATE' --261</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-261/m-p/1304342#M159553</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;we are facing problem in using BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;P&gt;for the movement type 261.can anybody help&lt;/P&gt;&lt;P&gt;i.e. what are the parameters do we need to pass to BAPI&lt;/P&gt;&lt;P&gt;for a production order...can u pl. look at the code &lt;/P&gt;&lt;P&gt;and correct anything is required..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----Header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_goodsmvt_header-pstng_date = '20060422'. &lt;/P&gt;&lt;P&gt;s_goodsmvt_header-doc_date = sy-datum. &lt;/P&gt;&lt;P&gt;s_goodsmvt_header-pr_uname = sy-uname. &lt;/P&gt;&lt;P&gt;s_goodsmvt_header-ref_doc_no = '000710000426'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----Item&lt;/P&gt;&lt;P&gt;i_goodsmvt_item-material = 'IT00PA 744 001' . &lt;/P&gt;&lt;P&gt;i_goodsmvt_item-plant = '7101'. &lt;/P&gt;&lt;P&gt;i_goodsmvt_item-stge_loc = '0148'. &lt;/P&gt;&lt;P&gt;i_goodsmvt_item-move_type = '261'. &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;i_goodsmvt_item-mvt_ind = 'F'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;i_goodsmvt_item-stck_type = space . &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;i_goodsmvt_item-ENTRY_UOM = 'SHT'.&lt;/P&gt;&lt;P&gt;i_goodsmvt_item-entry_qnt = '0.100'. &lt;/P&gt;&lt;P&gt;i_goodsmvt_item-batch = 'TEST_BCD1'.&lt;/P&gt;&lt;P&gt;i_goodsmvt_ITEM-ORDERID = '000710000426'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;i_goodsmvt_ITEM-RESERV_NO = 4379.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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 = s_goodsmvt_header&lt;/P&gt;&lt;P&gt;GOODSMVT_CODE = '03'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;GOODSMVT_HEADRE = x_goodsmvt_header&lt;/P&gt;&lt;P&gt;MATERIALDOCUMENT = V_DOC&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MATDOCUMENTYEAR =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM = i_goodsmvt_item&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;GOODSMVT_SERIALNUMBER =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;RETURN = i_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;commit work and wait.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Seshagiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 10:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-261/m-p/1304342#M159553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T10:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: 'BAPI_GOODSMVT_CREATE' --261</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-261/m-p/1304343#M159554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you append the record to i_goodsmvt_item??&lt;/P&gt;&lt;P&gt;What is the error you are encountering??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 10:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create-261/m-p/1304343#M159554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T10:57:15Z</dc:date>
    </item>
  </channel>
</rss>

