UpdateInterface
Modify ABAP interface source code using a secure session with lock management and optional transport integration for SAP development.
Instructions
Update source code of an existing ABAP interface. Uses stateful session with proper lock/unlock mechanism. Lock handle and transport number are passed in URL parameters.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface_name | Yes | Interface name (e.g., ZIF_MY_INTERFACE). Must exist in the system. | |
| source_code | Yes | Complete ABAP interface source code with INTERFACE...ENDINTERFACE section. | |
| transport_request | No | Transport request number (e.g., E19K905635). Optional if object is local or already in transport. | |
| activate | No | Activate interface after update. Default: true. |