bw_update_infoobject
Update a BW InfoObject's description and attribute list, or set fixed unit/currency for key figures. Replaces existing attributes with a supplied list.
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"). | |
| transport | No | Workbench transport order number (e.g. "DEVK900000"). Required when object is in a non-local package. | |
| attributes | No | New attribute list. Omit or pass [] to remove all attributes. | |
| fixed_unit | No | KYF only. Fixed unit of measure (e.g. "KWH", "M3"). Sets fixedUnit on a QUAN key figure. | |
| description | No | New short and long description text. Omit to keep existing. | |
| fixed_currency | No | KYF only. Fixed currency (e.g. "EUR"). Sets fixedCurrency on a CURR key figure. |