bw_set_transformation_runtime
Switch a transformation's runtime between HANA and ABAP by updating the HANARuntime attribute, returning a lock handle for activation.
Instructions
Switch a Transformation between HANA and ABAP runtime. Only changes the HANARuntime attribute — no rule changes. If the runtime already matches the target value, returns early without a PUT. Returns a lock_handle for bw_activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transformation_name | Yes | Transformation name (UUID-like key). | |
| runtime | Yes | "hana" sets HANARuntime="true", "abap" sets HANARuntime="false". | |
| transport | No | Transport request number (e.g. DEVK900123). Only required if the BW system requires transport assignment. |