UpdateFunctionInclude
Updates source code of an existing ABAP function group include. Optionally activates the include after update.
Instructions
Operation: Update. Subject: FunctionInclude. Will be useful for updating a function group include. Update source code of an existing ABAP function group include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_group_name | Yes | Function group name containing the include (e.g., ZOK_FG_MCP01). | |
| include_name | Yes | Include name (e.g., LZOK_FG_MCP01F01). Include must already exist. | |
| source_code | Yes | Complete ABAP include source code. | |
| transport_request | No | Transport request number (e.g., E19K905635). Required for transportable includes. | |
| activate | No | Activate the include after the source update. Default: false. Set true to make the updated source the active version immediately. |