Message type: E = Error
Message class:  CNV_10020 - Message class for package 10020 
Message number: 671
Message text: &1 is a standard table; changes are not allowed
&V1& is a SAP standard table. The settings for SAP standard tables
should be correct and they should remain unchanged.
If you still want to change the settings, please contact SAP support by
opening an OSS message.
Error message extract from SAP system. Copyright SAP SE.
The SAP error message CNV_10020671 indicates that an attempt was made to modify a standard table, which is not allowed in SAP systems. This error typically arises during data migration or conversion processes, especially when using tools like SAP's Data Migration Workbench or during custom development.
Cause: Modification Attempt: The error occurs when a program or a user tries to insert, update, or delete records in a standard SAP table that is not meant to be modified directly. Data Migration: During data migration, if the migration tool tries to write to a standard table, it will trigger this error. Custom Code: Custom ABAP code that attempts to modify standard tables without using the appropriate BAPIs or function modules can also lead to this error.
Solution: Use BAPIs or Function Modules: Instead of directly modifying standard tables, use the appropriate Business Application Programming Interfaces (BAPIs) or function modules provided by SAP. These are designed to handle data
 Get instant SAP help. Sign up for our Free Essentials Plan.
Get instant SAP help. Sign up for our Free Essentials Plan. 
CNV_10020670 &1 &2 is a standard object; changes are not allowed
What causes this issue?  &V1& &V2& is a standard object that was delivered with the org. package. The attributes should be correct and...
CNV_10020668 &1 &2: Specific function module &3 has wrong interface
What causes this issue?  Specific function module &V3& has been stored for &V1& &V2&. However the interface is not defined cor...
CNV_10020672 &1-&2 is a standard field; changes are not allowed
What causes this issue?  &V1& &V2& is a SAP standard field. The settings for SAP standard fields should be correct and they should rem...
CNV_10020673 &1 &2 is a standard org object; changes are not allowed
What causes this issue?  &V1& &V2& is a SAP standard object. The settings for SAP standard objects should be correct and they should r...
Click on this link to search all SAP messages.