Set a permissible values list for each connection

By default, a text box is displayed on the requests page for providing permissible values for attributes per connection. Configure this xml to define a permissible values list. A drop-down list is then displayed on the requests page and permissible values can be selected for each connection.

To configure the xml setting:

XML file name and path [InstallPath]\Settings\ AdditionalUserAttributes.xml
Tag <connections>
Node

<connection id="" required="false" browsable="false" name="Connection_2">,

<permissiblevalue value="ADMIN">ADMIN</permissiblevalue>

Configuration setting
  • Locate the <connections> tag and uncomment it.
  • Locate the node <connection id="" required="false" browsable="false" name="Connection_2"> and provide the connection name.
  • Locate the node <permissiblevalue value="ADMIN">ADMIN</permissiblevalue> and then set the permissible values in the node.
Here the value indicates the internal value that is set in SAP and ADMIN is the display text that would appear on Requests creation page on the user interface.