User Data Import Format
Use
This section describes the attributes used to import user records into SAP NetWeaver Application Server (AS) Java. User records consist of optional and required attributes.
|
Attribute |
Description |
Field Name in User Interface |
|---|---|---|
|
[User] |
Delimiter to separate user records. The UME skips empty lines. |
Not applicable |
|
uid |
ID the user uses to log on. |
Logon ID |
|
last_name |
Self-explanatory |
Last Name |
|
Attribute |
Description |
Field Name in User Interface |
|---|---|---|
|
accessibility |
Used to enable the accessibility of Web Dynpro interfaces for users with special needs. For more information, see the accessibility documentation. |
Activate Accessibility Feature |
|
city |
Self-explanatory |
City |
|
cert |
You can import the user certificate. Enter the certificate encoded in Base 64. |
Not applicable |
|
com.sap.security.core. usermanagement:orgunit |
Organizational unit |
Organizational Unit |
|
country |
ISO 3166 code for the country. |
Country |
|
department |
Self-explanatory |
Department |
|
email_address |
The user's e-mail address. |
E-Mail Address |
|
fax |
Self-explanatory. See also the note below the table. |
Fax |
|
first_name |
Self-explanatory |
First Name |
|
group |
List of groups to which to the user is assigned, separated by semicolons (;). |
Not applicable |
|
job_title |
Self-explanatory |
Position |
|
language |
Java locale for the country. These are formed by the ISO 639 code for the language followed optionally by an underscore (_) and the ISO 3166 code for the country. |
Language |
|
mobile |
Self-explanatory. See also the note below the table. |
Mobile |
|
org_id |
Name of the company to which the user belongs. The company must already exist. For more information, see Configuring Delegated User Administration Using Companies |
Company |
|
password |
If you do not include a password for import, the application generates a password. If the password does not conform to the security policy or if you leave the password attribute empty, the application does not import that user. If the user already exists and has a password, the application updates the password so long as it conforms to the security policy. |
Not applicable |
|
role |
List of roles to which the user is assigned, separated by semicolons (;). |
Not applicable |
|
salutation |
How the user is addressed. |
Form of Address |
|
state |
Self-explanatory |
State/Province |
|
street |
Self-explanatory |
Street |
|
telephone |
Self-explanatory. See also the note below the table. |
Telephone |
|
time_zone |
The time zone, either as an abbreviation such as PST or a full name such as America/Los_Angeles . |
Time Zone |
|
zip |
Self-explanatory |
ZIP/Postal Code |
|
<namespace> : <name> |
Custom field with the syntax:
<namespace>:
<name>=
<text_value>
By default the value is interpreted as a text value. If you want to use a binary value, you must use the base64 encoded value with the prefix {BINARY} . |
Same as the custom field namespace and name. |
|
$usermapping$: <system_alias> : <attribute_name> |
Any other attribute value required by an external system <system_alias> to which the user is mapped. <system_alias> is the system alias as defined in the portal system landscape editor. |
Not applicable |
|
$usermapping$: <system_alias> : mappedpassword |
Password of mapped user in system <system_alias> . <system_alias> is the system alias as defined in the portal system landscape editor. |
Not applicable |
|
$usermapping$: <system_alias> :user |
User ID to which the user is mapped in the system <system_alias> . <system_alias> is the system alias as defined in the portal system landscape editor. |
Not applicable |
Example
The following is an example of users in the import format.
[User]
UID=user0001
Password=initial1
Email_Address=user0001@example.com
First_Name=Teresa
Last_Name=Ruiz
[User]
UID=user0002
Password=initial1
Email_Address=user0002@example.com
First_Name=Mikhail
Last_Name=Komarov
The following example shows how you can change the user mapping data of an existing user, user0002. When you import the data, choose the option Overwrite Existing Data in the import tool.
The user user0002 is mapped to the user ID ext_user2 in the system BCE, where BCE is the system alias of the system defined in the portal system landscape.
[User]
uid=user0002
Last_Name=Komarov
$usermapping$:BCE:user=ext_user0002
$usermapping$:BCE:mappedpassword=initial1