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

Clone this wiki locally