‎2006 Dec 22 11:41 AM
hi,
in the foll. statement:
<b>insert lines of itab into itab1 index n.</b>
if data type of fields of itab is diff from itab1,but no. of fields being the same how do u make the type conversion possible since it does not allow (ie gives compile error)
i want value s from itab to go in itab1 but since datatypes are diff. it doesnt allow me .so how do i go about it??
thanks,
‎2006 Dec 22 11:45 AM
Is not at all possible type conversion in the statement Insert. If you want u have to convert before the statement and insert.
If useful reward.
Thanks,
Alex.
‎2006 Dec 22 11:47 AM
‎2006 Dec 22 3:41 PM
If the data types of itab1 fields are different you have to convert the value
before storing into Itab2.
do the conversion before insert.