Hi All,
Can anyone tell me how to separate the string into substrings and store the values in variables
I have a substring called
CPPS.PRIMARY.P01.BAPI RM TEMP
I need the output as follows
@var1 = PRIMARY
@var2 = P01
@var3 = BAPI RM TEMP
Thanks in advance
-techiPA
Can anyone tell me how to separate the string into substrings and store the values in variables
I have a substring called
CPPS.PRIMARY.P01.BAPI RM TEMP
I need the output as follows
@var1 = PRIMARY
@var2 = P01
@var3 = BAPI RM TEMP
Thanks in advance
-techiPA