You are on page 1of 2

ABAP CHEAT SHEET

SYSTEM FIELDS DATABASE TABLE OTHER ABAP RELATED TCODES


Field Description SE11 ABAP Dictionary Field Description
SY-UNAME Current user name SE14 Database Utility AL11 Application Server Directories
SY-DATLO Local user date SE15 Repository BAPI Business App Programming Interface
SY-TIMLO Local user time SE16 Table Data Browser SE09 Transport Organizer
SY-INDEX Current number of loop pass SE16n General Table Display CG3Y Download Files from Application Server
SY-TABIX Last addressed table line SM30 Table maintenance CG3Z Upload File to Application Server
SY-TCODE Current transaction SMARTFORMS Smart Forms Initial Screen
SY-REPID Name of current program SPRO Customizing
ENHANCEMENTS AND CLASSES
SY-SUBRC Return value of a command SHDB Batch Input Transaction Recorder
Tcode Description SE32 Text Elements in Programs/Classes
SE18 BAdI Builder Definition
COMMON TCODES SE37 Function Modules
SE19 BAdl Builder Implementation SE39 Split Screen ABAP Editor
IDOCs CMOD SAP Enhancement Project Management SE41 Menu Painter
SMOD SAP Enhancement SE63 Standard Translation Environment
BD64 Distribution Model
SE24 Class/Interface Builder SE80 Object Navigator
BD87 Select IDoc, ALE Messages
SE83 Reuse Library
WE02 IDoc List
RUNTIME ERRORS, SE93 Transaction maintenance
WE19 Test Tool for IDoc
WE20 IDoc Communication Partner Profiles MAINTENANCE AND SE91 Message maintenance

WE21 Ports in IDoc


BACKGROUND JOBS
WE30 Develop IDoc Types Tcode Description
WE02 IDoc List SE30 Runtime Analysis
WE19 Test Tool for IDoc ST22 ABAP Runtime Error
WE20 IDoc Communication Partner Profiles SM36 Define Background Job
WE21 Ports in IDoc SM37 Execute Background Job
WE30 Develop IDoc Types SM49 Execute Application Server Commands
SM59 RFC Connection Maintenance SE92 System Log Message maintenance
ABAP CHEAT SHEET

WebIDE Shortcuts Eclipse Shortcuts


Action Windows Keyboard Shortcut Action Windows Keyboard Shortcut
New file Ctrl + Alt + N Deletes the selected codeline Ctrl + D
New folder Ctrl + Alt + Shift + N Deletes the content from the cursor position to the end of the line Ctrl + Shift + Delete
New project Ctrl + Alt + Shift + O Deletes the next word in the editor Ctrl + Delete

New extension project Ctrl + Alt + Shift + E Deletes the previous word in the editor Ctrl + Backspace

Close file Alt + W Moves the selected codelines up/down in the editor Alt + UP/DOWN

Close all files Alt + Shift + W Duplicates Codelines before/after the selected codeline Ctrl + Alt + UP/DOWN
Scrolls Line up/down Ctrl + UP/DOWN
Save file Ctrl + S
Adds a new line below the current line and positions the cursor in that line Shift + Enter
Save all files Ctrl + Shift + S
Adds a new line above the current line and positions the cursor in that line Ctrl + Shift + Enter
Show Code
Ctrl + Space
Completion Suggestions Undo changes Ctrl + Z
Undo Ctrl + Z Rename the selected object, e.g. variable, method, class Alt + Shift + R
Redo Ctrl + Y Comments/Uncomments selected code in the editor Ctrl + 7
Cut Ctrl + X Formats the source code ( Pretty Printer) Shift + F1
Copy Ctrl + C Formats the marked source code or source code block (e.g. method) Ctrl + Shift + F1
Paste Ctrl + V Creates new development object Ctrl + N
Rename file or folder F2 Convert marked editor content to upper case Ctrl + Shift + X
Delete Del Convert marked editor content to lower case Ctrl + Shift + Y
Show/Hide all characters Ctrl + I Unlock Editor Ctrl + U
Toggle line comment Ctrl + / Jump to line in editor Ctrl - L
Toggle block comment Ctrl + Shift + / Navigate to the definition of the selected element, F3
e.g. variable, method, attribute etc.
Add to-do comment Ctrl + Alt + T
Navigate through the editor tabs forward and backward Ctrl + Page up/Page Down
Indent line Tab
Navigate through the tabs of the class editor between global class,
Outdent line Shift + Tab local class and test classes Alt + Page up/Page Down
Move lines up Alt + Up Arrow Close the active editor tab Ctrl + F4
Move lines down Alt + Down Arrow Close all editor tabs Ctrl + Shift + F4
Copy lines up Alt + Shift + Up Arrow Set a line break point in the ABAP editor Ctrl + Shift + B

You might also like