Entering content frame

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

You use the .maxSize attribute to determine the maximum input length of a screen field:

Example

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

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

Leaving content frame