Entering content frame

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

You use the .visSize attribute to determine the maximum visible length of a screen field:

Example

The following code determines the maximum visible length of the vbcom-kunde field:

<p> Please enter your customer number
   <input type=text name="vbcom-kunde"
          size=`vbcom-kunde.visSize` </p>

Leaving content frame