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

Problem with Time stamp function module for converting US to Japan

Former Member
0 Likes
665

Hi All,

I need standard function module for converting US Timestamp to Japan, Can any one let me know is there any standard function modules.

thanks in advance!

Regards,

Kalidas.T

Edited by: Kalidas Thirumoorthy on May 5, 2009 5:29 PM

Edited by: Kalidas Thirumoorthy on May 5, 2009 5:30 PM

Edited by: Kalidas Thirumoorthy on May 5, 2009 5:30 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

Try this way:

CONVERT TIME STAMP <tst> TIME ZONE <tz> INTO DATE <d> TIME <t>.

CONVERT DATE <d> TIME <t> INTO TIME STAMP <tst> TIME ZONE <tz>.

<tst> is of type P(8) or P(11) with 7 decimal places

<tz> of type C(6)

Refer to help.sap.com for more details.

Hi All,

I need standard function module for converting US Timestamp to Japan, Can any one let me know is there any standard function modules.

thanks in advance!

Regards,

Kalidas.T

Edited by: Kalidas Thirumoorthy on May 5, 2009 5:29 PM

Edited by: Kalidas Thirumoorthy on May 5, 2009 5:30 PM

Edited by: Kalidas Thirumoorthy on May 5, 2009 5:30 PM

4 REPLIES 4
Read only

Former Member
0 Likes
619

Try this way:

CONVERT TIME STAMP <tst> TIME ZONE <tz> INTO DATE <d> TIME <t>.

CONVERT DATE <d> TIME <t> INTO TIME STAMP <tst> TIME ZONE <tz>.

<tst> is of type P(8) or P(11) with 7 decimal places

<tz> of type C(6)

Refer to help.sap.com for more details.

Read only

Former Member
0 Likes
618

This message was moderated.

Read only

Former Member
0 Likes
618

Hi,

Try with following Function Modules.

CONVERT_INTO_TIMESTAMP

WRF_CONVERT_TIMESTAMPS

Thank you,

Sekhar.

Read only

Former Member
0 Likes
618

you may try in this way also.... get the server time (Sy-UZEIT) then use '[SET TIME MASK|http://help.sap.com/saphelp_40b/helpdata/en/d1/803515454211d189710000e8322d00/content.htm]'.