bw_update_infosource
Update an InfoSource by modifying its description or replacing the entire field list. Fields can reference InfoObjects or be local. Returns a lock handle for activation.
Instructions
Update an InfoSource — change description and/or replace the complete field list. Provide fields as an array; the entire existing field list is replaced. 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 | Complete list of fields. Replaces all existing fields. 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). |