Entering content frameBackground documentation Execute (Method) Locate the document in its SAP Library structure

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.

Example

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

ß SAPData Class

ß SAPforms Data Plug-In for Workflow

Properties

Terminates a work item in the SAP System and supplies its container elements with the data values in the Fields list.

Classification 2

Execute

ß SAPData Class

ß SAPXmit Class

ß SAPforms Data Plug-In for Demo

Properties

Does not execute an action in the SAP System, but rather displays the object data in a window.

Classification 3

Execute

ß SAPform Class

ß SAPforms Form Plug-In for Microsoft Visual Basic

ß SAPform Class

ß SAPforms Form Plug-In for Microsoft Outlook

Properties

Invokes the Execute method in the associated Xmit or SAPData object. The semantics of this method depend on this object.

Classification 4

Execute

ß SAPXmit Class

ß SAPforms Transmit Plug-In for RFC

Properties

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

ß SAPXmit Class

ß SAPforms Transmit Plug-In for SAPMAPI

Properties

Overwrites the R3F attachment, thereby updating it.

Parameter

Description

Pdata

Object that represents the mobjData container data

Classification 6

Execute

ß SAPXmit Class

ß SAPforms Transmit Plug-In for Demo

Properties

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

 

 

Leaving content frame