Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | sap__release_supplier_invoice |
| Group | Integrations |
{
"type": "object",
"properties": {
"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": [
"SupplierInvoice",
"FiscalYear"
],
"description": "Input schema for the sap__release_supplier_invoice tool."
}