Hi All,
I have a small problem here.
I have two internal tables itab1 and itab2.
itab1 having the following structure
DATA: BEGIN OF itab1 OCCURS 0.
DATA: tcode TYPE tstct-tcode,
ttext TYPE tstct-ttext,
flag TYPE c.
DATA: END OF itab1.
in this itab1 i have some values.
My itab2 is of type range. i mean it is having the structure of sign, option, low, high.
now i need to transfer itab1 content to itab2.
how can it be possible?
can anybody suggest .
thanks & regards
naidu