Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Point Time

Former Member
0 Likes
550

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

3 REPLIES 3
Read only

Former Member
0 Likes
500

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

Read only

Former Member
0 Likes
500

Please pass date in sy-datum format....

declare your parameters like sy-datum.

Regards,

Lalit Mohan Gupta

Read only

Former Member
0 Likes
500

Please do not ask or answer basic or interview questions.

Thread locked and any Points unassigned.

Rob