Show TOC

Group Data Import FormatLocate this document in the navigation structure

Use

This section describes the attributes used to import group records into SAP NetWeaver Application Server (AS) Java. Group records consist of optional and required attributes.

Attribute

Description

[Group]

Group delimiter separates group records.

gid

Name of the UME group.

Attribute

Description

gdesc

Description of the group.

group

List of unique names of groups assigned to the group separated by semicolons (;).

role

List of unique names of roles to which the group is assigned separated by semicolons (;).

Note

There is limited support for portal role assignment.

More information: Import Format for UME Principals

user

List of logon IDs of users assigned to the group separated by semicolons (;).

Example

The following is an example of a file containing a group in the import format. The users MikhailKomarov, TeresaRuiz, and AlainChevalier must already exist, otherwise an error occurs. Similarly, the groups Contractors and Scranton must already exist, or be created during the import before the group HappyBuyers.

[Group]
gid=HappyBuyers
gdesc=This is a group of all satisfied buyers
user=MikhailKomarov;TeresaRuiz;
user=AlainChevalier
group=Contractors;Scranton