<?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: Goods Issue using BAPI_GOODSMVT_CREATE with reference to reservation. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459033#M831091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use after creation of document 'BAPI_TRANSACTION_COMMIT'? If not in se37 choose top left FM-&amp;gt;test-&amp;gt;Testing in sequence. Write the sequence of FM(BAPI_GOODSMVT_CREATE, BAPI_TRANSACTION_COMMIT). Execute. Then check!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2012 06:27:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-11-09T06:27:05Z</dc:date>
    <item>
      <title>Goods Issue using BAPI_GOODSMVT_CREATE with reference to reservation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459030#M831088</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;I am using BAPI_GOODSMVT_CREATE  to do the goods issue with reference to the reservation, but i am getting the error as "Document type not defined " in "GOODSMVT_ITEM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the following data to the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOODSMVT_HEADER-PSTNG_DATE = SY-DATUM.&lt;/P&gt;&lt;P&gt;GOODSMVT_HEADER-DOC_DATE   = SY-DATUM.&lt;/P&gt;&lt;P&gt;GOODSMVT_HEADER-PR_UNAME   = SY-UNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOODSMVT_CODE-GM_CODE      = '03'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-MATERIAL  =  00000000402&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-PLANT        =  FPT1         &lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-STGE_LOC  =                GOODSMVT_ITEM-MOVE_TYPE = 201 &lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-RESERV_NO = 8723&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-RES_ITEM  =   1        &lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-RES_TYPE  = '  '&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-ORDERID   =  '  '&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-ORDER_ITNO = 1&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-MVT_IND   = '  '&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-VAL_TYPE  = '  '&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-ENTRY_QNT =  5&lt;/P&gt;&lt;P&gt;GOODSMVT_ITEM-ENTRY_UOM =  EA      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_GOODSMVT_CREATE'              EXPORTING&lt;/P&gt;&lt;P&gt;              GOODSMVT_HEADER               = GW_GOODSMVT_HEADER&lt;/P&gt;&lt;P&gt;              GOODSMVT_CODE                 = GW_GOODSMVT_CODE&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;             GOODSMVT_HEADRET              = GW_GOODSMVT_HEADRET&lt;/P&gt;&lt;P&gt;             MATERIALDOCUMENT              = V_MATDOC&lt;/P&gt;&lt;P&gt;             MATDOCUMENTYEAR               = V_MATDOC_YEAR&lt;/P&gt;&lt;P&gt;            TABLES&lt;/P&gt;&lt;P&gt;              GOODSMVT_ITEM                 = GT_GOODSMVT_ITEM[]&lt;/P&gt;&lt;P&gt;              RETURN                        = GT_RETURN[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me, what could be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 08:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459030#M831088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T08:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue using BAPI_GOODSMVT_CREATE with reference to reservation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459031#M831089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do Goods Issue against Reservation, try below mentioned:&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  = wa_header&lt;/P&gt;&lt;P&gt;      goodsmvt_code    = c_mvt_code         "Movement code-03&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      materialdocument = v_matdoc&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      goodsmvt_item    = it_items&lt;/P&gt;&lt;P&gt;      return           = it_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where :&lt;/P&gt;&lt;P&gt;  wa_header-pstng_date = sy-datum.              "Posting Date&lt;/P&gt;&lt;P&gt;  wa_header-doc_date   = sy-datum.              "Document Date&lt;/P&gt;&lt;P&gt;  wa_header-ref_doc_no = &amp;lt;Reservation Number &amp;gt;. "Reference Doc number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In item data:&lt;/P&gt;&lt;P&gt;  wa_items-material   = &amp;lt; Material Number &amp;gt;.      "Material Number&lt;/P&gt;&lt;P&gt;  wa_items-plant      = &amp;lt;Plant&amp;gt;.      "Plant&lt;/P&gt;&lt;P&gt;  wa_items-stge_loc   = &amp;lt;Storage Location &amp;gt;      "Storage Location&lt;/P&gt;&lt;P&gt;  wa_items-move_type  =261.         "Movement Type - '261'&lt;/P&gt;&lt;P&gt;  wa_items-orderid    = &amp;lt;Order Number from Reservation RESB-AUFNR&amp;gt;&lt;/P&gt;&lt;P&gt;  wa_items-reserv_no  = &amp;lt;Reservation Number RESB-RSNUM&amp;gt;&lt;/P&gt;&lt;P&gt;  wa_items-res_item   = &amp;lt;Reservation Item No RESB-RSPOS&amp;gt;&lt;/P&gt;&lt;P&gt;  wa_items-res_type   = &amp;lt; Record Type RESB-RSART &amp;gt;&lt;/P&gt;&lt;P&gt;  wa_items-entry_qnt  = quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  append wa_items to it_items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 22, 2008 4:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 09:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459031#M831089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T09:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue using BAPI_GOODSMVT_CREATE with reference to reservation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459032#M831090</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 am using the BAPI&amp;nbsp; Goods movement for goods issue against reservation for movement 201 . Result gives the document number generated but that document number is not displayed into the&amp;nbsp; the T-CODE&amp;nbsp; MB03 or in MIGO .&lt;/P&gt;&lt;P&gt;The error is &lt;/P&gt;&lt;H3&gt;Document 4900409865 does not exist (Message no. M7062)&lt;/H3&gt;&lt;P&gt;can any one help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2012 06:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459032#M831090</guid>
      <dc:creator>pravinkumar_lokhande</dc:creator>
      <dc:date>2012-10-28T06:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Goods Issue using BAPI_GOODSMVT_CREATE with reference to reservation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459033#M831091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use after creation of document 'BAPI_TRANSACTION_COMMIT'? If not in se37 choose top left FM-&amp;gt;test-&amp;gt;Testing in sequence. Write the sequence of FM(BAPI_GOODSMVT_CREATE, BAPI_TRANSACTION_COMMIT). Execute. Then check!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 06:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/goods-issue-using-bapi-goodsmvt-create-with-reference-to-reservation/m-p/3459033#M831091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-09T06:27:05Z</dc:date>
    </item>
  </channel>
</rss>

