bw_update_infosource
Update an InfoSource by changing its description and replacing the entire field list. Fields can be linked to InfoObjects or local. Provides 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"). | |
| description | No | New description text (optional — omit to leave unchanged). | |
| 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. |