!--a11y-->
Use
To make device properties for additional mobile devices available, create a new XML file, then import the device recognition data for the new device type into the appropriate R/3 tables.
The XML files are stored (compressed) in the devices.zip file in the MIME Repository of the SAP Web Application Server.
You will find this file by choosing SAP ® Client_Info ® devices.zip.
Prerequisites
You are developing in an SAP System on the SAP Web Application Server 6.10 or later.
Procedure

You only need to define properties for a specific device.
If you do not define properties, the default values are sent to the instance of the ClientInfo class at runtime.

<device>
<id>Y_SiemensS35</id>
<userAgent>SIE-S35/1.0 UP/</userAgent>
<priority>1</priority>
<accept>text/vnd.wap.wml</accept>
<deviceName>SiemensS35</deviceName>
</device>

The device name <deviceName/> in the devices.xml file must match the name of the associated XML file, .cap. Choose a meaningful name for the name of the device in the configuration table. The ID number must begin with an upper case Y or Z, followed by an underscore, and then by a meaningful string representing the name of the device. The ID numbers should begin with a Y or Z; otherwise they will be overwritten during updating.

Pay attention to upper and lower case.
If you choose the devices.xml file using an HTTP address, you need a Web server.
You need only enter the name of the proxy server and port if your system is protected by a firewall.
At the end of the import process, you will receive a list of all the modified device types and a confirmation message if the program has been executed successfully.
Result
You have updated the R/3 tables that provide the device properties for an additional mobile device.
