Skip to Content
0
Former Member
Sep 07, 2007 at 08:01 AM

run time error

26 Views

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 .