62 SAP ABAP Keyboard Shortcuts

Learn SAP ABAP Shortcuts for Windows

Edit Actions Shortcuts

ActionSAP ABAP Shortcuts
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 + Spacebar
Delete lineCtrl + D
Delete next wordCtrl + Delete
Delete the 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
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 lowercaseCtrl + Shift + Y

Displaying Actions Shortcuts

ActionSAP ABAP Shortcuts
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 on the viewShift + Alt + V
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 Shortcuts

ActionSAP ABAP Shortcuts
Backward navigation to the previously opened tabAlt + Left Arrow key
Forward navigation to the next opened tabAlt + Right Arrow key
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 the last edited locationCtrl + Q
Open development objectCtrl + Shift + A
Open Quick OutlineCtrl + O
Open Quick Type HierarchyCtrl + T
Open SAP GUICtrl + 6
Switch to the next viewCtrl + F7
Switch to the next perspectiveCtrl + F8
Navigate to the ABAP source codeF3
Move the keyboard focus to the top-level editor or the active editor tabF12
Show context menuShift + F10

Moving Actions Shortcuts

ActionSAP ABAP Shortcut keys
Backward one wordCtrl + Left Arrow key
Forward one wordCtrl + Right Arrow key
Jump to lineCtrl + L
Move one line downAlt + Down Arrow key
Move one line upAlt + Up Arrow key

Commenting Shortcuts

ActionSAP ABAP Shortcut keys
Add commentsCtrl + <
Remove commentsCtrl + >
Toggle commentsCtrl + 7

Search and Help Shortcuts

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

Windows based Shortcuts

ActionSAP ABAP Shortcut keys
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

READ NEXT:

Back to top button