Skip to Content
0
May 29, 2008 at 06:26 AM

How to Split String

569 Views

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