GetFunctionGroup
Retrieve ABAP function group definitions from SAP systems. Read active or inactive versions to access development objects and their components for analysis and integration.
Instructions
Retrieve ABAP function group definition. Supports reading active or inactive version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_group_name | Yes | FunctionGroup name (e.g., Z_MY_FUNCTIONGROUP). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |