List Materials (Product Master)
s4_material_listRetrieve materials and products from SAP S/4HANA Cloud using OData filters, pagination, and field selection to target exact data needed.
Instructions
List materials/products from SAP S/4HANA Cloud (CE_PRODUCT_0002). Supports OData $filter/$top/$skip/$select to keep results focused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max rows to return (default server-side limit applies) | |
| skip | No | Rows to skip, for pagination | |
| filter | No | OData $filter, e.g. "ProductType eq 'FERT'" | |
| select | No | Comma-separated fields to return, e.g. 'Product,ProductType,BaseUnit' |