SAP Keyboard Shortcuts for ABAP Development

You can use the following keyboard shortcuts for your daily ABAP development works. The lists below are based on Windows or Linux operating system. If you are using Apple Mac, you need to choose the Command tab instead of Ctrl.

Edit Actions

FunctionsKeyboard Shortcut
Activate inactive development objectCtrl + F3
Activate all inactive development objectsCtrl + Shift + F3
Check consistency and syntaxCtrl + F2
CloseCtrl + W
Close allCtrl + Shift + W
Code completion / Content AssistCtrl + Space
Delete lineCtrl + D
Delete next wordCtrl + Delete
Delete previous wordCtrl + Backspace
Find NextCtrl + K
Find PreviousCtrl + Shift + K
Format source code (aka Pretty Printer in the SAP GUI)Shift + F1
Format source block (aka Pretty Printer in the SAP GUI)Ctrl + Shift + F1
Keyword completionTab
Mark wordDouble-click
Mark whole lineTriple-click
New ABAP development objectCtrl + N
Open quick fix / quick assist dialogCtrl + 1
RenameAlt + Shift + R
SaveCtrl + S
Save allCtrl + Shift + S
Selection to upper caseCtrl + Shift + X
Selection to lower caseCtrl + Shift + Y

Display Actions

FunctionsKeyboard Shortcut
Show the properties of the currently focused object or fileAlt + Ctrl + P
Show bookmarks / breakpoints and tasks of the focused editor rowAlt + Ctrl + P
To show the variable view in the debugger and to set the focus into the view
Note:Use F12 to switch back to source
Shift + Alt + V
Set the View menu that for text editors the ruler context menu is shown or to add bookmarks / breakpoints or tasksCtrl + F10
Show bookmarks / breakpoints and tasks of the focused editor rowAlt + Ctrl + F10
Adopt the size of the current editor / view and so on to the maximum screen sizeCtrl + M

Navigation Actions

FunctionsKeyboard Shortcut
Backward navigation to the previous opened tabAlt + Left
Forward navigation to the next opened tabAlt + Right
Select the next open editor you want to navigate toCtrl + F6
Switch between perspectivesCtrl + F8
Select the previous open editor you want to navigate toCtrl + Shift + F6
Navigate to last edited locationCtrl + Q
Open development objectCtrl + Shift + A
Open Quick OutlineCtrl + O
Open Quick Type HierarchyCtrl + T
Open SAP GUICtrl + 6
Switch to next viewCtrl + F7
Switch to next perspectiveCtrl + F8
Navigate to ABAP source codeF3 or Ctrl + Click
Move the keyboard focus into the top level editor or the active editor tabF12
Show context menuShift + F10

Moving Actions

FunctionsKeyboard Shortcut
Backward one wordCtrl + Left
Forward one wordCtrl + Right
Jump to lineCtrl + L
Move one line downAlt + Down
Move one line upAlt + Up

Commenting Actions

FunctionsKeyboard Shortcut
Add commentsCtrl + <
Remove commentsCtrl + >
Toggle commentsCtrl + 7

Search & Help

FunctionsKeyboard Shortcut
Open search dialogCtrl + H
Show ABAP Language HelpF1
Show ABAP element infoF2
Where-used listCtrl + Shift + G

Windows based Shortcuts

FunctionsKeyboard Shortcut
Find / Replace textCtrl + F
Copy selectionCtrl + C
CloseCtrl + F4
Close allCtrl + Shift + F4
Cut selectionCtrl + X
Paste selectionCtrl + V
Redo typingCtrl + Y
Select allCtrl + A
Undo typingCtrl + Z

You May Also Like

Leave a Reply?