GetFunctionModuleVersions
List the version history of an ABAP function module, showing each version's author, update timestamp, and associated transport request.
Instructions
[read-only] List the SAP version history of a ABAP function module. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetFunctionModuleVersionSource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_group_name | Yes | Owning function group name (required). | |
| function_module_name | Yes | ABAP function module name. |