Supported by
Supported by Inetum

Magical shortcuts to menus

images/thumbnail.jpg - Thumbnail

If you, who are reading this, believe that everything written in Abapinho is literally true, what I’m about to tell you will be a disappointment: when I said magical I didn’t mean that it was supernatural. It is just a nicer way of saying it is surprising and unexpected. I took this liberty just as you’d say “I could kill for a glass of water” knowing that you would never do it. Having made this clear, let’s continue.

It is known that we can access SAP GUI menus with the keyboard using the ALT key. But there is another less known way which uses the transaction box: write a period (this: .) followed by the shortcut letters (the ones underlined) of each menu option.

So, for example, if you want to see the Glossary which is under Help you just have to write:

.hg
And then press ENTER like with any other command.

Bear in mind, though, that this assumes your GUI is in English. If it were in Portuguese, the Glossário option would be under the menu Ajuda and the command would then be:

.ag

Of course the command can get more complex. In a previous post I explained that command %pc allows you to save the output list in a local file. But the same effect could be obtained using the following command (in an English GUI):

.ytai
These are the shortcut letters for menu System/List/Save/Local file.

Magical, right?

And why would you use this? Well, besides using it to impress your friends and improve your status quo, you can also put these comments in a BATCH-INPUT or _CALL TRANSACTION.

Greetings from Abapinho.