Entering content frame

Background documentation Handling Web Icons Locate the document in its SAP Library structure

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

This graphic is explained in the accompanying text

Attachment

WEBICON_LED_GREEN

This graphic is explained in the accompanying text

Green LED display

WEBICON_LED_YELLOW

This graphic is explained in the accompanying text

Yellow LED display

WEBICON_LED_RED

This graphic is explained in the accompanying text

Red LED display

WEBICON_LED_INACTIVE

This graphic is explained in the accompanying text

Inactive LED display

WEBICON_POSITIVE

This graphic is explained in the accompanying text

Positive

WEBICON_NEGATIVE

This graphic is explained in the accompanying text

Negative

WEBICON_CHECKED

This graphic is explained in the accompanying text

Selected, OK

WEBICON_CRITICAL

This graphic is explained in the accompanying text

Critical

WEBICON_FAILURE

This graphic is explained in the accompanying text

Failed function

WEBICON_LOCKED

This graphic is explained in the accompanying text

Locked

WEBICON_UNLOCKED

This graphic is explained in the accompanying text

Unlocked

WEBICON_LOCKED_BY_ME

This graphic is explained in the accompanying text

Locked by me

WEBICON_CHECKED_OUT

This graphic is explained in the accompanying text

Checked out

WEBICON_CHECKED_OUT_BY_ME

This graphic is explained in the accompanying text

Checked out by me

WEBICON_ALERT

This graphic is explained in the accompanying text

Caution

WEBICON_WARNING

This graphic is explained in the accompanying text

Warning

WEBICON_HINT

This graphic is explained in the accompanying text

Note

WEBICON_STATUS_OPEN

This graphic is explained in the accompanying text

Open

WEBICON_STATUS_BOOKED

This graphic is explained in the accompanying text

Booked

WEBICON_STATUS_PARTLY_BOOKED

This graphic is explained in the accompanying text

Partly booked

WEBICON_STATUS_CANCELLED

This graphic is explained in the accompanying text

Cancelled

WEBICON_TREND_CONSTANT

This graphic is explained in the accompanying text

Constant trend

WEBICON_TREND_INCREASING

This graphic is explained in the accompanying text

Trend increasing

WEBICON_TREND_DECREASING

This graphic is explained in the accompanying text

Trend decreasing

WEBICON_TREND_UP

This graphic is explained in the accompanying text

Trend strongly increasing

WEBICON_TREND_DOWN

This graphic is explained in the accompanying text

Trend strongly decreasing

WEBICON_DUPLICATE

This graphic is explained in the accompanying text

Duplicate entry

WEBICON_WRONG_REFERENCE

This graphic is explained in the accompanying text

Incorrect reference

WEBICON_WAITING_FOR_APPROVAL

This graphic is explained in the accompanying text

Waiting for approval

WEBICON_MISSING_GOODS_RECEIPT

This graphic is explained in the accompanying text

Missing good receipt

WEBICON_MISSING_INFORMATION

This graphic is explained in the accompanying text

Missing information

WEBICON_PRICE_VARIANCE

This graphic is explained in the accompanying text

Price variance

WEBICON_QUANTITY_VARIANCE

This graphic is explained in the accompanying text

Quantity variance

Caution

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 Structure linkMIME Repository entry. This entry begins with the root of the MIME repository. The URL is always loaded by the active server. If the path is a Web Dynpro path, its name is converted to an icon. Otherwise no checks to ensure the validity of the URL can be made. 

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.

 

 

 

Leaving content frame