====================================== SAP ABAP keyboard shortcuts (filtered) ====================================== First published at 5/7/2019 on https://defkey.com/abap-development-tools-shortcuts ABAP Development Tools are IDE (integrated development environment) for development on the open Eclipse platform. Edit actions ------------ Ctrl + F3 Activate inactive development object Ctrl + Space Code completion / Content Assist Ctrl + D Delete line Ctrl + Del Delete next word Ctrl + K Find Next Ctrl + Shift + K Find Previous Shift + F1 Format source code (aka Pretty Printer in the SAP GUI) Double click Mark word Click three times (rapidly) Mark whole line Ctrl + Shift + X Selection to upper case Ctrl + Shift + Y Selection to lower case Displaying actions ------------------ Ctrl + F10 Set the View menu, that for text editors the ruler context menu is shown or to add bookmarks, breakpoints, or tasks Alt + Ctrl + F10 Show bookmarks, breakpoints, and tasks of the focused editor row Navigation actions ------------------ Ctrl + Shift + A Open development object Commenting actions ------------------ Ctrl + < Add comments Ctrl + > Remove comments Ctrl + 7 Toggle comments Windows-based shortcuts ----------------------- Ctrl + F Find / Replace text Ctrl + C Copy selection Ctrl + Y Redo typing Source: SAP Last modified on (UTC): Sunday, February 16, 2020 Defkey © All rights reserved.