Hi
I want to add days to a sy-datum. Is there any FM that will add this dates.
I will pass in exporting parameter sy-datum only, i will not pass date like(05.12.2008)
I got one FM but it is not allowing me to pass sy-datum
FM is RP_CALC_DATE_IN_INTERVAL
Plz help me out.
for Ex:
FM -
exporting
date = sy-datum
days = 2
impor
cal_date = dates
regards
Rao