bw_set_transformation_runtime
Switch a transformation's runtime between HANA and ABAP by changing the HANARuntime attribute. Automatically activates and verifies the update persists.
Instructions
Switch a Transformation between HANA and ABAP runtime. Only changes the HANARuntime attribute — no rule changes. The current runtime is read from the active version; if it already matches, returns early. Activates automatically and verifies the change landed in the active version — no separate bw_activate needed. Returns an error (not success) if the switch does not persist, e.g. when the server refuses HANA runtime for this transformation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| transformation_name | Yes | Transformation name (UUID-like key). |