Entering content frame

-8006: Data types must be compatible Locate the document in its SAP Library structure

Explanation:

  1. A <function> was applied to a non-permitted argument.
  2. A two-digit operation was applied to non-comparable values.
  3. A <predicate> contains non-comparable data types.

Each data type can be compared to itself. Columns of data type CHAR with the different code attributes ASCII and EBCDIC can be compared to each other; they are implicitly adapted. Columns with the code attribute ASCII and EBCDIC can be compared to date, time and timestamp specifications.

All numbers can be compared to each other.

User Action:

Use a QUERY statement issued on the system table DOMAIN.COLUMNS to find out the current definition of the affected columns. If need be, the attempt can be made to achieve comparability by applying a <CONVERSION function>.

 

 

 

Leaving content frame