is there any way to shift field contents from one field to another in an internal table
for eg.
itab
fieldA(1)
-fieldB(10)
-
1--
-
2--
final itab
fieldA(1)
-fieldB(10)
-
1--
-
2--
i need to use LOOP to do this. is there any other way to achieve this WITH OUT A LOOP?
Thanks,
ravi.