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

Timestamp

Former Member
0 Likes
1,306

Hi ,

Is there ny FM to convert date in timestamp

10 REPLIES 10
Read only

Former Member
0 Likes
1,173

use this FM to create time stamp

OFX_TIMESTAMP_CREATE

regards,

sumit.

Read only

0 Likes
1,173

else if you want to create it manually you can try like that.

data : timestamp(20).

concatenate sy-datum sy-uzeit into timestamp.

Read only

Former Member
0 Likes
1,173

Hi Rajesh,

Try it,

CONVERT TIME STAMP tstamp TIME ZONE 'UTC+12' INTO

DATE d TIME t.

Read only

Former Member
0 Likes
1,173

You can check this FM 'FRE_CONVERT_DATE_TO_TIMESTMP'.

Regards,

Subhasish

Read only

Former Member
0 Likes
1,173

'FRE_CONVERT_DATE_TO_TIMESTMP'

Read only

Former Member
0 Likes
1,173

This FM is exactly work:

<b>LTRM_TIMESTAMP_CONVERT_INTO</b>

Read only

Former Member
0 Likes
1,173

try 'FRE_CONVERT_DATE_TO_TIMESTMP'.

If u were in 49th batch ,give me your cell no.

Read only

0 Likes
1,173

@Jeetu

srry culdnt getu abt 49th batch

Read only

0 Likes
1,173

Hi Rajesh,

Please ignore that sentence.This was misplaced.I am really sorry for that.

Regards,

Jeetu

Read only

0 Likes
1,173

no probs...nyway thanx for da help