<?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 Re: Update pricing in contract through BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733529#M1457461</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 think that the same BAPI can be used for this by passing the respective condition values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other option is create BDC by clicking the update prices button in the pricing. Not sure if there is BAPI for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Mar 2010 14:14:04 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2010-03-02T14:14:04Z</dc:date>
    <item>
      <title>Update pricing in contract through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733528#M1457460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;I am creating conditions record through the function module  'BAPI_PRICES_CONDITIONS'  . After running the BAPI the billing plan is getting changed . Now I have to update the pricing in the condition tab of the contract . Is there any BAPI which will help me in updating the price change for the particular line item of the contract ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards  ,&lt;/P&gt;&lt;P&gt;Ragesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ragesh158 on Mar 2, 2010 3:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733528#M1457460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T14:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update pricing in contract through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733529#M1457461</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 think that the same BAPI can be used for this by passing the respective condition values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other option is create BDC by clicking the update prices button in the pricing. Not sure if there is BAPI for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733529#M1457461</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-02T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Update pricing in contract through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733530#M1457462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod ,&lt;/P&gt;&lt;P&gt;         I am not sure the same BAPI is helpful in this regard . Currently i am using BDC in my program . But sometimes during mass update few pricing is not getting updated and it has to be manually updated . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Ragesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733530#M1457462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Update pricing in contract through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733531#M1457463</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;In BDC, Are you using UPDATE mode as S(Synchronous)? If not, please use the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK and WAIT coulld also helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the error log of the call transaction and see if there are any failures. Few records might be missed due to some other errors like some one might have opened that document in change mode at the time your program is trying to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 15:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733531#M1457463</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-03-02T15:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update pricing in contract through BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733532#M1457464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also need to do so. however this thread is very old and suggestion is to use BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any advance option available now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 08:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-pricing-in-contract-through-bapi/m-p/6733532#M1457464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-17T08:18:06Z</dc:date>
    </item>
  </channel>
</rss>

