‎2020 Jun 04 1:54 PM
Let's say, there is an ABAP function module A, which is created by the developer 1 on a date X, onwards ― the original version.
After some perturbations (e.g. merges, releases, transports), in SAP GUI version controlling the first version of the function module A belongs to the developer 2 on a date Y.
I have two questions:
Unfortunately, the standard Utilities → Versions → Version Management doesn't provide such detailed information or I just can't find a detailed log for a specific function module.
Perhaps, Solution Manager (SOLMAN) contains extended info?
P.S. It is not a problem to retrieve such info in Git VCS.
‎2020 Jun 05 6:14 AM
Current Short-Comings of SAPs ABAP "version control system" in SAP Logon:
You are obviously looking for a more sophisticated Version Control System (or Source Code Management) Tool, with features such as "Local History", "Revision History" and "Cross-System Comparison".
And in this case you should look into the following:
‎2020 Jun 04 2:05 PM
Hello mikeb.
What are these perturbations you're referring to?
From my experience, one can easily compare two different versions in the Version Management system of the ABAP objects. The user versions (temporary versions) are removed after every transport release, but the versions moved in the transports are always there.
Kind regards,‎2020 Jun 04 2:13 PM
Hi mateuszadamus, under perturbations I mean merges, tasks reassignments, releases, and transports.
"The user versions (temporary versions) are removed after every transport release, but the versions moved in the transports are always there." that what I know, that's also written in the documentation (version "U" category).
The problem is that after release to TST environment, the first version I have in VCS is the version, which have been transported, but I'm interesting to see, if possible, the initial version, implemented by the specific developer, not by someone, who released and transported the request.
‎2020 Jun 04 2:36 PM
Hi Mike,
AFAIK only the versions released with transports are persisted. However, these can also be Transports of Copies, which could be somewhat of a solution for future.
Kind regards,
Mateusz‎2020 Jun 05 6:14 AM
Current Short-Comings of SAPs ABAP "version control system" in SAP Logon:
You are obviously looking for a more sophisticated Version Control System (or Source Code Management) Tool, with features such as "Local History", "Revision History" and "Cross-System Comparison".
And in this case you should look into the following: