bw_activate
Activate a BW object after updating. Provide the lock handle, or an empty string for DTP/DataSource. Auto-unlock, then re-activate any deactivated DTPs shown in the response.
Instructions
Activate one BW object (aDSO, Transformation, DTP, InfoObject, InfoSource, DataSource, CompositeProvider, or Aggregation Level). Pass the lock_handle from bw_update_adso or bw_update_transformation. For DTP and DataSource (rsds) activation use lock_handle="" (no lock needed — standalone activation). For object_type "rsds" also pass source_system (a DataSource is identified by DataSource name plus source system). Unlock is sent automatically after activation (not for DTPs or DataSources). The response lists any DTPs deactivated by impact analysis — these must be re-activated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transport | No | Transport request number. Required on systems with transport obligation. | |
| lock_handle | Yes | Lock handle from bw_update_adso or bw_update_transformation. Use empty string "" for DTP and DataSource (rsds) activation, and for an Aggregation Level (alvl) created with bw_create_aggregation_level. | |
| object_name | Yes | Object name (e.g. "OBJECT_NAME" or "DTP_..."). For rsds, the DataSource name. | |
| object_type | Yes | Object type: adso, trfn, dtpa, iobj, trcs, rsds (DataSource), hcpr (CompositeProvider), or alvl (Aggregation Level). | |
| source_system | No | Source system name. Required when object_type is "rsds" (e.g. "LSYS_NAME"). |