Skip to Content
0
Former Member
Jul 31, 2007 at 10:08 AM

how to read each and every word from a string.

60 Views

Hi all,

I have a string which is having many label numbers. if the string is lv_str, its value is like, 11111111111111##22222222222222##3333333333333.

I need to move the values alone into internal table. each value should be updated as a single row into one internal table. How to read each and every word of the string and move to an internal table.

the internal table should be like this.

11111111111111

22222222222222

3333333333333

Can any one give me a suggestion in this regard.

POINTS PROMISED.

Regards,

Buvana