Using the Custom Code Migration Worklist
The Custom Code Migration Worklist shows customer objects that refer to SAP objects and have been changed in the SAP product you want to convert to. Information about these changes is provided in the so-called Simplification Database. For each worklist entry, the Simplification Database provides a SAP Note with information on what has been changed and how your custom code needs to be adapted.
Prerequisites
You have imported the Simplification Database and the Custom Code Analysis Result into the evaluation system.
Context
You want to analyze the impact of simplifications on your custom code.
Procedure
Results
The Custom Code Migration Worklist is opened. It displays the customer objects that relate to the selected Simplification Items. Here, the customer-specific columns are highlighted in yellow and the changed SAP objects are highlighted in gray.
The worklist provides the following information:
- Processing Status: You can set a processing status (for example, Open, Completed, and so on) to define which customer object have already been or have not yet been adopted.
- Customer Object Type / SAP Object Type: Short form of the object type, such as CLAS for ABAP classes, TABL for database tables, and so on
- Customer Object Name / SAP Object Name: Name of the development object used by the customer / provided by SAP
- Customer Subtype /SAP Subtype: Short form of the subobject type, for example, methods of an ABAP class used by the customer / provided by SAP
- Customer Subname/SAP Object Subname: Name of the subobjects of the customer object used by the customer / provided by SAP
- Customer Package: Name of the ABAP package in the customer system where the relevant customer object is stored
- Dependency Category that describes the relation between the customer object and the SAP object
The following categories are provided to define the:
- Reference: customer object that uses the SAP object
- Extension: customer object that extends the SAP object
- Modification: SAP object that is modified
- Application Component: Name of the application component to which the SAP object is assigned
- Simplification Category: Represents the category of the simplification item
The following categories are provided:
- Usage of functionality not supported anymore: Usages of this SAP object must be removed from the custom code.
- Usage of functionality not recommended anymore: SAP recommends to remove usages of this SAP object from the custom code.
- Syntactically incompatible change: Custom code needs to be adapted as described in the related SAP Note.
- Semantically incompatible change : Custom code needs to be adapted to the new semantics as described in the related SAP Note.
- Change with performance impact: Usages of this SAP object might have impact on your custom code.
- SAP Note Number: Number of the SAP note that describes the changes to the functionality or business process of the SAP product to be converted
- SAP Note Title: Title of the referenced SAP note
- Executions: Displays the number of executions of the customer object in the production system.
- Processor: Name of the user who set the processing status for the corresponding customer object
- Comments: Additional information entered by the processor