bw_delete
Permanently delete SAP BW modeling objects (aDSO, InfoObject, transformation, DTP, or query) without activation. Removes objects immediately; deleting a query preserves referenced components.
Instructions
Delete a BW object permanently (aDSO, InfoObject, Transformation, DTP, Query, etc.). Sequence: lock (with /m) → DELETE → unlock. No activation needed — deletion is immediate. Queries (object_type "query", alias "elem") use a dedicated delete sequence; deleting a query does NOT delete the reusable components (variables, CKFs, RKFs) it references — only the query itself. Dependency note: delete aDSOs before their InfoObjects, not the other way around.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Technical object name (e.g. "OBJECT_NAME"). | |
| object_type | Yes | BW object type: adso, iobj, trfn, dtpa, query (alias elem), etc. |