Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module to calculate date

0 Likes
677

HI , I need a function module to calculate ,

from current date - 6 months .

Can any one help me?

thanks in advance .

1 ACCEPTED SOLUTION
Read only

ThangaPrakash
Active Contributor
0 Likes
635

Hello Sridevi,

Use FM "CCM_GO_BACK_MONTHS".

pass the current date and number of months you want to go back.

2 REPLIES 2
Read only

Former Member
0 Likes
635

MONTH_PLUS_DETERMINE

Input are: month & olddate.

Give month as "6-" for past 6 month date.

Read only

ThangaPrakash
Active Contributor
0 Likes
636

Hello Sridevi,

Use FM "CCM_GO_BACK_MONTHS".

pass the current date and number of months you want to go back.