UpdateFunctionGroup
Modify the description of an existing ABAP function group container. This tool updates metadata for function groups that hold function modules, using proper session locking for system integrity.
Instructions
Update metadata (description) of an existing ABAP function group. Function groups are containers for function modules and don't have source code to update directly. Uses stateful session with proper lock/unlock mechanism.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_group_name | Yes | Function group name (e.g., ZTEST_FG_001). Must exist in the system. | |
| description | Yes | New description for the function group. | |
| transport_request | No | Transport request number (e.g., E19K905635). Optional if object is local or already in transport. |