Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update pricing in contract through BAPI

Former Member
0 Likes
2,478

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

4 REPLIES 4
Read only

vinod_vemuru2
Active Contributor
0 Likes
1,393

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.

Read only

0 Likes
1,393

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

Read only

0 Likes
1,393

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.

Read only

0 Likes
1,393

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?