‎2008 Mar 20 3:44 PM
Hi,
there is simple way to decrease 13 month from sy-datum?
Regards
‎2008 Mar 20 3:47 PM
hi Tal,
you can use FM CALCULATE_DATE. For the months parameter you have to enter -13 (minus thirteen), the date you give in system format (YYYYMMDD)
hope this helps
ec
‎2008 Mar 20 3:47 PM
hi Tal,
you can use FM CALCULATE_DATE. For the months parameter you have to enter -13 (minus thirteen), the date you give in system format (YYYYMMDD)
hope this helps
ec
‎2008 Mar 20 3:51 PM
Hi Eric
i put
month -13
date 20.03.2008
i get : 00190220
what is wrong?
Regards
‎2008 Mar 20 3:52 PM
‎2008 Mar 20 3:52 PM
I already told!
"the date you give in system format (YYYYMMDD)"
for today: 20080320
‎2008 Mar 20 4:01 PM
hi,
you can use this FM also, /SAPHT/DRM_CALC_DATE
-somesh
reward if it is helpful