bw_move_object
Move any BW object to a target InfoArea with a single API call, eliminating the need for manual lock and unlock steps.
Instructions
Move a BW object (aDSO, InfoObject, InfoArea, …) to a different InfoArea. Single POST operation — no lock/unlock needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Technical name of the object to move (e.g. "OBJECT_NAME"). | |
| object_type | Yes | BW object type URL segment (e.g. "adso", "iobj", "area"). | |
| target_info_area | Yes | Technical name of the target InfoArea (e.g. "MCPBW"). |