execute-entity-operation
Perform CRUD operations on SAP entities using precise OData query syntax for reading, creating, updating, or deleting data with exact parameters and filters.
Instructions
⚠️ Direct CRUD operations on SAP entities with precise OData queries. Use ONLY when you have exact OData query syntax (not natural language). For natural language queries, use natural-query-builder FIRST. Requires authentication.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityName | Yes | The entity name within the service | |
| operation | Yes | The operation to perform | |
| parameters | No | Operation parameters (keys, filters, data, etc.) | |
| queryOptions | No | OData query options (for read operations) | |
| serviceId | Yes | The SAP service ID |