Definition
Method that calls the Execute function in the R/3 System. The semantics of this function depend on the SAPData object.
Remarks
The method can be called directly via the SAPData object or indirectly via the Start method of the SAPForm object, whose SAPData property is a reference to the SAPData object.

In the case of the SAPData object for workflow containers, for example, this method executes a work item in an SAP Business Workflow and populates its container elements with values from the form fields.
Classification 1
Execute
ß
ß
SAPforms Data Plug-In for WorkflowProperties
Terminates a work item in the R/3 System and supplies its container elements with the data values in the fields list.
Classification 2
Execute
ß
SAPXmit classß
SAPforms Data Plug-In for DemoProperties
Does not execute an action in the R/3 System but rather displays the data of the object in a separate window.
Classification 3
Execute
ß
SAPforms Form Plug-In for Visual Basicß
SAPForm classß
SAPforms Form Plug-In for MS Officeß
SAPForm classß
SAPforms Form Plug-In for MS OutlookProperties
Invokes the Execute method in the associated Xmit or SAPData object. The semantics of this method depend on this object.
Classification 4
Execute
ß
SAPforms Transmit Plug-In for RFCProperties
This method executes a work item synchronously via a remote function call (RFC). Supports SAPData object of type Container.
This method causes a certain function module to be executed in the R/3 System. This module receives a table with a complete R3F structure containing the work item information and the container data that are to be supplied from the form.
Parameter |
Description |
Data |
Object representing the container data. |
Classification 5
Execute
ß
SAPforms Transmit Plug-In for MAPIß
SAPXmit classß
SAPforms Transmit Plug-In for WinSockProperties
Sends a mail to the R/3 System that contains the information required to terminate a work item (including container data) as an attachment.
Parameter |
Description |
Data |
Object representing the container data. |
Classification 6
Execute
ß
SAPforms Transmit Plug-In for SAPMAPIProperties
Overwrites the R3F attachment, thereby updating it.
Parameter |
Description |
Pdata |
Object that represents the mobjData container data |
Classification 7
Execute
ß
SAPforms Transmit Plug-In for DemoProperties
Displays the instance data of the associated SAPData object in a window instead of sending it to the R/3 System.
Parameter |
Description |
Data |
object of class SAPData |