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.
List supplier invoices from SAP S/4HANA with optional OData filters
sap__list_supplier_invoices
{ "type": "object", "properties": { "sapHost": { "type": "string", "description": "SAP S/4HANA host, for example mytenant-api.s4hana.cloud.sap" }, "$filter": { "type": "string", "description": "OData filter expression" }, "$top": { "type": "number", "description": "Maximum invoices to return" }, "$orderby": { "type": "string", "description": "OData ordering expression" }, "$format": { "type": "string", "description": "Response format" } }, "required": [ "sapHost" ], "description": "Input schema for the sap__list_supplier_invoices tool." }