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)
-
I DO WANT to see real objects owner especially when Transport of copies(TOC) used
-
fast navigation within Transport Requests/Tasks
-
fast navigation within methods inside a class
-
fast navigation within objects inside a package
-
defining not existant objects in the Transport Requests/Tasks
So we can choose one of 5 object types, enter its name and press Enter
And we have predefined set of parameters which we can alter before run or after with the similar set of toogle buttons.
- Show Diff / Show just version file
- 2-Pane view or Inline View
- Don't show TOCS or let them be
- Compact (only changes) or full version + changes
- Remove the same version or let them be
- Who is blame or doesn't matter )
- User - user's last changed objects marked with green color
- Date from which we want see versions
- Program/Include or Functional module
By default it opens the difference between the latest version (base) and previous one in 2-pane mode. The list don't include versions without changes - that is very comfortable thing. And we don't need to show ovjects list as it is only one.
If you press Toggle Button "2-pane" it will switch to Inline mode.

Double click on any version will show the difference between it and previous one.
If you want to compare any versions you need to click toggle button "Diff prev" - it will swithed to "Diff Any".
Choose version and press button "Set Base'
After changing we can go on double clicking on any other version to compare with Base version.
It show all class includes: sections (Public, Protected, Private) + all methods. So we can fast navigate for any part of the class.
- 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
It shows all {ackage 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
And we can press toggle button 'Maximize view/StandardView" to hide tables and check only versions sources
This button will open this instruction in the browser )
And as a bonus HTML/JS local comparer ) - https://github.com/ysichov/Diff


