‎2007 Dec 18 9:40 AM
Hi,
Does anybody know a FM for an adding time interval to date with possibility to enter a time unit ?
Thanks.
Marian
‎2007 Dec 18 9:44 AM
‎2007 Dec 18 9:49 AM
Hi,
Declare two variables of type sy-datum and sy-uzeit and then declare the 3rd variable of type character and length 14.
Use concatenate to join date and time into the 3rd variable.
‎2007 Dec 18 9:57 AM
Use FM SD_CALC_DURATION_FROM_DATETIME
Reward points if it helps
‎2007 Dec 18 10:08 AM
Hi,
You may use FM C14B_ADD_TIME.
I hope this helps,
Regards
Raju Chitale
‎2007 Dec 18 10:13 AM
Hi,
You May use FM SD_DEL_WAVE_SUBTRACT_TIME for subtracting Time from a given date & time.
Regards
Raju Chitale
‎2007 Dec 18 10:14 AM
Hi,
You May use FM SD_DEL_WAVE_SUBTRACT_TIME for subtracting Time from a given date & time.
Regards
Raju Chitale