Skip to Content
0
Former Member
Jun 09, 2011 at 10:36 AM

Display name and Localizations

87 Views

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