<?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/1816396#M349490</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;Check the below code for how to call BAPI_GOODSMVT_CREATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Header Data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;v_header-pstng_date = sy-datum.&lt;/P&gt;&lt;P&gt;v_header-doc_date = sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Code Group&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;v_gm_code-gm_code = '03'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******&lt;STRONG&gt;Mandatory fields passed into BAPI&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;CLEAR i_items[].&lt;/P&gt;&lt;P&gt;wa_items-material = wa_mseg1-matnr.&lt;/P&gt;&lt;P&gt;wa_items-plant = wa_mseg1-werks.&lt;/P&gt;&lt;P&gt;wa_items-stge_loc = wa_mseg1-lgort.&lt;/P&gt;&lt;P&gt;wa_items-move_type = wa_mseg1-bwart.&lt;/P&gt;&lt;P&gt;wa_items-entry_qnt = wa_mseg1-lossquantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_items-costcenter = 'SC120300'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND wa_items TO i_items.&lt;/P&gt;&lt;P&gt;&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 = v_header&lt;/P&gt;&lt;P&gt;goodsmvt_code = v_gm_code&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TESTRUN = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;goodsmvt_headret = wa_headret&lt;/P&gt;&lt;P&gt;materialdocument = wa_matdoc&lt;/P&gt;&lt;P&gt;matdocumentyear = wa_matdocyr&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;goodsmvt_item = i_items&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_goods .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CNU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2007 18:07:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-08T18:07:37Z</dc:date>
    <item>
      <title>BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1816395#M349489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI BAPI_GOODSMVT_CREATE to make a goods entry movement.&lt;/P&gt;&lt;P&gt;One of the structures in this BAPI is for serial numbers.&lt;/P&gt;&lt;P&gt;Does anyone have an example how to use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Nuno Silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 18:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1816395#M349489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T18:02:23Z</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/1816396#M349490</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;Check the below code for how to call BAPI_GOODSMVT_CREATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Header Data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;v_header-pstng_date = sy-datum.&lt;/P&gt;&lt;P&gt;v_header-doc_date = sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Code Group&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;v_gm_code-gm_code = '03'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******&lt;STRONG&gt;Mandatory fields passed into BAPI&lt;/STRONG&gt;***&lt;/P&gt;&lt;P&gt;CLEAR i_items[].&lt;/P&gt;&lt;P&gt;wa_items-material = wa_mseg1-matnr.&lt;/P&gt;&lt;P&gt;wa_items-plant = wa_mseg1-werks.&lt;/P&gt;&lt;P&gt;wa_items-stge_loc = wa_mseg1-lgort.&lt;/P&gt;&lt;P&gt;wa_items-move_type = wa_mseg1-bwart.&lt;/P&gt;&lt;P&gt;wa_items-entry_qnt = wa_mseg1-lossquantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_items-costcenter = 'SC120300'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND wa_items TO i_items.&lt;/P&gt;&lt;P&gt;&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 = v_header&lt;/P&gt;&lt;P&gt;goodsmvt_code = v_gm_code&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TESTRUN = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;goodsmvt_headret = wa_headret&lt;/P&gt;&lt;P&gt;materialdocument = wa_matdoc&lt;/P&gt;&lt;P&gt;matdocumentyear = wa_matdocyr&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;goodsmvt_item = i_items&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_goods .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CNU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 18:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1816396#M349490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T18:07:37Z</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/1816397#M349491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nuno, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the FM documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Serial Number&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;For more information on the individual parameter fields, see the data element documentation in the ABAP Dictionary.&amp;lt;/i&amp;gt;&amp;lt;i&amp;gt;Serial number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default&lt;/P&gt;&lt;P&gt;If the XSAUT indicator is set in the table parameter GoodsmvtItem, the system automatically determines the serial numbers for an item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating a goods movement with serial numbers, various scenarios are possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The XSAUT indicator is set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if all the serial numbers for an item are to be determined automatically&lt;/P&gt;&lt;P&gt;if serial numbers have been preset for a partial quantity of an item, but the remaining serial numbers are determined automatically.&lt;/P&gt;&lt;P&gt;The XSAUT indicator is not set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the serial numbers are preset for the complete quantity of an item.&lt;/P&gt;&lt;P&gt;if serial numbers are preset for only a partial quantity of an item. However, if you have not specified that the remaining serial numbers are to be determined automatically, an error occurs.&lt;/P&gt;&lt;P&gt;an error occurs if the number of serial numbers exceeds the quantity for the item.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 18:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1816397#M349491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T18:07:56Z</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/1816398#M349492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Thank you for your answers.&lt;/P&gt;&lt;P&gt;The bapi structure has 2 fields:&lt;/P&gt;&lt;P&gt;MATDOC_ITM and SERIALNO.&lt;/P&gt;&lt;P&gt;How do i associate this with the items in item table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Nuno Silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 18:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1816398#M349492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T18:27:05Z</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/1816399#M349493</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;check this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap4.com/wiki/index.php?title=BAPI_GOODSMVT_CREATE&amp;amp;printable=yes" target="test_blank"&gt;http://sap4.com/wiki/index.php?title=BAPI_GOODSMVT_CREATE&amp;amp;printable=yes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that solves ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CNU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 18:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1816399#M349493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T18:45:14Z</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/1816400#M349494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but the example you gave me does not use the serial numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nuno Silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 19:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1816400#M349494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T19:06:12Z</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/1816401#M349495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is with serial numbers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: h_goodsmvt_header LIKE bapi2017_gm_head_01.&lt;/P&gt;&lt;P&gt;DATA: h_goodsmvt_code LIKE bapi2017_gm_code.&lt;/P&gt;&lt;P&gt;DATA: h_goodsmvt_item LIKE bapi2017_gm_item_create&lt;/P&gt;&lt;P&gt;OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA: h_goodsmvt_serialnumber LIKE bapi2017_gm_serialnumber&lt;/P&gt;&lt;P&gt;OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Header data&lt;/P&gt;&lt;P&gt;h_goodsmvt_header-pstng_date = pstng_date.&lt;/P&gt;&lt;P&gt;h_goodsmvt_header-doc_date = doc_date. &lt;/P&gt;&lt;P&gt;h_goodsmvt_header-HEADER_TXT = Header text &lt;/P&gt;&lt;P&gt;h_goodsmvt_header-REF_DOC_NO = Ref Doc #&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*GM_Code 01: Goods receipt for purchase order'.&lt;/P&gt;&lt;P&gt;h_goodsmvt_code = '01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Loop on Item materials&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;LOOP AT p_order_goodsmvt WHERE NOT material IS INITIAL.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-orderid = p_orderid.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-mvt_ind = p_order_goodsmvt-mvt_ind.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-move_type = p_order_goodsmvt-move_type.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-plant = p_plant.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-stge_loc = p_stge_loc.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-customer = p_order_goodsmvt-customer.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-PO_NUMBER = p_order_goodsmvt-PO_NUMBER.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-PO_ITEM = p_order_goodsmvt-PO_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;If the there is an amount in the Position text fill it into&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;amount_lc&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if p_order_goodsmvt-item_text = '0.01'.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-amount_lc = p_order_goodsmvt-item_text.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-spec_stock = p_order_goodsmvt-spec_stock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;input = p_order_goodsmvt-material&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;output = h_goodsmvt_item-material&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;length_error = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-material = p_order_goodsmvt-material.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-entry_qnt = p_order_goodsmvt-entry_qnt.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-entry_uom = p_order_goodsmvt-entry_uom.&lt;/P&gt;&lt;P&gt;h_goodsmvt_item-entry_uom_iso = p_order_goodsmvt-entry_uom_iso.&lt;/P&gt;&lt;P&gt;APPEND h_goodsmvt_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;To populate the serial numbers in case the part is serialized&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;v_matitem = v_matitem + 1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SHIFT p_order_goodsmvt-serialno LEFT DELETING LEADING '0'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IF NOT p_order_goodsmvt-serialno IS INITIAL.&lt;/P&gt;&lt;P&gt;h_goodsmvt_serialnumber-matdoc_itm = v_matitem.&lt;/P&gt;&lt;P&gt;h_goodsmvt_serialnumber-serialno = p_order_goodsmvt-serialno.&lt;/P&gt;&lt;P&gt;append h_goodsmvt_serialnumber.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&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 = h_goodsmvt_header&lt;/P&gt;&lt;P&gt;goodsmvt_code = h_goodsmvt_code&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;goodsmvt_item = h_goodsmvt_item&lt;/P&gt;&lt;P&gt;goodsmvt_serialnumber = h_goodsmvt_serialnumber&lt;/P&gt;&lt;P&gt;return = return_material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if return_material[] is initial.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;WAIT = h_x.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CNU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points to all helpful answers and close the thread when problem is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 19:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-goodsmvt-create/m-p/1816401#M349495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T19:13:13Z</dc:date>
    </item>
  </channel>
</rss>

