Entering content frame

Background documentation .label Locate the document in its SAP Library structure

You use the .label attribute to determine the text description of an input field:

Example

The following code determines the text description of the vbcom-kunde field:

`vbcom-kunde.label`: <input type=text name="vbcom-kunde">

This attribute allows language independence in HTML pages. When you use the .label attribute, the R/3 logon language determines the texts that are displayed on the HTML page.

Leaving content frame