Message type: E = Error
Message class:  CNV_IUUC_REPL_ADV_SE - MEssage class for package CNV_IUUC_REPL_ADV_SETTINGS 
Message number: 221
Message text: The 'LIKE' operator can only be used with character-like data types
The selected field is not of a character-like data type. However, the
LIKE operator can only work on character-like data types.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
a) Choose a different operator in case you want to use the field for the
definition of a filter / range.
b) Choose a different field in case you want to use the 'LIKE' operator.
Error message extract from SAP system. Copyright SAP SE.
The SAP error message CNV_IUUC_REPL_ADV_SE221 indicates that there is an issue with the use of the LIKE operator in a SQL statement or a data transformation process. This error specifically states that the LIKE operator can only be used with character-like data types, meaning that it cannot be applied to numeric or other non-character data types.
Cause: Data Type Mismatch: The most common cause of this error is that the SQL query or transformation logic is attempting to use the LIKE operator on a field that is not of a character-like data type (e.g., VARCHAR, CHAR, etc.). This could happen if the field is of type INTEGER, FLOAT, or any other non-character type. Incorrect Field Mapping: In data replication or transformation scenarios, there might be a mapping issue where a non-character field is being compared using LIKE. Data Model Issues: If the underlying data model has changed (e.g., a field type was altered), it
 Get instant SAP help. Sign up for our Free Essentials Plan.
Get instant SAP help. Sign up for our Free Essentials Plan. 
CNV_IUUC_REPL_ADV_SE220 Considerations apply for option Replicate NULL Values; see long text
 If you change the option <ZK>Replicate NULL Values</>, then the following considerations apply for the tables affected by the template: T...
CNV_IUUC_REPL_ADV_SE219 Considerations apply for option Replicate NULL Values; see long text
 If you change the option <ZK>Replicate NULL Values</>, then the following considerations apply: The refresh behavior must be set to <Z...
CNV_IUUC_REPL_ADV_SE222 You have to use % as wildcard when using the 'LIKE' operator
What causes this issue?  You have chosen the operator 'LIKE' for a filter / range definition. However, the value used for comparison does no...
CNV_IUUC_REPL_ADV_SE223 Lines must not be longer than 72 characters
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.