GetServiceDefinition
Retrieve an ABAP service definition from an SAP system, supporting both active and inactive versions for development and deployment validation.
Instructions
Retrieve ABAP service definition definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_definition_name | Yes | ServiceDefinition name (e.g., Z_MY_SERVICEDEFINITION). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |