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.
List supplier invoices from SAP S/4HANA with optional OData filters
| Field | Value |
|---|---|
| Name | sap__list_supplier_invoices |
| Group | Integrations |
{
"type": "object",
"properties": {
"$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"
}
},
"description": "Input schema for the sap__list_supplier_invoices tool."
}