Hi,
Can someone tell me if performance is better when using field symbols rather than work area.
Example, In loops we use Loop at table <tab1> into <wa> where var1 = var2
Will it help using field symbols, when the internal table <tab1> has large number of entries
Thanks!