CreateFunctionModule
Create a new ABAP function module within an existing function group. Use this tool to initialize function modules for SAP systems, then add source code separately.
Instructions
Create a new ABAP function module within an existing function group. Creates the function module in initial state. Use UpdateFunctionModule to set source code afterwards.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_group_name | Yes | Parent function group name (e.g., ZTEST_FG_001) | |
| function_module_name | Yes | Function module name (e.g., Z_TEST_FUNCTION_001). Must follow SAP naming conventions (start with Z or Y, max 30 chars). | |
| description | No | Optional description for the function module | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. |