bw_update_infoobject
Update an InfoObject's description, attribute list, or fixed unit/currency in SAP BW. Automates lock, modify, activate, and unlock sequence in one call.
Instructions
Update a Characteristic InfoObject: change description and/or replace the attribute list. Replaces all existing attributes with the supplied list (pass an empty array to remove all). Also supports Key Figure (KYF) updates: set fixed_unit or fixed_currency. Sequence: lock → GET → PUT → activate → unlock — all in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | InfoObject name (e.g. "IOBJ_NAME"). | |
| description | No | New short and long description text. Omit to keep existing. | |
| transport | No | Workbench transport order number (e.g. "DEVK900000"). Required when object is in a non-local package. | |
| fixed_unit | No | KYF only. Fixed unit of measure (e.g. "KWH", "M3"). Sets fixedUnit on a QUAN key figure. | |
| fixed_currency | No | KYF only. Fixed currency (e.g. "EUR"). Sets fixedCurrency on a CURR key figure. | |
| attributes | No | New attribute list. Omit or pass [] to remove all attributes. |