0% found this document useful (0 votes)
79 views

ADT Shortcuts

The document provides shortcuts for various ADT tasks in ABAP like opening objects, indentation, commenting, navigation, search, compare and more. It is organized into different sections for different tasks and each section lists the relevant keyboard shortcuts.

Uploaded by

geethashriit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views

ADT Shortcuts

The document provides shortcuts for various ADT tasks in ABAP like opening objects, indentation, commenting, navigation, search, compare and more. It is organized into different sections for different tasks and each section lists the relevant keyboard shortcuts.

Uploaded by

geethashriit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

ADT Shortcuts

[A] Open object

Ctrl + Shift + A Open development object


Run ABAP Development object as
Alt + F8
ABAP Application in GUI
Start GUI independently of
Ctrl + 6
development object

[B] Indent/Syntax check/Activation

Shift + F1 Indent
Ctrl + F2 Syntax Check
Ctrl + F3 Activate

[C]

Ctrl + U Unlock object

[D] Comments

Ctlr + Shft + < Add comment


Ctlr + Shft + > Remove comment
Comments/Uncomments selected
Ctrl + 7
lines

[E] Modify Line

Ctrl + D Deletes the current line No selection required


Alt + Up/Down Moves the current line up or down

[F] Delete Unused variables

Alt + U Delete unused variables(All)


Alt + Shift + U Delete unused variables(Selection)

[G]

Alt + Extract Method


Shift +
M
Alt +
Rename
Shift + R

[H] Keyword/Code completion


To get more suggestions from the
Keyword or code completion
Ctrl + Space
suggestion(includes suggestions
from the Static Code Templates)
To select the initial suggestion of
Tab the Keyword or code completion
suggestion
To insert the full signature of the Useful for Function Modules, Class
Shift + Enter
code completion suggestion Methods.
To insert only the name of the
Enter selected item from the code
completion suggestion
Ctrl + Alt +
To duplicate a line
up/down

[I] Quick Fix

Ctrl + 1 Quick fix suggestions


Ctrl + 2 In file Quick fix

[J] Navigation

Ctrl + O Quick Outline


Ctrl + T Quick Type Hierarchy
signature of a variable or method is
F2 displayed in the Code Element
Information popup
Navigates between the declaration and
F3
implementation of the selected object.
Move forward or backward the
Alt + Left/Right
navigation history

[K] Search

Ctrl + H ABAP Object search


Ctrl + Shift + G Where used
[L] Compare

The Local History does not come


Compare with Revision up with this shortcut.
Ctrl + Alt + C History(Released transports) or across
ABAP Projects. For compare with Local History use
the context menu of the ABAP
Object->Compare With->Local
history.

[M] ABAP Unit Tests

Ctrl + Shift + F10 Execute ABAP unit tests

[N] ATC

Ctrl + Shift + F2 Run object using ABAP Test Cockpit(ATC)

[O] Help

F1 ABAP Help

[P] Editor

You can select the one that you are


Displays the list of all open
Ctrl + E interested in and switch to it by
editors
pressing Enter key.
Displays the list all open
editors and allows to switch
Ctrl + F6
between them as well. No need
to press Enter key.
Ctrl + W Close single editor window

[Q] Annotations in dictionary declarations


@EndUserT
End user text @EndUserText.label
ext
ABAP related,
@AbapCatal
example enhancementCategory, foreignK
og
ey etc.
@Semantics For quantity and currency fields
@Semantics.quantity.unitOfM
easure

@Semantics.amount.currencyC
ode

[R] Your own short cuts

You got the option to change any of the short cuts to your preferred ones.

Window -> Preferences -> General -> Keys

You might also like