Getting SAP System Field Attributes

Use

HTML Business provides several attributes for determining the attributes of screen fields in SAP system.

The following table lists the currently available attributes. For a detailed description of each attribute, click on the hyperlinks.

Screen Field Attributes

Attribute

Determines

.dim

Dimension of an array or multiple value field.

.disabled

Whether a field is ready for input or read-only.

.exists

Whether or not a field exists on the screen.

.label

Text description of an input field.

.maxSize

Maximum input length of a field.

.name

Name and index of a field.

.type

Type of a field.

.value

Current value of a field.

.visSize

Maximum visible length of a field.