Skip to Content
0
Former Member
Jan 28, 2009 at 09:03 PM

Check internal table for some value

106 Views

HI,

I have internal table with 3 deep structure inside and i want to scan the table if i have field type

tims search if the have ':' if so omit it, and the same for dats '-'.

What is the best way to do that?

type                                    data type
SWW_CD 	        DATS
SWW_CT	        TIMS

e.g.

IF I have time like

18:20:33

i want to turn it to 182033

and the same for date

2009-01-28

20090128

Regards