UpdateServiceDefinition
Update an existing ABAP service definition by providing new source code. Optionally specify a transport request and activate the change.
Instructions
Operation: Update, Create. Subject: ServiceDefinition. Will be useful for updating or creating service definition. Update source code of an existing ABAP service definition. Locks, updates, unlocks, and optionally activates.
Input 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. |