Hi experts,
how can i move the content of the internal table into another with one step only.
I want something like that:
tab1[] = tab2[]
The only problem is that tab2's structure is not the same as tab1. So I need to move only the correspoindg fields.
Edited by: mrwhite on Jul 18, 2008 3:24 PM