GetFunctionGroup
Retrieve the definition of an ABAP function group, either the active deployed version or the inactive modified version.
Instructions
Retrieve ABAP function group 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 |
| function_group_name | Yes | FunctionGroup name (e.g., Z_MY_FUNCTIONGROUP). |