GetFunctionModule
Read the definition of an ABAP function module from an SAP system, selecting either the active or inactive version.
Instructions
Retrieve ABAP function module definition. Supports reading active or inactive version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_module_name | Yes | FunctionModule name (e.g., Z_MY_FUNCTIONMODULE). | |
| function_group_name | Yes | FunctionGroup name containing the function module (e.g., Z_MY_FUNCTIONGROUP). | |
| version | No | Version to read: "active" (default) for deployed version, "inactive" for modified but not activated version. | active |