PrincipalBCP.xml
When loading user data into IRC, two xml files must be created:
- PrincipalBCP.xml
- PrinAtrbValBCP.xml
Thess xml files helps define data in the APPLICATIONPRINCIPALS table of the adapter staging database. Specify the user name and user type in the PrinicipalBCP.xml file.
Note: User type needs to be defined both in PrincipalBCP.xml and
PrinAtrbValBCP.xml.
Element name | Data type | Length | Mandatory | Key | Notes |
---|---|---|---|---|---|
Name | String | 180 | Yes | Primary | |
Description | String | 120 | No | ||
Type | String | 1 | Yes | From User Types |
The user types supported are as given in this table:
User type | Description |
---|---|
1 | Dialog User |
2 | Reference User |
3 | Service User |
4 | Communications User |
5 | System User |
6 | CPIC User |
7 | Background User |
8 | BDC User |
9 | ODC User |
If non-SAP applications do not have the user types supported, set the default value to Dialog User for all the users from the non-SAP applications. This example explains the process to generate the PrincipalBCP.xml file for non-SAP applications.