bw_move_object
Relocate BW objects like aDSOs or InfoObjects to a different InfoArea using one POST request, eliminating manual lock/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_type | Yes | BW object type URL segment (e.g. "adso", "iobj", "area"). | |
| object_name | Yes | Technical name of the object to move (e.g. "OBJECT_NAME"). | |
| target_info_area | Yes | Technical name of the target InfoArea (e.g. "MCPBW"). |