Skip to Content
0
Former Member
Feb 27, 2009 at 01:08 PM

How to get variable value into internal table?

1971 Views

Hello friends,

I have a string variable which stores the value like...

v_build_str = MAT210AS1MAT210AS2MAT210AS3MAT210AS4MAT210AS5MAT210AS6^

I want to process this variable value and want to store data in inter table like...

MAT210AS1

MAT210AS2

MAT210AS3

MAT210AS4

MAT210AS5

MAT210AS6

How can I do this?

Regards,

RH