cancel
Showing results for 
Search instead for 
Did you mean: 

Timezone format in SAP IDM and standard TimeZone format

Former Member
0 Kudos

Is there a way to convert Time Zone in ABAP codification to starndard TimeZone codification.

We receive the timezone "Europe\Paris" from SuccessFactors and we need to push the timezone "CET" to ABAP backend.

Question 1 : How to convert from one format to the other format ?

Question 2 : Which format is the right one to use in the MX_TIMEZONE ?

Best regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Chenyang
Contributor
0 Kudos

Hi

I have the same issue as you in SuccessFactors - IdM integration. I used a table to store the mapping between Java standard time zone Europe\Paris and SAP time zone.

Should you have found better solution, please let me know.

Thanks, Chenyang

former_member2987
Active Contributor
0 Kudos

Take a look in the

I got this information from the 7.2 document. It's probably not different for 8.0, if that's what you are using.

Attribute Name: MX_TIMEZONE

Description: User time zone

Type: String

# of values: Single

ABAP mapping: timezone

Comments: Use fixed list of 101 entries (Y7D client 000) of TTZZ system table.

Hope this helps!

Matt

Former Member
0 Kudos

And, for the question 1, how to convert from "Europe\Paris" to "CET" ? Is there somewhere a convertion table?

former_member2987
Active Contributor
0 Kudos

That I really don't know. Are you looking for IDM to adjust the value read from ABAP?