SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

EDM Profile upload and Timezone

Former Member
0 Kudos

Hi friends

When importing profile values using std BAPI, I am facing a problem, my time zone is EST ( UTC-5) but the data from interval (CMEP format) meter is in UTC thus a value of 05:00:00 in the file is actually 00:00:00 in the system. Now it is becoming difficult to match the data against the local time ( EST) both in Table and in display during profile value upload

I have tried changing the time zone in the system and in user profile. can you please help

Thanks

joy

3 REPLIES 3

Former Member
0 Kudos

Hi Roy,

Use FM ISU_DATE_TIME_CONVERT_TIMEZONE. On table TTZZ, you have the all existing Time Zones.

Here a Test for you case with FM test interface.

Import Parameters Value

X_DATE_UTC 02.10.2008

X_TIME_UTC 05:00:00

X_TIMEZONE UTC-5

Export Parameters Value

Y_DATE_LCL 02.10.2008

Y_TIME_LCL 00:00:00

Hope that this is exactly what you mean.

KR,

AAL!

0 Kudos

hi Andre Almeida,

Very good answer

Regds,

Narendar Konakanchi

Former Member
0 Kudos

Thanx AAL for the help.i am sure it will solve my issue. Will update you

Thnaks

Joy