Entering content frameBackground documentation SAPData Class (IDoc)

Definition

Original class of this plug-in; representation of an IDoc.

Remarks

This class provides basic access to the segments of an IDoc and the fields in these segments. The Segments property refers to an object in the Segments list class that represents the IDoc segments. The list of corresponding segment fields is located in the Fields object of this plug-in. The fields and segments are accessed using the Value property. The Start method starts a workflow using an IDoc.

SAPData plug-in type classes implement the SAPData interface that provides the SAPforms Designer and other SAPforms components with access to certain types of SAP data structures and interfaces. In other words, these classes can be regarded as being synonymous with various plug-ins of this type.

A SAPData object is usually also instantiated with the SAPform object. The SAPData object is then referenced by the SAPData property of the SAPForm object. An object of the SAPData class, however, cannot exist without an object of the SAPForms class.

If you want to develop your own SAPData-type plug-ins, use the source code supplied for the SAPforms Data Plug-Ins for Demo as a template. The template is stored in the directory ...\sapforms\sapddemo.

Classification

SAPforms Data Plug-In for IDoc

à SAPData Class

à Structure linkConnection (Property)

à Structure linkExecute (Method)

à Structure linkLoad (Method)

à Structure linkLoadInstance (Method)

à Structure linkName (Property)

à Structure linkOptions (Method)

à Structure linkR3DoNotUse (Property)

à Structure linkSAPXmit (Property)

à Structure linkSave (Method)

à Structure linkSaveInstance (Method)

à Structure linkStart (Method)

à Structure linkValue (Property)

à Structure linkVersion (Property)

Leaving content frame