Entering content frameBackground documentation Fields Class Locate the document in its SAP Library structure

Definition

List class that describes the field list in an SAP data structure.

Remark

This class can contain the following list:

The individual elements in the list can be accessed with the Item property or with a For ...Each loop.

The SAP data structures often represent hierarchies. To identify a field in one of these data structures, therefore, you must fully specify the name of this field.

Example

...

set objFld = SAPData.Fields.Item ("[StruCturX].[FieldY]")

...

Classification

SAPforms Data Plug-In for Workflow

à Fields Class

à Load (Method)

à Save (Method)

Leaving content frame