Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Release a blocked supplier invoice in SAP S/4HANA
sap__release_supplier_invoice
{ "type": "object", "properties": { "sapHost": { "type": "string", "description": "SAP S/4HANA host, for example mytenant-api.s4hana.cloud.sap" }, "SupplierInvoice": { "type": "string", "description": "SAP supplier invoice number" }, "FiscalYear": { "type": "string", "description": "Fiscal year" }, "DiscountDaysHaveToBeShifted": { "type": "boolean", "description": "Whether SAP should shift discount days during release" } }, "required": [ "sapHost", "SupplierInvoice", "FiscalYear" ], "description": "Input schema for the sap__release_supplier_invoice tool." }