execute-entity-operation
Perform CRUD operations on SAP entities using precise OData query syntax. Create, read, update, or delete data in SAP systems when you have exact OData parameters.
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 |
|---|---|---|---|
| serviceId | Yes | The SAP service ID | |
| 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) |