cancel
Showing results for 
Search instead for 
Did you mean: 

MDM-ABAP-API Connection with language German [DE]

Former Member
0 Kudos

Hello,

I'm trying to read data from the mdm repository using the mdm abap api. In all examples that I find the structure of type "MDM_CDT_LANGUAGE_CODE" is configured using the english language

"mdm_language-language = 'eng'.

mdm_language-country = 'US'.

mdm_language-region = 'USA'.

"

Connecting to MDM with this parameter works. But our repository is filled with data in german "German [DE]". Can anyone tell me how to configure the mdm_language parameter for the connection? I tried all sorts of things, but nothing seems to work: (ger, DE, DEU / ger, DE, EU / ger, DE, WEU /...)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The language parameter for language "German [DE]" is

ls_language-language = 'ger'.

ls_language-country = 'DE'.

ls_language-region = '___'.

I don't believe this one...

If you have the same issue with another language just create a small report in which you connect with your repository with function "MDM_ACCESSOR_CONNECT" and afterwards retrieve your locals with function "MDM_ADMIN_RETRIEVE_REP_LOCALES". Then you'll see the "technical" representation of the languages you're repository has in the parameter "ET_REPOSITORY_LOCALES".

joseph_fryda2
Participant
0 Kudos

Hi Vlad,

Did you solve the problem?

Regards

Joseph