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
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
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
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
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.