‎2009 Apr 10 3:28 AM
1. What o/p shoud be generated by std function DATE_TIME_CONVERT if the input are as follows:
exportiong:
date = '10.4.2009'
time = '07:57:59'
2.this function convert the both input into point time but i am not getting output in my system.
Edited by: anil ajmera on Apr 10, 2009 4:29 AM
‎2009 Apr 10 4:24 AM
Hi Anil,
U Should pass like this..
then it will work fine.
"data : p_date type sy-datum
"data : p_time type sy-uzeit
CALL FUNCTION 'DATE_TIME_CONVERT'
EXPORTING
DATE = '20090402' " OR P_DATE
TIME = '075759' " OR P_TIME
Thanks & regards,
Dileep .C
‎2009 Apr 10 5:10 AM
Please pass date in sy-datum format....
declare your parameters like sy-datum.
Regards,
Lalit Mohan Gupta
‎2010 Jan 02 9:59 PM
Please do not ask or answer basic or interview questions.
Thread locked and any Points unassigned.
Rob