‎2009 Dec 22 8:20 AM
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.
‎2009 Dec 22 8:35 AM
Hi,
There is no BAPI available for billing plan change. Use the FM BILLING_SCHEDULE_SAVE.
Regards
Prasenjit
‎2009 Dec 22 8:41 AM
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.
‎2009 Dec 22 8:55 AM
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