Entering content frameBackground documentation Transferring Variables Locate the document in its SAP Library structure

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

Syntax

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