Hi all,
I have few entries in the Internal table,
Ex: entries in field ITAB-XYZ : 2456/Mr xysdgh sfsklajfl
346789/jkhsafsfdhhhkh
0008923764743/sahfkhsafhsfhlaf
From the above 3 entries, I want to divide n update into two different ITAB fields.
How can i divide the value by identfying ' / ' symbol in the entry???
ex: in the first entry,
ITAB-XY = 2456
ITAB-YZ = /Mr xysdgh sfsklajfl
2nd one
ITAB-XY = 346789
ITAB-YZ = /jkhsafsfdhhhkh
How can i do this offset or bifergation??? Please help.