bw_update_infosource
Update an SAP BW InfoSource by changing its description, adding or removing fields, and updating field labels while preserving existing fields.
Instructions
Update an InfoSource — change description, add/remove fields, and update labels. Provide fields as an array of the fields to add, and remove_fields as an array of field names to delete; other existing fields are always preserved verbatim. Each field can reference an InfoObject (set infoobject_name) or be a local field (omit infoobject_name). Returns a lock_handle for bw_activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | InfoSource name (e.g. "INFOSOURCE_NAME"). | |
| fields | No | Fields to add (or whose label to update). Existing fields are preserved; omit to leave fields unchanged. | |
| transport | No | Transport request number (e.g. DEVK900123). Only required if the BW system requires transport assignment. | |
| description | No | New description text (optional — omit to leave unchanged). | |
| remove_fields | No | Field names to remove from the InfoSource (e.g. FIELD_NAME). Other existing fields are preserved. |