Fields Class 

Definition

List class that describes the field list in an R/3 data structure.

Remark

This class can contain the following lists:

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

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

...

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

...

Classification

SAPforms Data Plug-In for Workflow

SAPforms Data Plug-In for IDoc

SAPforms Data Plug-In for Function Modules

à Fields Class

à Load (Method)

à Save (Method)