Skip to content
Nuno Godinho edited this page Nov 30, 2019 · 4 revisions

Execution

abapBlame is a normal report. It can be invoked using transaction ZBLAME. Alternatively, the program ZBLAME can be executed directly via SE38.

Selection screen

The selection screen has two parameters:

  • Object type
  • Object name

Currently, there are 3 object types:

  • Program
  • Class (still not implemented)
  • Function group (still not implemented)

Program will just output the blame for the given program name. Class and Function Group represent a group of programs and so the output will show the blame for each of their parts.

Output

The output will display the full source code. Next to each line you can find its author, version, request, date and time.

This avoid having to use the crappy ABAP versioning tool to painfully navigate through the different source versions in order to find who wrote what and when.

And that's it, for now.

Clone this wiki locally