Hi,
I have a string with fields each of length 40, I need to split it at the mutilples of 40 and put in an internal table , i.e.
field1(40),
field2(40),
field3(40)
v_str = (field1 field2 field3 .. ).
thanks
points will rewarded