-
Notifications
You must be signed in to change notification settings - Fork 12
Usage
Nuno Godinho edited this page Jan 12, 2021
·
4 revisions
abapBlame
is a normal report. It can be invoked using transaction ZBLAME
. Alternatively, the program ZBLAME
can be executed directly via SE38
.
The selection screen has two parameters:
- Object type
- Object name
Currently, there are 4 object types:
- Program
- Class
- Function group
- Function module
Program will just output the blame for the given program name. Class and Function Group represent a group of includes so the output will show the blame for each of their parts.
The output will display the full source code. Next to each line you can find its author, version, request, date and time.
This avoids 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.