2008 Jul 18 6:50 AM
Hi,
can anyone tell me FM name to get the date of 182 days back from today...????
Thanks in advance...
2008 Jul 18 6:52 AM
Hi Sandeep,
Use the FM:
RP_CALC_DATE_IN_INTERVAL
Add/subtract years/months/days from a date
With luck,
Pritam.
Hi,
can anyone tell me FM name to get the date of 182 days back from today...????
Thanks in advance...
2008 Jul 18 6:51 AM
Hi ,
just subtract 182 from today
data : V_date like sy-datum.
v_date = sy-datum - 182.
write : v_date.
2008 Jul 18 6:51 AM
Hi
Well As i already said to you in the earlier post all you have to do is subtract 182 from today's date you will get the desired result
Regards
Pavan
2008 Jul 18 6:52 AM
Hi ,
You can use the standard subroutine for this
PERFORM DAY_MINUS_MONTHS(SAPFP500) USING rp50d-date1 '3' data_pa.
Subroutine : DAY_MINUS_MONTHS
Program : SAPFP500
You can get date before 182 days.
Regards,
Naveen Veshala
2008 Jul 18 6:52 AM
Hi Sandeep,
Use the FM:
RP_CALC_DATE_IN_INTERVAL
Add/subtract years/months/days from a date
With luck,
Pritam.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |