CreateFunctionInclude
Creates a new ABAP include within an existing function group. Use to add function group includes in initial state.
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 |
|---|---|---|---|
| function_group_name | Yes | Parent function group name (e.g., ZTEST_FG_001) | |
| include_name | Yes | Include name (e.g., LZTEST_FG_001F01). | |
| description | No | Optional description for the include | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable packages. |