
Fields Class
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.

...
set objFld = SAPData.Fields.Item ("[StruCturX].[FieldY]")
...
Classification
SAPforms Data Plug-In for Workflowà Fields Class
à
à
Save (Method)