Hi,
I'm getting the above error in unicode system for the below piece of code.
ASSIGN T_BUFFER to <T_BUFFER> .
INSERT INTO (<TABNAME>) VALUES <T_BUFFER>.
Issue is at the above INSERT statement where, <TABNAME> is
+FIELD-SYMBOLS: <TABNAME> type c.+ (Dynamic)
and, <T_BUFFER> is
FIELD-SYMBOLS: <T_BUFFER> type c.
Here structure differs for both the operands.What changes can I make to make them same to get the desired O/P.
Kindly help me with some inputs.
Regards,
Siva