hi experts,
in upgradtion from varaible to internal table .. data is not moving. it's giving error as "i/t" and "var(581)" are not mutually convertible in a Unicode
ex : data : var(600) type c.
parameters : x(45) type c lower case obligatory.
read dataset x into var .
move var(582) to i/t .
i/t have 30 fields.
here it's giving error as it's giving error as "i/t" and "Ivar(581)" are not mutually convertible in a Unicode
how we can move that pls do needy.
regards,
praveen