You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nuno Godinho edited this page Jan 12, 2021
·
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 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.
Output
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.