Entering content frame

Function documentation Changing Web Item Attributes Locate the document in its SAP Library structure

Use

In a Web application you can reset the Web item attributes for the runtime in a simple and easy way. All attributes are available for this, which you can also set in the Web Application Designer. You can find the attributes available for this under Web Items as well as an explanation of the individual Web items.

Features

Parameter

Description

ITEM

Item name

You are able to apply a command to several Web items. In addition to the explicit specification of Web items, the quantity can also be limited by means of wild cards (MUTLI=’X’). The command is applied to all Web items, as long as they support this action.

You must specify the Web item(s).

MULTI

Use Web item as template

If MULTI is set to ‘X’, the command is applied to all the Web items that have ITEM in their name. ’*’ corresponds to all Web items.

This parameter is optional.

‘X’ = Yes, ‘  ’ = No

Example

Pushbutton for activating alternating styles for table rows:

<table class="SAPBEXBtnStdBorder" cellspacing="0" cellpadding="0" border="0"><tr><td><table><tr><td class="SAPBEXBtnStd"><a href=”<SAP_BW_URL item=’TABLE_1’ ALT_STYLES=’X’>”>Alternierende Styles</a></td></tr></table></td></tr></table>

 

Leaving content frame