Show TOC Start of Content Area

Background documentation UME Properties for Administration Locate the document in its SAP Library structure

These properties enable a variety of functions for the user management engine (UME). This includes the following:

·        Behavior and display of the search function in the Web Dynpro user interface

·        Definition of custom user attributes

Note 

You can display a maximum of 30 attributes on the Customized Information tab.

·        Configuration of self-registration

·        Configuration of the help link

·        Configuration of tenant field

Administration Attributes of the UME

Property

Value

Description

ume.admin.
addattrs

<namespace>:<attribute>

Separate the entries with semicolons (;). Namespace is optional.

Note

Do not use semicolons (;) in the attribute names, as the UME interprets these as separators.

Enables you to add custom fields to the user profile in the user interface. These attributes are only visible for administrator users. See also ume.admin.self.addattrs.

The field names appear in the user profile in the same order as they appear in the list and with exactly the same text.

Optionally you can define a namespace followed by a colon. For example ume.admin.addattrs=
MyNamespace:Room Number;MyNamespace:Building;MyNamespace:Direct Report

Constraint: At present you cannot provide translations for these texts.

Example

For example, add three fields to the user profile pages:

ume.admin.addattrs=Room Number;Building;Direct Report

ume.admin.
public.addattrs

<namespace>:<attribute>

Separate the entries with semicolons (;)

Note

Do not use semicolons (;) in the attribute names, as the UME interprets these as separators.

Enables you to add custom fields to the user profile in the user interface. These attributes are displayed when another user views the user profile in the user viewer application.

More information: ume.admin.addattrs

ume.admin.
search_maxhits

Default value is 1000.

Used in the user search function of the administration console. Defines the default maximum number of search results displayed. This value must be greater than ume.admin.search_
maxhits_warninglevel
.

ume.admin.
search_maxhits_warninglevel

Default value is 200.

Used in the user search function of the administration console. If the search result exceeds this number, you receive a notification. You can choose to display all the search results or to refine the search query.

ume.admin.self.
addattrs

<namespace>:<attribute>

The namespace is optional. Separate the values with semicolons (;).

Note

Do not use semicolons (;) in the attribute names, as the UME interprets these as separators.

Enables you to add custom fields to the user profile in the user interface. These attributes are only visible when a user views his or her own profile.

More information: ume.admin.addattrs.

ume.admin.self.
addressactive

Default value is FALSE.

When enabled, users can add their contact information when they register.

ume.admin.self.
generate_password

Default value is FALSE.

Enable to have the UME generate the initial password for a user during registration automatically. The UME e-mails the password to the e-mail address the user provided. When disabled, users must enter their own initial password.

ume.admin.self.
privacystatement.
link

Enter a URL to a privacy statement. Include the variable {0} to designate a version number.

When a URL is defined, this property causes a link to the privacy statement and an approval indicator to appear in the self-registration screen. The user must select the indicator to complete the registration.

In the URL, you can include a version number variable. This enables you to maintain multiple versions of the privacy statement and switch between them without changing the URL. The variable {0} is defined by the UME property ume.admin.self.
privacystatement.version
.

Example

On your Web server you have created a privacy statement with the filename privacy2.htm.

You point to this file by defining the link property to use the following URL:

http://www.example.com/privacy{0}.htm

Define the version property to 2. During self-registration, the privacy statement appears with a link to privacy2.htm. To change the privacy statement, create a new version, privacy3.htm and change the version property value to 3.

ume.admin.self.
privacystatement.
version

Default value is 1.

Defines the version number variable used in the privacy statement URL property: ume.admin.self.
privacystatement.link
.

ume.admin.
selfreg_company

Default value is FALSE.

Enables users to select a company in the self-registration screen.

ume.admin.
selfreg_guest

Default value is TRUE.

Enables the guest user company for self-registered users who have not been approved or do not select a company. If FALSE rejected users are members of no company.

ume.admin.wdactive

Default value is TRUE.

TRUE = Use the Web Dynpro version of the user administration console for identity management.

FALSE = Use the previous version of the user management administration console.

Use this property to activate the old user management user interface. See SAP Note 869852.

ume.admin.wd.
url.help

Default value is http://help.sap.com/saphelp_nw04s/
helpdata/en/5b/
5d2706ebc04e4d98036f2e1dcfd47d/
frameset.htm
.

When you open Structure linkidentity management as a stand-alone tool, property sets the link to the online help. You can change this link to call a local version of the online help in your system landscape.

ume.admin.wd.
table.size.large

Default value is 20.

Sets the number of table rows displayed in the search view table when you choose a large table display.

ume.admin.wd.
table.size.medium

Default value is 10.

Sets the number of table rows displayed in the search view table when you choose a medium table display.

ume.admin.wd.
table.size.small

Default value is 5.

Sets the number of table rows displayed in the search view table when you choose a small table display.

ume.admin.wd.
tenant.identifier.all

Default value is – All -.

Sets the display text for selecting the option to search all companies, when using a company solution. This text appears in the Tenant field. The list is alphabetic, so including a hyphen ensures the option appears at the top of the list.

ume.admin.wd.
tenant.identifier.none

Default value is – None -.

Sets the display text for selecting the option to search no companies, when using a company solution. This text appears in the Tenant field. The list is alphabetic, so including a hyphen ensures the option appears at the top of the list.

 

End of Content Area