Assertion failed at the last line ASSERT txt_string = num:
DATA num TYPE i VALUE 123.
DATA txt_char TYPE c LENGTH 42.
DATA txt_string TYPE string.
txt_char = num.
ASSERT num = txt_char.
ASSERT txt_char = num.
txt_string = num.
ASSERT num = txt_string.
ASSERT txt_string = num.
Assertion failed at the last line
ASSERT txt_string = num
: