Setting Markers
Use
You can use this procedure to set markers in the ABAP Editor. The markers allow you to navigate to a particular line of code within any program.
Procedure
Creating a Marker:
In order to create a marker, you need to include the relevant line of code in your worklist.
- Position the cursor on the required line in the source code.
- Choose Utilities → Worklist → Include current object.
Navigating to a Marker:
- Choose Utilities → Worklist → Display.
The worklist appears in a separate window.
- Double-click on the required entry.
The line of code you have marked appears in the editor.