Skip to Content
0
Former Member
Nov 04, 2005 at 09:41 PM

shifting field contents in an internal table

349 Views

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--


20000--

-


2--


20001---

final itab

fieldA(1) -fieldB(10)

-


1--


120000---

-


2--


220001---

i need to use LOOP to do this. is there any other way to achieve this WITH OUT A LOOP?

Thanks,

ravi.