✒️ABAP HANA / El paso a paso para programar ABAP con Eclipse Por Lucero Tapia Cruz
ABAP El paso a paso para programar ABAP con Eclipse

Pricipales Shortcut en ADT:
Editing source code:
|
Shortcut |
What it will do |
|
CTRL+D |
Deletes the selected codeline |
|
CTRL+SHIFT+DELETE |
Deletes the content from the cursor postion to the end of the line |
|
CTRL+DELETE |
Deletes the next word in the editor |
|
CTRL+BACKSPACE |
Deletes the previous word in the editor |
|
ALT+UP/DOWN |
Moves the selected codelines up/down in the editor |
|
CTRL+ALT+UP/DOWN |
Duplicates Codelines before/after the selected codeline |
|
CTRL+UP/DOWN |
Scrolls Line up/down |
|
SHIFT+ENTER |
Adds a new line below the current line and positions the cursor in that line |
|
CTRL+SHIFT+ENTER |
Adds a new line above the current line and positions the cursor in that line |
|
CTRL+Z |
Undo changes |
|
ALT+SHIFT+R |
Rename the selected object, e.g. variable, method, class |
|
CTRL+1 |
Opens Quickfix/Quickassist Dialog on the selected element |
|
CTRL+7 |
Comments/Uncomments selected code in the editor |
|
SHIFT+F1 |
Formats the source code (aka. Pretty Printer) |
|
CTRL+SHIFT+F1 |
Formats the marked source code or source code block (e.g. method) |
|
CTRL+N |
Creates new development object |
|
CTRL+SHIFT+X |
Convert marked editor content to upper case |
|
CTRL+SHIFT+Y |
Convert marked editor content to lower case |
|
CTRL+U |
Unlock Editor |
Navigation:
|
CTRL-L |
Jump to line in editor |
|
CTRL-O |
Launch the quick outline |
|
ALT+LEFT/RIGHT |
Navigate through the editor navigation history |
|
CTRL+ ; / : |
Step quickly through the editormarkers, like tasks, bookmarks, error markers, ATC findings etc. |
|
F3 |
Navigate to the definition of the selected element, e.g. variable, method, attribute etc. |
Editor Tabs:
|
CTRL + E |
Displays a list of all open editors |
|
CTRL + F6 |
Easily switch between the editor tabs (Like Tab for Windows) |
|
CTRL + F7 |
Easily switch between all eclipse views |
|
CTRL + F8 |
Easily switch between the perspectives |
|
CTRL + M |
Maximize the active editor or viewer to full-screen mode |
|
CTRL+3 |
Easily open Eclipse views or trigger command via the Quick Access Inputfield |
|
CTRL+PAGE UP/PAGE DOWN |
Navigate through the editor tabs forward and backward |
|
ALT+PAGE UP/PAGE DOWN |
Navigate through the tabs of the class editor between global class, local class and test classes |
|
CTRL + F4 |
Close the active editor tab |
|
CTRL+SHIFT+F4 |
Close all editor tabs |
Debugging:
|
CTRL+SHIFT+B |
Set a line break point in the ABAP editor |
Principal: requisito para acceder desde eclipse con ADT a un servidor de aplicaciones: sap netweaver 7.3 ehp1 service pack 4.
El proyecto ABAP conecta el entrono eclipse con el backend ABAP-servidor de aplicación
- Para jecutar una transacción Menú Run/Run ABAP Development Object
- Para crear un programa: Debajo del paquete, seleccionar New/Source Library/Abap Program. Escibir nombre y descripción, seleccionar NEXT, indicar la OT o crear una nueva y seleccionar NEXT
- Para ejecuar el porgrama: Menú Check Abap Development Object, Menú Activate, Menú Run
La salida del porgrama se mostrará en na nueva ventana.
CTRL + SPACE: El sistema proponr palabras clave y propone plantillas de código o se pueden arrastar y soltar en el editor, podemos crear nuevas plantillas.
SHIFT + ENTER para arrastrar la plantilla
SHIFT + F1. Pretty printter.
 
 
 
Sobre el autor
Publicación académica de Lucero Miriam Tapia Cruz, en su ámbito de estudios para el Master ABAP for HANA.
Lucero Miriam Tapia Cruz
Profesión: Abap Sr. Ceritificado / Abap Crm - Mexico - Legajo: FD25L
✒️Autor de: 13 Publicaciones Académicas
🎓Egresado del módulo:
Disponibilidad Laboral: FullTime
Presentación:
disponibilidad laboral fulltime
Certificación Académica de Lucero Tapia
























