Hello friends,
I want to split a internal table field at the 10th charakter into two strings. (first string gets the first 10 charakters second gets the rest)
Is it possible to do this with SPLIT?
Or is there a function module for this?
All of this happens in a loop with a field-symbol.
Thanks in advance.