setObjectSource
Replace the entire source of an ABAP object, applying a full update. For small changes, use a targeted patch instead of rewriting the whole source.
Instructions
Replace the whole source of an ABAP object. For a small change prefer patchObjectSource, which reads, edits and writes without sending the entire object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| transport | No | ||
| lockHandle | Yes | ||
| objectSourceUrl | Yes |