!--a11y-->
Handling Web Icons 
When user interfaces are created for Web applications graphical elements of a fixed size for multiple use are needed, for example for using on buttons or as status icons on screens or in lists. These icons are used as the graphical image of an object or a function. SAP provides predefined Web icons for the standard objects and functions that are used most frequently.
The standard symbols are addressed in Web Dynpro normally using symbolic names. The symbolic name always begins with WEBICON_*. You can use this name as the name for the source in the Image UI element.
Predefined Web Icons
Symbolic Name |
Visual Display |
Description |
WEBICON_ATTACHMENT |
|
Attachment |
WEBICON_LED_GREEN |
|
Green LED display |
WEBICON_LED_YELLOW |
|
Yellow LED display |
WEBICON_LED_RED |
|
Red LED display |
WEBICON_LED_INACTIVE |
|
Inactive LED display |
WEBICON_POSITIVE |
|
Positive |
WEBICON_NEGATIVE |
|
Negative |
WEBICON_CHECKED |
|
Selected, OK |
WEBICON_CRITICAL |
|
Critical |
WEBICON_FAILURE |
|
Failed function |
WEBICON_LOCKED |
|
Locked |
WEBICON_UNLOCKED |
|
Unlocked |
WEBICON_LOCKED_BY_ME |
|
Locked by me |
WEBICON_CHECKED_OUT |
|
Checked out |
WEBICON_CHECKED_OUT_BY_ME |
|
Checked out by me |
WEBICON_ALERT |
|
Caution |
WEBICON_WARNING |
|
Warning |
WEBICON_HINT |
|
Note |
WEBICON_STATUS_OPEN |
|
Open |
WEBICON_STATUS_BOOKED |
|
Booked |
WEBICON_STATUS_PARTLY_BOOKED |
|
Partly booked |
WEBICON_STATUS_CANCELLED |
|
Cancelled |
WEBICON_TREND_CONSTANT |
|
Constant trend |
WEBICON_TREND_INCREASING |
|
Trend increasing |
WEBICON_TREND_DECREASING |
|
Trend decreasing |
WEBICON_TREND_UP |
|
Trend strongly increasing |
WEBICON_TREND_DOWN |
|
Trend strongly decreasing |
WEBICON_DUPLICATE |
|
Duplicate entry |
WEBICON_WRONG_REFERENCE |
|
Incorrect reference |
WEBICON_WAITING_FOR_APPROVAL |
|
Waiting for approval |
WEBICON_MISSING_GOODS_RECEIPT |
|
Missing good receipt |
WEBICON_MISSING_INFORMATION |
|
Missing information |
WEBICON_PRICE_VARIANCE |
|
Price variance |
WEBICON_QUANTITY_VARIANCE |
|
Quantity variance |

Note that except for /path (see table) no relative paths are supported, that is no input in form ./path or ../path.
Supported URL Formats
Format |
Description |
Ttranslation in |
WEBICON_<NAME> |
Format of the new predefined Web icons |
Uppercase letters |
ICON_<NAME> |
Format of older SAP icons See also NAME column of table ICON. |
Uppercase letters |
$NAME$ or $NAME$/path |
$NAME$ refers to an entry in transaction SM59 for an HTTP connection (type G). If a path is specified, it is attached to the path prefix already defined. This is the only way absolute URLs can be used. |
$NAME$ sequence in upper case letters, /path in lower case letters |
/path |
Relative path details from a server to a |
Lowercase letters |
image.ext or folder/image.ext |
Loads an image from the MIME folder of the active component. This is the short form of the following format. |
|
{/NAMESPACE/COMPONENT}/image.ext or {/NAMESPACE/COMPONENT}/folder/image.ext |
The image is specified relative to another component. This means that the image is stored in the MIME folder of the component in question. For components within the SAP namespace the /NAMESPACE/-sequence is not specified. |
Namespace and component in upper case, path in lower case. |
[WWWDATA]/objectName |
Loads an image from the SAP Web repository of ITS. |
|