UpdateServiceDefinition
Modify existing ABAP service definitions by updating source code with proper session locking and optional activation.
Instructions
Update source code of an existing ABAP service definition. Uses stateful session with proper lock/unlock mechanism.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_definition_name | Yes | Service definition name (e.g., ZSD_MY_SERVICE). Must exist in the system. | |
| source_code | Yes | Complete service definition source code. | |
| transport_request | No | Transport request number (e.g., E19K905635). Optional if object is local or already in transport. | |
| activate | No | Activate service definition after update. Default: true. |