Value (Property) 

Definition

Value of a specific field type.

Remarks

Classification 1

Value

ß SAPData class

ß 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 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 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

ß SAPCtrl class

ß SAPforms Form Plug-In for Visual Basic

ß SAPCtrl class

ß SAPforms Form Plug-In for MS Outlook

ß SAPCtrl class

ß SAPforms Form Plug-In for MS Office

Properties

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