bw_create_transformation
Create a new transformation between two BW objects to define data mapping and conversion rules. The transformation is created in inactive state and requires activation.
Instructions
Create a new Transformation between two BW objects (aDSO, DataSource, InfoSource, etc.). The Transformation name is server-generated (32-char UUID-like key). Created inactive — call bw_activate with object_type "trfn" afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_object_type | Yes | Source object type. Valid values: HCPR (CompositeProvider), ADSO (aDSO), RSDS (DataSource — requires source_system), HAAP (HANA Analysis Process), IOBJ (InfoObject), TRCS (InfoSource), QVIW (Query). | |
| source_object_name | Yes | Technical name of the source object. | |
| target_object_type | Yes | Target object type. Valid values: ADSO (aDSO), IOBJ (InfoObject), TRCS (InfoSource), DEST (Open Hub Destination). | |
| target_object_name | Yes | Technical name of the target object. | |
| package | No | Development package. Default "$TMP". | |
| source_system | No | Source system name. Required when source_object_type is RSDS (DataSource). | |
| copy_from_transformation | No | Technical name of an existing Transformation to copy rules from. |