hi all ,
how the below select statement can be written and executed properly
select start date
end date
from ztable
where startdate - 7 LE sy-datum
and endate + 7 GE sy-datum
???
In the where condition i need to subtract and add 7
How can this be done ?
Please give your useful suggestions