CreateFunctionInclude
Creates a new ABAP include within a specified function group and initializes it for development.
Instructions
Operation: Create. Subject: FunctionInclude. Will be useful for creating function group include. Create a new ABAP include within an existing function group. Creates the include in initial state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional description for the include | |
| include_name | Yes | Include name (e.g., LZTEST_FG_001F01). | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. | |
| function_group_name | Yes | Parent function group name (e.g., ZTEST_FG_001) |