
Execute (Method)
Definition
Method that calls the Execute function in the SAP System. The semantics of this function depend on the SAPData object.
Remarks
The method can be called directly using the SAPData object or indirectly using 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 fills its container elements with values from the SAPforms form fields.
Classification 1
Execute
ß
SAPforms Data Plug-In for WorkflowProperties
Terminates a work item in the SAP 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 SAP System, but rather displays the object data in a window.
Classification 3
Execute
ß
SAPforms Form Plug-In for Microsoft Visual Basicß
SAPform Classß
SAPforms Form Plug-In for Microsoft 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 using a remote function call (RFC.) Supports SAPData object of type Container.
This method causes a certain function module to be executed in the SAP System. This module receives a table with a complete R3F structure containing the work item information and the container data that is to be supplied from the SAPforms form.
|
Parameter |
Description |
|
Data |
Object representing the container data |
Classification 5
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 6
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 SAP System.
|
Parameter |
Description |
|
Data |
Object of class SAPData |