hello experts,
i'm having a short dump error Unicode_types_not convetrible.
actually where upgrading from 4.6 to ecc6.
this is the syntax.
data: i_data type standard table of tab512,
w_data(192) type c.
parameters: s_tab(60) type c,
s_ctab(60) type c.
select * from (s_tab) into table i_data.
loop at i_data into w_data.
insert into (s_ctab) value w_data.
endloop.
please help.
Thank You.