GetBehaviorDefinition
Retrieve an ABAP behavior definition by name, choosing between the active (deployed) or inactive (modified but not activated) version.
Instructions
Retrieve ABAP behavior definition definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |
| behavior_definition_name | Yes | BehaviorDefinition name (e.g., Z_MY_BEHAVIORDEFINITION). |