Entering content frameBackground documentation Value (Property) Locate the document in its SAP Library structure

Definition

Value of a specific field type.

Remarks

Classification 1

Value

ß SAPData Class

ß SAPforms Data Plug-In for Workflow

ß SAPData Class

ß SAPform Data Plug-In for Demo

Properties

The value of an SAP data field, defined in greater detail by the Qual parameter.

The structure and syntax of the Qual parameter depends on the concrete SAP data structure from which this field originates. In the most basic case, the Qual parameter designates the name of a field whose value is to be set or read. If the field is part of a structure (for example, a container element that contains an object reference), Qual must identify the field uniquely within the overall structure.

Example

obj.Value("Field1") = "abc".

Obj.Value("Struct.Field1") = "abc".

Parameter

Description

Qual

Qualifier

Classification 2

Value

ß SAPCtrl Class

ß SAPforms Form Plug-In for Microsoft Visual Basic

ß SAPCtrl Class

ß SAPforms Form Plug-In for Microsoft Outlook

Properties

Returns the value of the control.

This property is an abstraction of the different properties used by the original controls to present their content, for example, as Text, Caption, Value, and so on. The implementation of the SAPCtrl must map the original control property in the Value property for each control that is to be supported by SAPforms.

Parameter

Description

X

Index (for example, for table lines).

Return

Value

 

 

Leaving content frame