UpdateInterface
Updates the source code of an existing ABAP interface, with options to specify a transport request and activate the interface after update.
Instructions
Operation: Update, Create. Subject: Interface. Will be useful for updating or creating interface. Update source code of an existing ABAP interface. Locks, updates, unlocks, and optionally activates.
Input 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. |