Do you have any question about this error?
Message type: E = Error
Message class: CL - Classification
Message number: 072
Message text: Class type &: & & cannot be deleted as it is in use in other objects
&V2& &V3& of class type &V1& is used in configurable objects (BOMs or
task lists) of a <DS:GLOS.configurable_material>cofigurable material</>.
The system checks whether the class is in use anywhere, and does not
let you delete the class if it is.
First delete all usages of &V2& in BOMs and task lists.
Then delete &V2& &V3&.
Where-used list for BOMs
<DS:TRAN.CSC5>Proceed</>
ENDIF
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
CL072
- Class type &: & & cannot be deleted as it is in use in other objects ?The SAP error message CL072 indicates that a class type (usually a class or interface) cannot be deleted because it is currently being used in other objects within the SAP system. This is a common issue when trying to delete or modify objects that have dependencies.
Cause:
Dependencies: The class or interface you are trying to delete is referenced in other objects, such as:
- Other classes or interfaces
- Programs
- Function modules
- Methods
- Web services
- Other development objects
Active References: The class might be actively used in the system, meaning that there are instances or calls to this class that prevent its deletion.
Solution:
To resolve this error, you can follow these steps:
Identify Dependencies:
- Use transaction code SE80 (Object Navigator) or SE11 (Data Dictionary) to check for references to the class.
- You can also use transaction SE37 (Function Builder) or SE24 (Class Builder) to find where the class is being used.
- Use the Where-Used List feature (Shift + F4) to find all objects that reference the class.
Remove References:
- Once you have identified the objects that reference the class, you will need to either modify or delete those references.
- This may involve changing the code in other classes, programs, or function modules that utilize the class.
Check for Active Instances:
- Ensure that there are no active instances of the class in use. If the class is instantiated in any running programs, you may need to stop those programs or sessions.
Delete the Class:
- After all references have been removed, you should be able to delete the class without encountering the error.
Transport Requests:
- If you are working in a transport environment, ensure that any changes you make are included in the appropriate transport request.
Related Information:
By following these steps, you should be able to resolve the CL072 error and successfully delete the class type in question.
Get instant SAP help. Start your 7-day free trial now.
CL071
Unit & cannot be converted to unit of material &
What causes this issue? The base unit of measure of the material must be capable of conversion to the base unit of measure in the additional data of ...
CL070
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CL073
Item category & not allowed here
What causes this issue? The item category that you enter here defines the item category of the component that is to replace the class in the BOM. In ...
CL074
Unit cannot be changed: the class is in use in other objects
What causes this issue? The unit can no longer be changed because the class is used as a <DS:GLOS.class_item>class item</> in BOMs or tas...
Click on this link to search all SAP messages.