Skip to Content
0
Former Member
Dec 05, 2008 at 10:01 AM

Date calculation FM

32 Views

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