get-business-partners
Fetch business partners (customers, suppliers, organizations) from SAP S/4HANA. Filter by name and select specific fields as needed.
Instructions
List Business Partners (customers, suppliers and organizations) from SAP S/4HANA. Returns the first N in ascending Business Partner ID order. By default returns ID, name, category, grouping, customer and supplier numbers, and creation details — pass fields for anything else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | How many records to return. Defaults to 5. Large values produce large results — roughly 60 tokens per record — so keep this small unless you need the whole set. An empty result array means nothing matched. | |
| fields | No | Field names to return instead of the default set (this becomes the OData $select). Use list-entity-fields to see what is available. | |
| nameContains | No | Only return partners whose full name contains this text. |