<?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 with BAPI_SALESORDER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477558#M1651966</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 one requirement,&lt;/P&gt;&lt;P&gt;I will create one sales order using one condition record then I will create Invoice. Once the invoice is created there is a chance to change the condition record. if that is the case then when am changing invoice(VF02) those new pricing details should be redetermined from condition record and has to change the sales order pricing details from BAdI. Am using BAPI_SALESORDER_CHANGE to change the SO pricing details inside BAdI(SD_CIN_LV60AU02). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am passing sales order no, updation flags, and item number , but it is not changing the required changes in Order data tab. Please let meknow if am missing something in BAPI parameters.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to pass condition type also, but no use. and have reffered old threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dileep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2011 05:38:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-19T05:38:40Z</dc:date>
    <item>
      <title>Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477558#M1651966</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 one requirement,&lt;/P&gt;&lt;P&gt;I will create one sales order using one condition record then I will create Invoice. Once the invoice is created there is a chance to change the condition record. if that is the case then when am changing invoice(VF02) those new pricing details should be redetermined from condition record and has to change the sales order pricing details from BAdI. Am using BAPI_SALESORDER_CHANGE to change the SO pricing details inside BAdI(SD_CIN_LV60AU02). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am passing sales order no, updation flags, and item number , but it is not changing the required changes in Order data tab. Please let meknow if am missing something in BAPI parameters.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to pass condition type also, but no use. and have reffered old threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dileep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 05:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477558#M1651966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T05:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477559#M1651967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     In Bapi u mentioned the below parameters or not.Once check it.Because in standard Badi  same  parameters are maintained.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;          xvbrk &lt;/P&gt;&lt;P&gt;          xvbrp &lt;/P&gt;&lt;P&gt;          xkomv (For pricing )&lt;/P&gt;&lt;P&gt;          xvbpa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 06:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477559#M1651967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T06:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477560#M1651968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is , I  have all the above tables, in that xkomv table is useful for me but in BADI this table is having old data.I have to get new condition record details inside BADI. so that i can do some processing in order to populate 'order data' tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is how to check new condition record details?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one field called 'Your reference' under Order data tab both in sales order and in invoice pricing details. I have to update this field based on the new condition records details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dileep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2011 07:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477560#M1651968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-19T07:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477561#M1651969</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;This BAPI is working fine aspermy requirement now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dileep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 17:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-salesorder-change/m-p/8477561#M1651969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T17:24:31Z</dc:date>
    </item>
  </channel>
</rss>

