Replace String in ABAP Object
replace_string_in_abap_objectReplace a specific string in an ABAP object with lock-protected compare and save. Returns SAP syntax diagnostics; non-local packages require transport.
Instructions
Replace exactly one source fragment, using a fresh read and an under-lock compare before saving. SAP syntax diagnostics are returned. Non-local packages require transport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileUri | Yes | ||
| activate | No | ||
| newString | Yes | ||
| oldString | Yes | ||
| transport | No | ||
| connectionId | No |