Learn SAP ABAP Shortcuts for Windows
Edit Actions Shortcuts
| Action | SAP ABAP Shortcuts |
|---|
| Activate inactive development object | Ctrl + F3 |
| Activate all inactive development objects | Ctrl + Shift + F3 |
| Check consistency and syntax | Ctrl + F2 |
| Close | Ctrl + W |
| Close all | Ctrl + Shift + W |
| Code Completion / Content Assist | Ctrl + Spacebar |
| Delete line | Ctrl + D |
| Delete next word | Ctrl + Delete |
| Delete the previous word | Ctrl + Backspace |
| Find Next | Ctrl + K |
| Find Previous | Ctrl + 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 completion | Tab |
| New ABAP development object | Ctrl + N |
| Open quick fix / quick assist dialog | Ctrl + 1 |
| Rename | Alt + Shift + R |
| Save | Ctrl + S |
| Save all | Ctrl + Shift + S |
| Selection to upper case | Ctrl + Shift + X |
| Selection to lowercase | Ctrl + Shift + Y |
Displaying Actions Shortcuts
| Action | SAP ABAP Shortcuts |
|---|
| Show the properties of the currently focused object or file | Alt + Ctrl + P |
| Show bookmarks, breakpoints, and tasks of the focused editor row | Alt + Ctrl + P |
| To show the variable view in the debugger and to set the focus on the view | Shift + Alt + V |
| Show bookmarks, breakpoints, and tasks of the focused editor row | Alt + Ctrl + F10 |
| Adopt the size of the current editor, view, and so on to the maximum screen size | Ctrl + M |
Navigation Actions Shortcuts
| Action | SAP ABAP Shortcuts |
|---|
| Backward navigation to the previously opened tab | Alt + Left Arrow key |
| Forward navigation to the next opened tab | Alt + Right Arrow key |
| Select the next open editor you want to navigate to | Ctrl + F6 |
| Switch between perspectives | Ctrl + F8 |
| Select the previous open editor you want to navigate to | Ctrl + Shift + F6 |
| Navigate to the last edited location | Ctrl + Q |
| Open development object | Ctrl + Shift + A |
| Open Quick Outline | Ctrl + O |
| Open Quick Type Hierarchy | Ctrl + T |
| Open SAP GUI | Ctrl + 6 |
| Switch to the next view | Ctrl + F7 |
| Switch to the next perspective | Ctrl + F8 |
| Navigate to the ABAP source code | F3 |
| Move the keyboard focus to the top-level editor or the active editor tab | F12 |
| Show context menu | Shift + F10 |
Moving Actions Shortcuts
| Action | SAP ABAP Shortcut keys |
|---|
| Backward one word | Ctrl + Left Arrow key |
| Forward one word | Ctrl + Right Arrow key |
| Jump to line | Ctrl + L |
| Move one line down | Alt + Down Arrow key |
| Move one line up | Alt + Up Arrow key |
| Action | SAP ABAP Shortcut keys |
|---|
| Add comments | Ctrl + < |
| Remove comments | Ctrl + > |
| Toggle comments | Ctrl + 7 |
Search and Help Shortcuts
| Action | SAP ABAP Shortcut keys |
|---|
| Open search dialog | Ctrl + H |
| Show ABAP Language Help | F1 |
| Show ABAP element info | F2 |
| Where-used list | Ctrl + Shift + G |
Windows based Shortcuts
| Action | SAP ABAP Shortcut keys |
|---|
| Find / Replace text | Ctrl + F |
| Copy selection | Ctrl + C |
| Close | Ctrl + F4 |
| Close all | Ctrl + Shift + F4 |
| Cut Selection | Ctrl + X |
| Paste Selection | Ctrl + V |
| Redo typing | Ctrl + Y |
| Select all | Ctrl + A |
| Undo typing | Ctrl + Z |
READ NEXT: