setObjectSource
Replace the entire source of an ABAP object. Use for small objects or complete rewrites; for targeted changes on large objects, use editObjectSource.
Instructions
Overwrites the FULL source of an object (requires the entire new source + lockHandle). For targeted changes on large objects prefer editObjectSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| transport | No | ||
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. | |
| lockHandle | Yes | ||
| objectSourceUrl | Yes |