2014 Jul 14 9:09 AM
Hello,
I need your help. I am searching for an SAP-FunctionModule that convert Timestamps from UTC to other time zones. The FunctionModule should be remote enabled and SAP standard (similar to FunctionModule = “TZ_GLOBAL_TO_LOCAL”).
Perhaps you can help me.
2014 Jul 14 9:50 AM
Hi Holger,
Perhaps you can write a remote enabled Z-function including the syntax below.
The input parameter maybe from_ts&from_tz.The output parameter maybe to_ts&to_tz.
CONVERT TIME STAMP time_stamp TIME ZONE tz
INTO [DATE dat]
[TIME tim] [DAYLIGHT SAVING TIME dst].
CONVERT DATE dat
[TIME tim [DAYLIGHT SAVING TIME dst]]
INTO TIME STAMP time_stamp TIME ZONE tz.
Thanks,
Sam
2014 Jul 14 10:05 AM
Hi Sam,
thank you very much for your answer. But we don´t like to build up a custom Z-function. We need a SAP-Standard remote enabled functionality (BAPI or Function).
I there really no standard functionality.
Holger