Skip to Content
0
Oct 16, 2009 at 12:28 PM

convert string to table with no word split

1378 Views

Hello,

hope i can get some help with my problem.

i know there are function modules that convert a string to a table.

for example SCMS_STRING_TO_FTEXT.

but i couldn't find a fm that does it considering not to split words.

for example:

looks like this:

................this is a te

st

should look like this

.................this is a

test

thanks very much for your help

Helmut