Question:
Hi Abaper,
I meet a problem for date caculation, I want know how can I get the next day according to current day, for example:
2004/12/23 the next day is 2004/12/24
2004/12/31 the next day is 2005/01/01
is there any function module to get it?
thanks in advance;
Jinhood
Answer:
date = date + 1
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com
Answer:
In general: all this is described in standard SAP help for ABAP.
_________________
ilya
More input data: http://abaplog.wordpress.com
Sapfans ABAP FAQ: /forums/viewtopic.php?t=94198
R's ABAP Knowledge Corner: http://www.Rard-harper.net/kb/kb.html
Function modules documentation: http://www.se37.com