Skip to Content
0
Former Member
Dec 31, 2007 at 04:47 AM

very urgent...........need advice

16 Views

hi all,

I have 2 internal tables.

1st internal table i have a date field as

lv_dat(10) type c.

2nd internal table i have a date field as

dat like sy-datum.

so when i am moving from lv_dat to dat its not movin properly coz sy-datum is of 8 char and lv_dat is of 8 char...

lv_dat = 09/01/2007

dat = 09/01/20

pls advice....

thanks in advance