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: 

How to hold the PO using BAPI_PO_CREATE1 when there is no error.

former_member569532
Participant
0 Kudos

Hi All,

We have interface program to create the PO using BAPI_PO_CREATE1.Our requirement is to hold the PO,then procument officer will go and save the PO completely.However BAPI_PO_CREATE1 is saving the PO instead of holding the PO incase of no errors.Please advise on how to solve this issue.

Rgds,

Anusha

1 ACCEPTED SOLUTION

r010101010
Active Participant

Hi,

One option is to set the PO as not completed. PARK_UNCOMPLETE in the import parameters.

Then check if the created PO is in the proper status that allows the procurement officer to validate or set as complete.

1 REPLY 1

r010101010
Active Participant

Hi,

One option is to set the PO as not completed. PARK_UNCOMPLETE in the import parameters.

Then check if the created PO is in the proper status that allows the procurement officer to validate or set as complete.