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