<?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 BAP BAPI_GOODSMVT_CREATE returning material in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bap-bapi-goodsmvt-create-returning-material/m-p/9356854#M1731828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: 'Arial','sans-serif';"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: 'Arial','sans-serif';"&gt;I am using BAPI_GOODSMVT_CREATE to return material to vendor with movement type 122 with reference to an existing Material document (REF_DOC) and item (REF_DOC_IT). The function seems to work fine and I do get the new material document created for movement type 122 but the BAPI also returns to vendor the components of the material too whereas I only want to return the material I give in the input table GOODSMVT_ITEM. The materials I return have BOM. I do not want to return all the components of the material. Any thoughts on just returning the material and not the associated components?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 18:19:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-19T18:19:19Z</dc:date>
    <item>
      <title>BAP BAPI_GOODSMVT_CREATE returning material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bap-bapi-goodsmvt-create-returning-material/m-p/9356854#M1731828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: 'Arial','sans-serif';"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #575757; font-family: 'Arial','sans-serif';"&gt;I am using BAPI_GOODSMVT_CREATE to return material to vendor with movement type 122 with reference to an existing Material document (REF_DOC) and item (REF_DOC_IT). The function seems to work fine and I do get the new material document created for movement type 122 but the BAPI also returns to vendor the components of the material too whereas I only want to return the material I give in the input table GOODSMVT_ITEM. The materials I return have BOM. I do not want to return all the components of the material. Any thoughts on just returning the material and not the associated components?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 18:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bap-bapi-goodsmvt-create-returning-material/m-p/9356854#M1731828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-19T18:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAP BAPI_GOODSMVT_CREATE returning material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bap-bapi-goodsmvt-create-returning-material/m-p/9356855#M1731829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see OSS &lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/329367" style="color: #204ba2; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data" style="font-weight: bold;"&gt;Note 329367 - No dialog for SC components possible&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 19:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bap-bapi-goodsmvt-create-returning-material/m-p/9356855#M1731829</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2013-03-19T19:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAP BAPI_GOODSMVT_CREATE returning material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bap-bapi-goodsmvt-create-returning-material/m-p/9356856#M1731830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I resolved this myself.&lt;/P&gt;&lt;P&gt;Here is what I did.&lt;/P&gt;&lt;P&gt;In table GOODSMVT_ITEM of the BAPI, I entered a line for the returning material with the returning quantity and a line for each of the component material.&lt;/P&gt;&lt;P&gt;The following fields of the GOODSMVT_ITEM were field for each of the component material which will not be returned.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt; identification of the document line (LINE_ID)﻿&lt;/LI&gt;&lt;LI&gt;identification of the document line of the Parent material (PARENT_ID)&lt;/LI&gt;&lt;LI&gt;Material number&lt;/LI&gt;&lt;LI&gt;Plant&lt;/LI&gt;&lt;LI&gt;Storage location&lt;/LI&gt;&lt;LI&gt;Quantity in unit of entry(This was 0 for the components, since they are not getting returned)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this helps.﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 23:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bap-bapi-goodsmvt-create-returning-material/m-p/9356856#M1731830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-19T23:28:00Z</dc:date>
    </item>
  </channel>
</rss>

