list_business_partners
List business partners from SAP S/4HANA using OData filters, sorting, pagination, and field selection to retrieve only the records you need.
Instructions
List business partners from SAP S/4HANA. Supports OData filtering, sorting, pagination, and field selection. Category '1' = Person, '2' = Organization. Use $filter for search, e.g. substringof('keyword',BusinessPartnerFullName).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results (default: 20, max: 100) | |
| skip | No | Records to skip (pagination) | |
| expand | No | OData $expand (e.g. "to_BusinessPartnerAddress") | |
| filter | No | OData $filter (e.g. "BusinessPartnerCategory eq '1'", "substringof('SAP',BusinessPartnerFullName)") | |
| select | No | Comma-separated fields to return | |
| orderby | No | OData $orderby (e.g. "BusinessPartnerFullName asc") |