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: 

Function module required for time stamp conversion into MST

0 Kudos
542

Hello,

Please let me know if there is a SAP function module that can convert timestamp from GMT or provided timestamp into MST. I will need to use this function in BW transformation.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
454

Try this one: TZ_GLOBAL_TO_LOCAL.

Haven't used it myself yet, but it looks good.

Good luck!

Best regards,

Zhou

4 REPLIES 4

rodrigo_paisante3
Active Contributor
0 Kudos
454

Hi,

Did you see the F1 help for convert time stamp command?

Maybe you need to create a custom FM to use this command in transformation.

0 Kudos
454

Hi, yes i need custom FM for this functionality. F1 won't help.

Former Member
0 Kudos
455

Try this one: TZ_GLOBAL_TO_LOCAL.

Haven't used it myself yet, but it looks good.

Good luck!

Best regards,

Zhou

0 Kudos
454

Thanks Zhou for your reply. But i had to write custom abap to handle it.

Will close this discussion.