Defining New Object Types as Classifiable
You can classify objects that are not predefined as classifiable in the standard system by defining their object type as classifiable. To do this, follow these steps:
- Create Custom Programs and Configure Settings: Identify the master data table containing the objects and its key fields. Enter this information in the "Maintain Object Keys" section.
- Specify Screens for New Objects: Navigate to "Maintain Object Types and Class Types" to define the screens that will be used for classifying the new objects. These screens must be created using the Screen Painter within the namespace 9000-9999 and will be available within Function Group CBCM.
- Update Structure Entries: Add a new entry to either structure RMCLY or RMCLX, corresponding to the key field of the table.
- Ensure Function Module Exists: Before using the new objects, ensure that the function module OBJECT_CHECK_XXXX (where XXXX is the name of the object file) exists. This module, created in the ABAP Workbench, checks the validity of the objects you wish to classify.
Watch the following video to learn more about this process.
For detailed instructions, refer to the Implementation Guide (IMG) for classification.