<?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 Problem when using BAPI to create return order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-using-bapi-to-create-return-order/m-p/1920085#M382314</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;&lt;/P&gt;&lt;P&gt;I need urgent Information.&lt;/P&gt;&lt;P&gt;I am using BAPI_CUSTOMERRETURN_CREATE and BAPI_CUSTOMERRETURN_CHANGE to create and change quantity of return order. In both cases I am getting the result that quantity value is not getting updated.&lt;/P&gt;&lt;P&gt;are these BAPIs are correct to fulfil my requirement, if yes could you please clarify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise, can I use BAPI_SALESORDER_CREATEFROMDAT2 and BAPI_SALESORDER_CHANGE?&lt;/P&gt;&lt;P&gt;and could you please some details about quantity change in Outbound delivery?&lt;/P&gt;&lt;P&gt;I am using BAPI_OUTB_DELIVERY_CHANGE for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 13:23:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-27T13:23:42Z</dc:date>
    <item>
      <title>Problem when using BAPI to create return order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-using-bapi-to-create-return-order/m-p/1920085#M382314</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;&lt;/P&gt;&lt;P&gt;I need urgent Information.&lt;/P&gt;&lt;P&gt;I am using BAPI_CUSTOMERRETURN_CREATE and BAPI_CUSTOMERRETURN_CHANGE to create and change quantity of return order. In both cases I am getting the result that quantity value is not getting updated.&lt;/P&gt;&lt;P&gt;are these BAPIs are correct to fulfil my requirement, if yes could you please clarify?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise, can I use BAPI_SALESORDER_CREATEFROMDAT2 and BAPI_SALESORDER_CHANGE?&lt;/P&gt;&lt;P&gt;and could you please some details about quantity change in Outbound delivery?&lt;/P&gt;&lt;P&gt;I am using BAPI_OUTB_DELIVERY_CHANGE for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 13:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-using-bapi-to-create-return-order/m-p/1920085#M382314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T13:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when using BAPI to create return order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-using-bapi-to-create-return-order/m-p/1920086#M382315</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;&amp;lt;u&amp;gt;You need to do exeute a BAPI_TRANSACTION_COMMIT after the succesful execution of both the function modules BAPI_CUSTOMERRETURN_CREATE and BAPI_CUSTOMERRETURN_CHANGE.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;I mean, please insert CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'  function module in the program, after each function module call&amp;lt;/b&amp;gt;.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward suitable points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 14:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-using-bapi-to-create-return-order/m-p/1920086#M382315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T14:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when using BAPI to create return order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-using-bapi-to-create-return-order/m-p/1920087#M382316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arvind,&lt;/P&gt;&lt;P&gt;             Are you entering the quantities in the schedule lines if not that may be the issue. The qty in the item line is not used in the BAPI but the UOM is still being used from the item line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 15:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-using-bapi-to-create-return-order/m-p/1920087#M382316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T15:31:23Z</dc:date>
    </item>
  </channel>
</rss>

