Skip to Content
0
Jun 04, 2020 at 12:54 PM

Detailed ABAP Function module version controlling

477 Views Last edit Jun 04, 2020 at 01:06 PM 3 rev

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:

  1. Is there any way to retrieve the original version of the FM?
  2. Is there any way to see a log of version controlling for this FM?
    I want to understand by whom and what kind of changes have been applied to this FM.

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.