Show TOC Start of Content Area

Procedure documentation Setting Markers  Locate the document in its SAP Library structure

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.

...

       1.      Position the cursor on the required line in the source code.

       2.      Choose Utilities ® Worklist ® Include current object.

Navigating to a Marker:

...

       1.      Choose Utilities ® Worklist ® Display.

The worklist appears in a separate window.

       2.      Double-click on the required entry.

The line of code you have marked appears in the editor.

Note

You can also save markers. For more information, see the "Saving Entries in the Worklist" section under Worklists.

 

 

End of Content Area