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