get_stock_overview
Fetches EWM stock overview records including warehouse, storage type, bin, quantity, batch, and owner from the confirmed CDS view.
Instructions
Returns EWM stock overview records (warehouse/storage type/bin/quantity/batch/owner) from the confirmed ZC_EWM_STOCK_OVERVIEW_CDS view. Does NOT support filtering by ERP plant or storage_location (those fields don't exist on this EWM-level view) and does NOT return any age/last-movement timestamp (none exists on this entity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max records to return. | |
| plant | No | NOT SUPPORTED — no plant field on this view. Passing this will raise an error. | |
| material | No | Material/Product GUID (maps to MaterialId). | |
| warehouse | No | EWM Warehouse Number (maps to Warehouse). | |
| storage_location | No | NOT SUPPORTED — no storage_location field on this view. Passing this will raise an error. |