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.
Get a supplier invoice by invoice number and fiscal year
sap__get_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" }, "$format": { "type": "string", "description": "Response format" } }, "required": [ "sapHost", "supplierInvoice", "fiscalYear" ], "description": "Input schema for the sap__get_supplier_invoice tool." }