sap_patch_code
Apply source patches to SAP objects by forwarding patch requests, reading current source, and verifying replacements against the ABAP system.
Instructions
Forward a source-patching request to the configured /patch_code endpoint. The public Node connector does not retrieve source, apply replacements in Python or perform compatibility fixes itself. Read the current source before preparing replacements, then verify supported object types, patch arguments and validation behavior against the installed endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_text | No | Description (only used if object doesn't exist yet) | |
| object_name | Yes | Object name (e.g., Z_MY_REPORT, ZCL_MY_CLASS) | |
| object_type | Yes | Object type to patch | |
| replacements | Yes | List of search/replace operations to apply |