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

Alternative/Replacement of Function Modules

Former Member
0 Likes
853

Hi,

Can you tell the replacement/alternative function modules for TZ_GLOBAL_TO_LOCAL and TZ_UTC_SYSTEMCLOCK? Hence TZ_GLOBAL_TO_LOCAL and TZ_UTC_SYSTEMCLOCK Function modules are obsolete.

Thanks,

Suresh

2 REPLIES 2
Read only

Former Member
0 Likes
634

directly use sy-datum, sy-uzeit values

and for local tim use these fields

sy-DATLO

sy-TIMLO

sy-ZONLO

Read only

Former Member
0 Likes
634

Hi,

try function module "ISU_DATE_TIME_CONVERT_TIMEZONE"

Thanks,

Jeya Sakthivel Durairaj