bw_list_process_chain_last_status
Retrieve the last run status, scheduling state, and runtime deviation for all SAP BW process chains, with optional filtering by status or start date range.
Instructions
Read the latest execution status and scheduling state for every process chain in the system — one row per chain. Includes last run status, runtime deviation, scheduling status, next scheduled start, and the log_id of the most recent run (pass into bw_get_process_chain_run_detail to drill down). Chains that have never run appear here too. Optionally filter to chains whose last run has a specific status or whose last start date falls in a range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum number of chains to return. Omit to return all. | |
| status | No | Optional filter on last run status code. Returns only chains whose most recent run matches this status. | |
| last_start_to | No | Optional upper bound for last run start date (ISO format). Maps to lastStartDate le datetime filter. | |
| last_start_from | No | Optional lower bound for last run start date (ISO format, e.g. "YYYY-MM-DD"). Maps to lastStartDate ge datetime filter. |