Skip to Content
0
Former Member
Sep 28, 2008 at 07:17 AM

The types of operands "dbtab" and "wa" cannot be converted into one another

81 Views

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