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

BAPI to post billing plan changes.

Former Member
0 Likes
892

Hi All ,

I am facing a requirement where i need to update a certain field in the billing plan for a number of contracts . I would like to know if there is a BAPI available for updating the billing plan in the contract. I checked the BAPI BAPI_CUSTOMERCONTRACT_CHANGE , but did not find any structure that allows population of billing plan data. Could any one help ?

Regards,

Venkat.

3 REPLIES 3
Read only

prasenjit_sharma
Active Contributor
0 Likes
615

Hi,

There is no BAPI available for billing plan change. Use the FM BILLING_SCHEDULE_SAVE.

Regards

Prasenjit

Read only

0 Likes
615

Hi Prasenjit,

I had considered using the FM BILLING_SCHEDULE_SAVE, but felt it might not be of help because i would need to capture error/success messages to be displayed to the user after the billing plan is updated. I did not find any return/export parameter from the function module.

Is there a way out ?

Regards,

Venkat.

Read only

0 Likes
615

Hi,

You may read the DB after you make call to the FM and if its updated. You may raise error messages based on that.

Regards

Prasenjit