GetFunctionModuleVersions
List version history of an ABAP function module, including author, date, and transport request for each version.
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. |