UpdateFunctionGroup
Update the description of an existing ABAP function group, which serves as a container for function modules and does not have source code to update directly.
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
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| function_group_name | Yes | Function group name (e.g., ZTEST_FG_001). Must exist in the system. |