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

VA42

Former Member
0 Likes
1,125

Hi all,

My requirement is to change the value in the billing plan field of a milestone in VA42.

I have already tried some FM's like SD_SALES_BILLINGPLAN_CHANGE and BILL_SCHED_MILESTONE_UPDATE,but they do not take care of the required validations before updating the value.

So is there any BAPI that i can use?

Regards,

Bhumika

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
0 Likes
1,024

Hi,

Did u try with BAPI BAPI_CUSTOMERCONTRACT_CHANGE?

Thanks,

Vinod.

Hi,

Did u try with BAPI BAPI_CUSTOMERCONTRACT_CHANGE?

Thanks,

Vinod.

6 REPLIES 6
Read only

vinod_vemuru2
Active Contributor
0 Likes
1,025

Hi,

Did u try with BAPI BAPI_CUSTOMERCONTRACT_CHANGE?

Thanks,

Vinod.

Read only

0 Likes
1,024

Hi Vinod,

Can u please tell me the fields in " BAPI_CUSTOMERCONTRACT_CHANGE" which will update milestone data in the billing plan.

Regards,

Bhumika

Read only

Former Member
0 Likes
1,024

Hi,

Try out the following:

EXIT_SAPLV46H_001 Customer Function When Creating Item

EXIT_SAPLV46H_002 Customer Function for Partner Changes

EXIT_SAPLV60F_001 Editing the Proposed Different Billing Date

Regards,

Prosenjit.

Read only

Former Member
0 Likes
1,024

Thanks all,

The FM BILLING_SCHEDULE_SAVE solved my isue

Read only

0 Likes
1,024

I had the same issue, but when calling FM Billing_schedule_save, net value is not updated accordingly.

Is there a FM to call in Order to update the ITEM net value and records in VBAP, VBAK and VKFSD???

Regards,

Read only

0 Likes
1,024

Hi,

I had the same problem. Look at the sample code of the following link. I hope it can be usefully.

Regards,