in tcurr table there is field named GDATU which is in char format and i need to compare this field with other field in the internal table which is in date format...
select single KURST
from tcurr
into w_kkurs1
where GDATU ge itab-budat
and FCURR eq 'USD'
and TCURR eq 'INR'
and KURST eq 'M'.
in this query gdatu is in char format and budat in DATS form..
so can anyone tell me how can i resolve this issue..
Edited by: Sandeep Bhamare on May 9, 2008 3:43 PM