Hi
I am trying to compare two dates
example
if l_date < 20080922.
.....
else
....
endif.
the value of l_date is 20080924
it should execute the code in else condition.
but it is not going it is executing code in if condition.
it would be helpful if someoe helps.
thanks in advance