The New ABAP Editor - Part 1
The New ABAP Editor - Part 1
The New ABAP Editor - Part 1
Page 1 of 7
Table of Contents 1 2 3 OVERVIEW.............................................................................................................. 3 1.1 PRE-REQUISITES ................................................................................................... 3 SHIFTING TO NEW ABAP EDITOR ................................................................... 4 FEATURES IN NEW ABAP EDITOR .................................................................. 5 3.1 FIRST LOOK ......................................................................................................... 5 3.2 DISPLAY FEATURES ............................................................................................. 5 3.2.1 Line Numbers:....................................................................................... 5 3.2.2 Changed Line Indicators:.................................................................... 5 3.2.3 Bookmarks: ........................................................................................... 6 3.2.5 Changing the Font and Colors of coding environment................... 6 3.2.6 Window Splitter..................................................................................... 7
Page 2 of 7
1 Overview
This article, the first part of a two-article series, takes you on a brief tour of the features available in the new ABAP editor (step by step with screenshots) 1.1 Pre-requisites The new ABAP editor is available with SAP GUI for windows 6.40 patch level 10 or higher. However this new editor is supported from the SAP Version SAP Netweaver 2004s.
Page 3 of 7
We would use SE38 for our demo purposes. Procedure to shift between Old ABAP Editor and New ABAP Editor: Go to Utilities Settings
Click
Page 4 of 7
3.2.1
Line Numbers:
As observed in the above screenshot, the new ABAP editor displays the line numbers for easy navigation through the code. 3.2.2 Changed Line Indicators:The changed lines in the current session are marked with .
These indicators would vanish once you come out of the program.
Page 5 of 7
The New ABAP Editor 3.2.3 Bookmarks: Bookmarks allow in navigating and code editing. There are 9 numbered bookmarks provided by SAP and unlimited unnumbered bookmarks. Bookmarks could be accessed by the right click of the mouse in the Indicator Margin (The complete left portion of the ABAP editor).
To set a bookmark, right click on the Indicative Margin, click on Bookmarks Bookmark 0 (Bookmarks are numbered 0 to 9). A Blue flag with the bookmark number would appear on the Indicative Margin. To navigate to any bookmark marked earlier, right click on the Indicative Margin, Go to Bookmark Bookmark 0.
3.2.4
Code Hints
Code hints appear as you type in ABAP editor. For example, if you start typing for Parameters, following occurs: When typed P, nothing appears. When typed PA, code hint PACK appears. When typed PAR, code hint PARAMETERS appears.
3.2.5
Click on , available at the right side bottom of the editor. Click on Fonts and Colors on the left side of the window that is appeared after clicking. From here, we can set different colors and fonts for different elements on the editor.
Page 6 of 7
The New ABAP Editor 3.2.6 Window Splitter The window splitter allows you to work on different parts of the code simultaneously. The window could be set to splitter mode by double clicking the splitter line above the vertical scrollbar (shown below).
The second article would detail about some more features in New ABAP editor like Blocks, Code Templates, Breakpoints and others.
Page 7 of 7