-
Download Autohotkey v2+ and install it.
-
Download the latest version of the launcher.
-
Extract the launcher into a new folder.
-
Double click T-Code-Launcher.ahk.
You may wish to set the T-Code-Launcher to automatically run when you start your computer, so that you always have it to hand. To do this, create a shortcut to the T-Code-Launcher.ahk file and place it in your windows startup folder.
To open the launcher while using SAP GUI:-
Press caps lock. This opens the T-Launcher screen.
-
Press a key. This will open the transaction that corresponds to that key in your current window.
-
To open a transaction in a new window, hold down caps-lock as you press the key that corresponds to the transaction you want to open.
-
To switch between pages, use the left and right arrow keys or page up and page down.
-
To cancel opening a new transaction, press escape.
Sections of the ini file correspond to pages. So, to add a new page, add a new line, then another new line with [Page (number)] to the ini file.
To link a key to a transaction, add a line (key) = (t-code)
To add a description to a transaction, add a semicolon on the same line as a t-code and then write a description. Note semicolons can't be used as a key to launch a t-code.
Edit lines 4 and 86 of the script.
-
Line 4 creates the hotkey that assigns capslock to the t-code launcher. Here you can change capslock to any key you like.
-
Line 86 detects whether you are holding down capslock. If you are, it opens the transaction in a new window. Here you can change capslock to any key you like.
Remember when choosing a hotkey that you might still want to be able to use this key in SAP GUI.