UpdateFunctionGroup
Modify the description metadata of an existing ABAP function group container to maintain accurate documentation and organization within SAP systems.
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. |