UpdateFunctionGroup
Update the description of an existing ABAP function group using a stateful session with lock/unlock mechanism.
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 |
|---|---|---|---|
| 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. |