get_production_orders
Retrieve production orders from SAP DMC with filters for plant, status, material, and date range. Sort by update time and limit results to find recent or specific orders.
Instructions
Get production orders from SAP DMC. Supports filtering, sorting by date, and limiting results (e.g., to find the most recent orders or a specific time range).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Limit the number of returned records (useful for getting the most recent N orders) | |
| plant | No | Plant code. Allowed values: "VIJ_01", "M205". Defaults to "VIJ_01". | |
| status | No | Filter by order status | |
| orderBy | No | Field to sort by, e.g. "LAST_UPDATED_AT desc" to get the most recent orders first | |
| material | No | Filter by material number | |
| updatedSince | No | Filter for orders updated since this timestamp (ISO 8601, e.g. 2026-05-20T00:00:00Z) | |
| updatedBefore | No | Filter for orders updated before this timestamp (ISO 8601, e.g. 2026-05-22T23:59:59Z) |