Entering content frameProcedure documentation Setting Markers Locate the document in its SAP Library structure

Use

There are no implicit markers in the ABAP Editor. However, you can set explicit markers to allow you to navigate to a particular line within a program or to a different program altogether. To do this, you just need to include the relevant line in your worklist.

Procedure

Creating a Marker:

  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.
  2. The worklist appears in a separate window.

  3. Double-click the required entry.

The source code appears in the Editor, with the cursor positioned on the line at which the marker is defined.

Note

You can also save markers. For further information, refer to the "Saving Entries in the Worklist" section under Worklists.

 

 

Leaving content frame