Definition
Method that executes the Start function in R/3. The semantics of this function depend on the concrete SAPData object.
Remarks
In the case of the SAPData object for workflow containers, this method starts a workflow and populates its container elements with values from the form fields. This 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. If an SAPXmit object is assigned to the SAPData object, the Start method of the SAPXmit object is called.
Classification 1
Start
ß
SAPforms Data Plug-In for WorkflowProperties
Starts a workflow in the R/3 System and supplies its container elements with the data values in the fields list.
Classification 2
Start
ß
SAPforms Data Plug-In for Function ModulesProperties
This method carries out the current R/3 function module call.
Classification 3
Start
ß
SAPforms Data Plug-In for IDocProperties
Generates an IDoc file from the data in the segments list and transfers this IDoc to the R/3 System. The transfer method depends on the assigned SAPXmit object. A workflow can be started in the R/3 System when the inbound IDoc is processed.
Classification 4
Start
ß
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 5
Start
ß
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 Start method in the associated SAPXmit or SAPData object.
The semantics of this method depend on this SAPData object. If this object is the SAPData object for SAP Business Workflow, this method starts a workflow in an R/3 System.
Classification 6
Start
ß
SAPforms Transmit Plug-In for RFCProperties
This method starts a workflow synchronously via RFC. Supports SAPData objects of types "Idoc" and "Container".
Parameter |
Description |
Data |
Object of type SAPData. |
Classification 7
Start
ß
SAPforms Transmit Plug-In for MAPIß
SAPXmit classß
SAPforms Transmit Plug-In for SAPMAPIß
SAPXmit classß
SAPforms Transmit Plug-In for SMTPß
SAPXmit classß
SAPforms Form Plug-In for MS OutlookProperties
Sends a mail to the R/3 System with an attachment containing the information required to start a workflow.
Parameter |
Description |
Data |
Object of type SAPData. |
Classification 8
Start
ß
SAPforms Transmit Plug-In for Demoß
SAPXmit classß
SAPforms Data 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 type SAPData. |