Hi all.
please go through this code
SELECT-OPTIONS : DATE FOR T_ZATTM-CDAT OBLIGATORY.
loop at t_zattm.
SELECT * FROM ZOTTAB INTO OTTAB
WHERE ECODE = T_ZATTM-ECOD AND
ODATE IN DATE."= t_zattm-cdat.
endloop.
my problem is if i give date range above 2 year am geting run time error. like this
<b>Unable to interpret "*00" as a number.</b>
please tell me that is the error and how to solve this .