GetFunctionModule
Retrieve the definition of an ABAP function module by specifying its name and function group. Choose to read 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 |