Application Development 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: 

BAPI for update Purchasing schedule agreement delivery schedule in 4.7

Former Member
0 Kudos

I am looking for a BAPI or function module to update a delivery schedule for a Purchasing schedule agreement. I have seen in the threads a suggestion to use BAPI_CONTRACT_CHANGE. However we are on 4.7 and that BAPI does not exist. I have tried to use BAPI_PO_CHANGE but it gets an error saying it can not be used for scheduling agreements. Also BAPI_AGREEMENT_MAINTAIN only updates the headers and line items, not the delivery schedule.

Any suggestions on how to do this in 4.7?

2 REPLIES 2

former_member214131
Active Contributor
0 Kudos

Hi,

I have completed this step by making a small recording for Tx. ME38 on SAP 46C. There is no BAPI available for this step on the mentioned version.

Hope this helps.

Best Regards, Murugesh AS

Former Member
0 Kudos

Thank you. I thought about doing a recording but did not want to go that route. I have found function module ME_UPDATE_SCHEDULES_DISPO which is what MRP uses to update the delivery schedule and it appears to do what I need.

Thank you.