bw_list_remodeling_requests
Track remodeling requests triggered by aDSO structural changes, with decoded status, last run, and creator. Filter by status or InfoProvider to monitor conversion progress.
Instructions
List remodeling requests from the remodeling monitor, with decoded status, last run and creator. Remodeling changes the structure of an existing InfoProvider (e.g. adding, deleting or reassigning a field of an aDSO) and converts the data it already holds. Read-only. Rules are not created by this tool family — BW creates one automatically when an aDSO holding data is activated after a change that cannot be applied to the existing data in place (changing the key definition, deleting a field, changing a data type). Merely appending a field does not trigger one: the column is added and old records keep the initial value. The activation reports "remodeling rule created instead of the activation"; that ID is the remodeling_rule of the resulting request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Upper cap on the number of requests to return (default 20). When the cap cuts the list short, the output says so and reports the total — do not read a truncated list as the complete set of open requests. | |
| status | No | Optional comma-separated status codes to include: N not scheduled, S scheduled, R running, C completed, E error. Omit to list every request regardless of status. | |
| info_provider | No | Optional InfoProvider technical name (e.g. "OBJECT_NAME") to filter on. Case-insensitive. Omit to list requests of all InfoProviders. |