Entering content frame

Background documentation Transferring Variables Locate the document in its SAP Library structure

You can transfer expressions, for example variables, with the following syntax:

This graphic is explained in the accompanying text

Value transfer: object = <%=varname%>

Example

bgcolor = "green" creates a green background by transferring the value green. With bgcolor = "<%=color%>" the current value of the variable color is assigned to the attribute bgcolor.

Leaving content frame