cancel
Showing results for 
Search instead for 
Did you mean: 

Display name and Localizations

Former Member
0 Kudos

Hi,

I am currently working on Chinese IDM implementation and it would be important to get localized Displaynames to Privileges from ABAP systems

I noticed when initial loading roles from ABAP system Only English Language displayname is formed...

"Write roles" To Identity store pass uses only read unique name of role as key to form display name with sap_generatedisplay script. that script is then used to combine role name and repository name

I started to study a little bit how the localization works on database level..

After initial load only EN string is filled in and in MXIV_SENTRIES.

Display name is shown as string "SAPROLENAME (Repository)"

When I add Chinese localization to Privilege from Management console DISPLAYNAME on table level changes to #PRIVROLERepositorySAPROLENAME

in table mc_language_translations #PRIVROLERepositorySAPROLENAME is refered with Language Code and localizaed strings...

MY QUESTION: is there a way to

1. modify initial load so that it would import the localised language strings to display name

2. or import localized display name strings from text file to avoid a lot of manual work

Kind Regards

Veli-Matti Luotonen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

If I remember correctly this can be achieved by changing the Repository-Contant "jco_client_lang" to the desired languange.

I did this once with "DE" instead of "EN" and it worked.

Hope it helps

BR

Michael

Answers (0)