Short text The current statement is only defined for character-type data objects.
What happened? Error in the ABAP Application Program
The current ABAP program "SAPLSTXV" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
For the statement "IF ... op1 CO op2 ..."
only character-type data objects are supported at the argument position
"op1". In this case. the operand "op1" has the non-character-type "P". The
current program is a Unicode program. In the Unicode context, the type
'X' or structures containing not only character-type components are
regarded as non-character-type.