Hi Guys,
Is there a single statement to achieve the below?
1) itab1 = itab2
2) Replace value of field1 (of all entries) in itab1 with a constant value 'X'.
I was trying to use Corresponding operator, but only allows mapping values from itab2.
Thanks,
Ajith