‎2007 Aug 10 11:40 AM
‎2007 Aug 10 12:04 PM
I want do:
Last posting document date(from BKPF) +1 .
This will include the concept of leap year and many more issues.
regards.
‎2007 Aug 10 11:51 AM
Hi Sangeetha
if u want to add 1 day to current date use this one
date = sy-datum + 1.
reward points to all helpful answers
kiran.M
‎2007 Aug 10 11:57 AM
Hi,
Data: Date type sy-datum.
Date = Sy-datum + 1.
Regards
Sudheer
‎2007 Aug 10 12:04 PM
I want do:
Last posting document date(from BKPF) +1 .
This will include the concept of leap year and many more issues.
regards.
‎2007 Aug 10 12:07 PM
Hi Sangeeta,
The sy-datum or DATS8 will itself look about things like leap year and all.
Just do as follows.
BKPF-BUDAT = BKPF-BUDAT + 1.
Plz reward if helpful
Thanks,
Vinay
‎2007 Aug 11 4:27 AM
hi Sangeeta,
Its better to use some FM for Adding date, Since it will take care of all the leap years and last day of the month.
Try to search with date in SE37
Ali