Entering content frame

Background documentation Using Pointers to R/3 Fields Locate the document in its SAP Library structure

To define identifiers as pointers to R/3 fields, you can use the caret character ^ .

If, for example, Field_Name has the value vbcom-kunde , the following statement reports on the value in the field vbcom-kunde :

<p> The value of the field ‘Field_Name` is ‘^Field_Name` </p>

This statement generates the following in the HTML page:

The value of the field vbcom-kunde is 3100

Multiple indirections such as

^^^scarcely_practical[j]

are also possible

Leaving content frame