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,635

Hi ,

Is there ny FM to convert date in timestamp

This FM is exactly work:

<b>LTRM_TIMESTAMP_CONVERT_INTO</b>

10 REPLIES 10
Read only

Former Member
0 Likes
1,502

use this FM to create time stamp

OFX_TIMESTAMP_CREATE

regards,

sumit.

Read only

0 Likes
1,502

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,502

Hi Rajesh,

Try it,

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

DATE d TIME t.

Read only

Former Member
0 Likes
1,502

You can check this FM 'FRE_CONVERT_DATE_TO_TIMESTMP'.

Regards,

Subhasish

Read only

Former Member
0 Likes
1,502

'FRE_CONVERT_DATE_TO_TIMESTMP'

Read only

Former Member
0 Likes
1,502

This FM is exactly work:

<b>LTRM_TIMESTAMP_CONVERT_INTO</b>

Read only

Former Member
0 Likes
1,502

try 'FRE_CONVERT_DATE_TO_TIMESTMP'.

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

Read only

0 Likes
1,502

@Jeetu

srry culdnt getu abt 49th batch

Read only

0 Likes
1,502

Hi Rajesh,

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

Regards,

Jeetu

Read only

0 Likes
1,502

no probs...nyway thanx for da help