Group Data Import Format 
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 delimiter separates group records. |
|
Name of the UME group. |
Attribute |
Description |
|---|---|
|
Description of the group. |
|
List of groups assigned to the group separated by semicolons (;). |
|
List of roles to which the group is assigned separated by semicolons (;).
There is limited support for portal role assignment. More information: Import Format for UME Principals End of the note. |
|
List of users assigned to the group separated by semicolons (;). |
Syntax
The following is an example of a file containing a group in the import format. The users MarcPeters, JackSmith, and Alan_Fox must already exist, otherwise an error occurs. Similarly, the groups HappyBuyersOf2003 and HappyBuyersOf2002 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=MarcPeters;JackSmith; user=Alan_Fox group=HappyBuyersOf2003;HappyBuyersOf2002