<?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_SALESORDER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/3207947#M764708</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 have to carry out the Header level repricing with option "C' --Copy manual pricing and carry out others.&lt;/P&gt;&lt;P&gt;I need to know,&lt;/P&gt;&lt;P&gt;, I have Sales Document number (VBELN) available. How to pass parameter to BAPI_SALESORDER_CHANGE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some body helps with example, it will be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 22:28:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-10T22:28:02Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/3207947#M764708</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 have to carry out the Header level repricing with option "C' --Copy manual pricing and carry out others.&lt;/P&gt;&lt;P&gt;I need to know,&lt;/P&gt;&lt;P&gt;, I have Sales Document number (VBELN) available. How to pass parameter to BAPI_SALESORDER_CHANGE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some body helps with example, it will be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 22:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/3207947#M764708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T22:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/3207948#M764709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;t_hdr2-ref_1_s         = 'C'.&lt;/P&gt;&lt;P&gt;  t_hdr2_inx-updateflag  = 'U'.&lt;/P&gt;&lt;P&gt;  t_hdr2_inx-ref_1_s     = 'X'.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_SALESORDER_CHANGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      salesdocument    = g_salesdoc&lt;/P&gt;&lt;P&gt;      order_header_in  = t_hdr2&lt;/P&gt;&lt;P&gt;      order_header_inx = t_hdr2_inx&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      return           = t_return.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&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 = 'X'.&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;and also fill out the following tables with conditions.&lt;/P&gt;&lt;P&gt;CONDITIONS_IN STRUCTURE  BAPICOND OPTIONAL&lt;/P&gt;&lt;P&gt;CONDITIONS_INX STRUCTURE  BAPICONDX OPTIONAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 23:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/3207948#M764709</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2007-12-10T23:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/3207949#M764710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are better of to put the reprice flag in the user-exit MV45AFZB in any of the performs&lt;/P&gt;&lt;P&gt;FORM USEREXIT_NEW_PRICING_VBAP CHANGING NEW_PRICING.&lt;/P&gt;&lt;P&gt;   new_pricing = 'C'.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "userexit_new_pricing_vbap&lt;/P&gt;&lt;P&gt;FORM USEREXIT_NEW_PRICING_VBKD CHANGING NEW_PRICING.&lt;/P&gt;&lt;P&gt;endform&lt;/P&gt;&lt;P&gt;Make sure you are changing a field in one of the above tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Albert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 00:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change/m-p/3207949#M764710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T00:16:06Z</dc:date>
    </item>
  </channel>
</rss>

