SAP ABAP Versions Explorer for SAP GUI.
First of all - Eclipse version is the best.
But I want very fast interface for some cases:
-
I don't want to see the list of all the same versions because of using TOC (Transport of copies)
-
fast navigation within Transport Requests/Tasks
-
fast navigation within methods inside a class
-
defining not existant objects in the Transport Requests/Tasks
So we can choose one of 4 object types, enter its name and press Enter
- Program/Include
By default it opens the difference between the latest version (base) and previous one in compact mode. The list don't include versions without changes - that is very comfortable thing
If you press Button Inline it will switch to usual 2-Pane Mode

Double click on any version will show the difference between base version and clicked one.

For selecting other base version we should choose desired version and press button "Set Base'
After changing we can go on double clicking on any other version to compare with Base version.
-
Class
It show all class includes: sections (Public, Protected, Private) + all methods.
So we can fast navigate for any part of the class. -
Function module - the same as programs but for FMs.
-
TR/Task
It shows all TR/Tasks objects marking not existing objects by red color.
Double click on supported objects will show its code and versions list.
Double click on Class will switch to Class objects view (see point 2)
"Back" button will return from class objects list to TR/Task object list