Definition
Value of a specific field type.
Remarks
Classification 1
Value
ß
SAPforms Data Plug-In for Workflowß
SAPData classß
SAPforms Data Plug-In for Function Modulesß
SAPData classß
SAPforms Data Plug-In for IDocß
SAPData classß
SAPforms 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 simplest 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, an IDoc segment), Qual must identify the field uniquely within the overall structure. If the structure is repeated within an instance - as is the case with some IDocs - Qual must also contain a selector that identifies the IDoc segment uniquely.

obj.Value("Field1") = "abc".
Obj.Value("Seg1.Field1") = "abc".
X = obj.Value("Seg1.Seg2.Field1").
X = obj.Value("Seg1.Field1 Seg2.Field2 = '123'") ' selector.
Parameter |
Description |
Qual |
Qualifier and selector that uniquely identifies a particular field. |
Classification 2
Value
ß
SAPforms Form Plug-In for Visual Basicß
SAPCtrl classß
SAPforms Form Plug-In for MS Outlookß
SAPCtrl classß
SAPforms Form Plug-In for MS OfficeProperties
Returns the value of 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 (e.g. for grids). |
Return |
Value |