ABAP Favorites - Changelog version 1.0.66

Favorite description from backend

Since this version, whenever you use the "Add to Favorites" button on Project Explorer or in the ADT Editor, the description of the object is automatically fetched from the backend.

In case of manual creation of favorites from the view menu, you can use Import button, found next to description field to achieve the same goal.
Each time the button is pressed, system selection is provided. You must be logged on to the system in order to fetch the description. No installation of any backend component is needed.

Added on a base of GH issue 107.

Figure 1: New object dialog with Import button

Folder double click action

Since this version, whenever you use double-click on the folder it will be automatically expanded or collapsed.

If in the folder creation/edit dialog you will fill the field "URL to open on double-click", instead of expand/collapse, the saved URL will be opened.

Added on a base of GH issue 106.

Figure 2: New field on the Folder dialog

Folder dependency update - now it's possible to link folder with working sets

So far it was possible to choose if the folder is linked to project or not. Since this version you can also decide if the folder is linked to working set.

To enable this, the folder creation/edit dialog was adapted. You can find there now respective radio button for each dependency type.

Folder linked to working sets are hidden/shown exactly the same way like project dependent folders.


Double-click behavior for objects stored in the working set dependent folders has been adapted in the way, that popup with the projects linked to working set of folder is displayed, before the execution/opening of the object is done.

Added on a base of GH issue 97.

Figure 3: New folder dependency selection

ABAP Favorites - Changelog version 1.0.65

URL opening in a browser from Eclipse Preferences

From this version, the URLs will be opened in the web browser selected in the Eclipse Preferences.
They can be adapted in Windows->Preferences->General->Web Browser.

Added on a base of GH issue 99.

Figure 1: Copy and move with drag & drop

New view Favorites Buttons added.

From this version, new view Favorites Buttons was added.
Since version 1.0.62 it was possible to assign key bindings [1] to 10 favorites. But it was hard to find what is current assignment.

Figure 2:Command assignment

To make it easier, new view Favorites Buttons[2] was added. It shows the buttons with the assigned favorites and its key binding[3].
Additionally, you can use it to run the favorite object by clicking on the buttons.

Figure 3:Favorites Buttons view

If the favorite is linked with the project, then the project name is shown on the button [4] and in default favorite will be run in the context of the project.
In case of need, you can keep CTRL button while clicking on the button, then the selection dialog for ABAP project will appear.

In case of favorites without project assignment, they will be run in currently active project. If current project is not of ABAP type, the project selection dialog will be also opened.

ABAP Favorites - Changelog version 1.0.64

Correction of Drag & Drop behaviour

Due to bug after last update, drag & drop wasn't working anymore. Now, beside bringing it back, new functionality arrived, when using Ctrl button during dropping of element, the selected entry will be copied instead of moved.

Figure 1: Copy and move with drag & drop

You can now delete multiple objects at once

Figure 2:Multiple deletions

Move Folder to Root

Now you can move folder to root by right clicking on it and selecting "Move to root" option.

Figure 3:Moving folder to root

Move object to folder

Now you can move favorite entry to any folder by right clicking on it and selecting "Move to folder" option.
This will trigger a popup selection for the destination folder.

Figure 4:Moving favorite to folder

ABAP Favorites - Changelog version 1.0.63

Importing of Favorite transactions and URLs for SAP GUI user favorites.

It is now finally possible to import favorite transaction and URLs from the backend system. The action to do so is accessible from the view menu.

When using the function, each time you need to select the project from which to do the import, and then new folder with backend favorites is created.
This new folder and all of it's subfolders, are linked to the selected project.
There is no future synchronizing of this folder, you can modify it as you want.

Figure 1: Importing Favorites from SAP GUI

View display adapted

The view of the tree with favorites was adapted, counter of the entries were added, description is now in same column as name of the favorite.

Figure 2:New default view of favorites

The view can be adapted to show columns like "Linked To" and "Long Description"

Figure 3: View with Linked To and Long Description columns

The adaptation of the view can be done using the two new parameters:

Figure 4: New parameters

ABAP Favorites - Changelog version 1.0.62

Possibility to set key binding to favorite(s)

It is now possible to bind the favorite to a key combination, which can be used to run or open favorite object.
When the folder containing object is linked to a certain project, it will be used as project in which the favorite will be run/open. In other case, current active ADT project will be used.
There are 10 key bindings foreseen.

Figure 1: Assignment of Favorite to Key Binding

Key combinations are predefined, but they can be adapted in the Preferences (General->Keys)

Figure 2: Configuration of Key Bindings

Plugin Help Contents

Finally the help contents for the ABAP Favorites is created and accesible from Help->Help Contents->abapBlog.com - ABAP Favorites

Figure 3: Help Contents

Bugs solved