CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL'
EXPORTING
DATE = SY-DATUM
DAYS = 0 "Give the number of day to add or subtract
MONTHS = 1 "Give the number of months to add or subtract
EXPORTING
DATE = SY-DATUM
DAYS = 0 "Give the number of day to add or subtract
MONTHS = 1 "Give the number of months to add or subtract
SIGNUM = '-' " For Addition give (+) and for Subtraction give (-)
YEARS = 0 "Give the number of years to add or subtract
IMPORTING
CALC_DATE = ZFBDT.
CALC_DATE = ZFBDT.
No comments:
Post a Comment