bw_set_transformation_routine
Add a start, end, or expert routine to a transformation. Generates the routine group and ABAP/AMDP method stub for activation.
Instructions
Add a Start, End, or Expert routine to a Transformation. Creates the global routine group (group id="0") and ABAP/AMDP method stub. Returns lock_handle for bw_activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transformation_name | Yes | Transformation name (UUID-like key). | |
| routine_type | Yes | "start" → GLOBAL_START, "end" → GLOBAL_END, "expert" → GLOBAL_EXPERT. | |
| transport | No | Transport request number (e.g. DEVK900123). Only required if the BW system requires transport assignment. |