Navigating to Occurrences in a Current or Remote SAP System

Context

You have the following options for navigating from the Custom Code Migration Worklist, where the customer objects affected by simplifications are displayed, to the relevant occurrences or objects:

Procedure

From the Custom Code Migration Worklist, select the relevant customer or SAP object, and then proceed as described.

Opening the SAP Object

You want see those parts of the source code that have been changed. Consequently, you want navigate to the relevant SAP object in order to do this.

Procedure

Double-click the name of the SAP object.

Results

The selected SAP object is opened.

Opening the First Occurrence Where the Customer Object Refers to the SAP Object

You want to navigate to the relevant customer object to see the first occurrence where the customer object refers to the SAP object.

Procedure

Double-click the name of the customer object/subobject.

Results

The source code editor is opened. The cursor is automatically positioned at the first occurrence where the customer object refers to the SAP object.

Displaying Customer Object Dependencies to the SAP Object

To get details about how the changes to an SAP object affect single customer objects, you can display where the SAP object is used in the customer object. This information is also referred to as the Where-used list in ABAP Development Tools.

Procedure

In the Custom Code Migration Worklist, select the relevant entry and choose the Show Dependencies in Customer Object button from the toolbar.

Results

A new screen is opened where the following information is displayed:

  • Title bar: Name of the SAP object and the relevant customer (sub)object
  • Table with the relevant columns:
    • Object Type in the title and Object Name: Name of the customer (sub)object where the changes need to be adopted.
    • Occurrences/Short Description: Line number and source code block from the SAP object where the simplification has been added. The relevant position is also highlighted.