Hi,
I am trying to park a supplier invoice for which only header data is available, no item data is added, using odata API API_SUPPLIERINVOICE_PROCESS_SRV.
Below an example:
{ "CompanyCode": "BE10",
"DocumentDate": "2021-03-12T00:00",
"PostingDate": "2021-03-12T00:00",
"SupplierInvoiceIDByInvcgParty": "Test SDW 2",
"InvoicingParty": "1001242",
"DocumentCurrency": "EUR",
"InvoiceGrossAmount": "112.00",
"SupplierInvoiceStatus": "A",
"SupplierInvoiceIsCreditMemo": "",
"TaxDeterminationDate": "2021-03-12T00:00",
"AccountingDocumentType": "RE",
"TaxIsCalculatedAutomatically": true }
However, when posting, I get the error: The requested service is not supported by entity CDS~A_SUPPLIERINVOICE
How to park this invoice in S4 HANA Cloud?