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

API for purchase order to insert invoicing plan details

Expert
Active Contributor
0 Likes
392

Hi Team,

We have API to create purchase order however there is NO option to write invoicing plan details. Requirement is to create purchase order with invoicing plan details in HANA cloud 2105. Could you please help us how to create PO with invoicing plan details via API.

po-with-invoicing-plan.jpg

Accepted Solutions (1)

Accepted Solutions (1)

Expert
Active Contributor
0 Likes
Hi,

The Invoicing Plan option in the PO was included in S/4HANA Cloud 2011 release, but currently no such API is available that can push invoicing plan details in the PO being created.
You can create a request for your requirement in the influence portal https://influence.sap.com/sap/ino/#/campaign/1167

Best Regards

Var_Ace
Explorer
0 Likes

Hi,
we are trying to create an invoicing plan via API for a purchase order. We are using the following API:
SAP Business Accelerator Hub
Sending out the following JSON:
{
"InvoicingPlan": "51",
"InvoicingPlanType": "10",
"InvoicingPlanStartDate": "2024-12-01",
"InvoicingPlanEndDate": "2025-02-26",
"InvoicingPlanNextInvcDateRule": "51",
"PurchasingOrganization": "2310",
"PurchasingGroup": "COR",
"PurchaseOrderType": "NB",
"Plant": "2310"
}

Call ends with positive result, but nothing happen on S4H Public.

Any suggestion?

Thanks in advance

Answers (0)