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 release Purchasing Contract

Former Member
0 Likes
2,394

Hi All,

I am looking for a BAPI that I can use to Release (Approve) a Purchasing Contract (EKKO-BSTYP = "K") - this is carried out using transaction ME35K).

I have successfully used BAPI_PO_RELEASE for Releasing Purchase Orders (EKKO-BSTYP = "F"), but the BAPI does not seem to work for the Contracts.

Thanks

Steven

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,321

Try using function module ME_REL_SET. This is being called internally in BAPI_PO_RELEASE.

1 REPLY 1
Read only

Former Member
0 Likes
1,322

Try using function module ME_REL_SET. This is being called internally in BAPI_PO_RELEASE.