sap_query_entity_set
Query SAP OData entity sets with filtering, sorting, and pagination to retrieve structured business data from SAP systems.
Instructions
Query an OData entity set with filtering, sorting, and pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceName | Yes | Name of the OData service | |
| entitySet | Yes | Name of the entity set | |
| select | No | Fields to select | |
| filter | No | OData filter expression | |
| orderby | No | OData orderby expression | |
| top | No | Number of records to return | |
| skip | No | Number of records to skip | |
| expand | No | Navigation properties to expand |