-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Dear @Crissov,
I gathered some information about SAP icons to collate them with existing emoji.
SAP R/3 Icons:
They can found in the SAP UI library sapguirm32.dll in the SAP GUI (I used Resource Hacker to extract them) and in four font files (You can open them with FontForge and find the icons in the Private Use Zone (U+E000 to U+F8FF)). In the XML file 1605.xml, also found in sapguirm32.dll, there is a German description of the symbols. An outdated list of icons is provided here: http://experience.sap.com/files/guidelines/icons_sap/SAP_R3_Icons.pdf
There are different themes. The most important one is the Blue Crystal Theme, however many customers still use the older Enjoy theme. The icons of the newest theme, Belize, are only available in the SAPGUI-Belize-Icons.TTF, but not as spritesheet.
In SAP R/3 icons are encoded as @
ID@
or @
ID\Qtooltip@
where ID contains 2 characters from the set [0-9A-Z] and the tooltip (after \Q, but before @
) is a text which is shown, if you hover the mouse over the icon. In NetWeaver systems the valid icon IDs can be found in the database table ICON. (I can provide you further information in the next weeks.)
The image and font files are attached here and as the SAP is also a member of the Unicode Consortium I think this falls under Fair Use: SAP Icons.zip
SAP UI5 Icons:
SAP UI5 is web-based and does not use the R/3 icons, but internally uses the Private Use Zone for their own icons (also many icons overlap with existing emoji). The UI5 API works with the URI scheme sap-icon. A list of all available icons can be found here: https://sapui5.hana.ondemand.com/iconExplorer.html