<?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 BAPI_CUSTOMERRETURN_CHANGE - **reducing** Quantity in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671342#M1575129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_CUSTOMERRETURN_CHANGE to reduce the quantity of an item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason / example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a return document with a few items. i.e. item 280 as quantity 8, but only 2 of them are delivered, so I have to eliminate 6 of the 8 parts of this item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't use the schedule_lines because I don't want to add parts to the item. But when I set TARGET_QTY of the item to 2, the RETURN-Table says that's all ok, but the quantity has not been changed. No, I did not forget to set the 'X' in the x-flag-table &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 11:28:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-24T11:28:50Z</dc:date>
    <item>
      <title>BAPI_CUSTOMERRETURN_CHANGE - **reducing** Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671342#M1575129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_CUSTOMERRETURN_CHANGE to reduce the quantity of an item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason / example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a return document with a few items. i.e. item 280 as quantity 8, but only 2 of them are delivered, so I have to eliminate 6 of the 8 parts of this item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't use the schedule_lines because I don't want to add parts to the item. But when I set TARGET_QTY of the item to 2, the RETURN-Table says that's all ok, but the quantity has not been changed. No, I did not forget to set the 'X' in the x-flag-table &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 11:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671342#M1575129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-24T11:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMERRETURN_CHANGE - **reducing** Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671343#M1575130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bapi does not change the quantity if you pass the values only in RETURN_ITEMS_IN &amp;amp; RETURN_ITEMS_INX Structures.  It updates the values based on field REQ_QTY in table structures SCHEDULE_LINES &amp;amp; SCHEDULE_LINESX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 11:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671343#M1575130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-24T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMERRETURN_CHANGE - **reducing** Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671344#M1575131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got my problem - but I don't have schedule lines for the 6 parts which I have too much in the item. So: How I can REDUCE the quantity of an item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Ooops, updateflag in schedule line = 'U' - solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ralf Wenzel on Feb 24, 2011 3:01 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ralf Wenzel on Feb 24, 2011 3:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 12:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671344#M1575131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-24T12:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMERRETURN_CHANGE - **reducing** Quantity</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671345#M1575132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Self-answered....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 14:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customerreturn-change-reducing-quantity/m-p/7671345#M1575132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-24T14:25:27Z</dc:date>
    </item>
  </channel>
</rss>

