‎2010 Mar 02 2:06 PM
Hi Experts ,
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 ?
Regards ,
Ragesh
Edited by: ragesh158 on Mar 2, 2010 3:06 PM
‎2010 Mar 02 2:14 PM
Hi,
I think that the same BAPI can be used for this by passing the respective condition values.
Other option is create BDC by clicking the update prices button in the pricing. Not sure if there is BAPI for this.
Thanks,
Vinod.
‎2010 Mar 02 2:26 PM
Hi Vinod ,
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 .
Thanks and Regards,
Ragesh
‎2010 Mar 02 3:47 PM
Hi,
In BDC, Are you using UPDATE mode as S(Synchronous)? If not, please use the same.
COMMIT WORK and WAIT coulld also helps.
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.
Thanks,
Vinod.
‎2015 Jul 17 9:18 AM
I also need to do so. however this thread is very old and suggestion is to use BDC.
is there any advance option available now?