Application Development 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

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_member306787
Active Participant
0 Kudos

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

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

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

former_member306787
Active Participant
0 Kudos

Try this one: TZ_GLOBAL_TO_LOCAL.

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

Good luck!

Best regards,

Zhou

0 Kudos

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

Will close this discussion.