CreateFunctionModule
Creates a new ABAP function module within an existing function group, with initial state. Specify function group name, function module name, optional description, and transport request.
Instructions
Operation: Create. Subject: FunctionModule. Will be useful for creating function module. Create a new ABAP function module within an existing function group. Creates the function module in initial state.
Input 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. |