
Value (Property)
Definition
Value of a specific field type.
Remarks
Classification 1
Value
ß
SAPforms Data Plug-In for Workflowß
SAPData Classß
SAPform Data Plug-In for DemoProperties
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.
obj.Value("Field1") = "abc".
Obj.Value("Struct.Field1") = "abc".
|
Parameter |
Description |
|
Qual |
Qualifier |
Classification 2
Value
ß
SAPforms Form Plug-In for Microsoft Visual Basicß
SAPCtrl Classß
SAPforms Form Plug-In for Microsoft OutlookProperties
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 |