
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
à
Connection (Property)
à
Execute (Method)
à
Load (Method)
à
LoadInstance (Method)
à
Name (Property)
à
Options (Method)
à
R3DoNotUse (Property)
à
SAPXmit (Property)
à
Save (Method)
à
SaveInstance (Method)
à
Start (Method)
à
Value (Property)
à
Version (Property)