cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Release Purchase Order via Webservice ManagePurchaseOrderIn

mtews2
Explorer
0 Likes
343

Hi Community, 

we use the web service ManagePurchaseOrderIn to create purchase orders from an external system.
When creating these purchase orders, we want to ensure that they are immediately released without any further user interaction and do not remain in the status “In Preparation.”
How can the web service enable an immediate release of the purchase order?

THX

Accepted Solutions (0)

Answers (1)

Answers (1)

chenlu_zhang
Product and Topic Expert
Product and Topic Expert
0 Likes

hi, if you are using the standard SAP managepurchaseorderin web service, there is an indicator in the template WSDL itself:

<orderpurchaseorderactionindicator> . see attachment.

Once you mark it as true, the PO will be immediately released when the PO created in the system. 

<orderpurchaseorderactionindicator>true</orderpurchaseorderactionindicator>

 

I hope this helps.

 

Regards,

Chenlu