Definition
Plug-in type that is provided for various interfaces that are to be accessed in the R/3 System.
The interfaces currently supported are task and workflow containers, function modules, and IDocs.
The main purpose of this plug-in type is to make the interface available to form programmers and other SAPforms components in a standard manner.
SAPforms Object Model

The plug-in type SAPData in relation to the various
plug-in types.Use
Interfaces

Every form is used with a certain plug-in of the type SAPData. You must enter this plug-in in the
SAPforms-Designer . The SAPforms Designer is shipped with the following plug-ins of this type:Plug-In |
|
| SAPforms Data Plug-In for Workflow |
Supports data exchange with the task and workflow containers in SAP Business Workflow. Use this plug-in to create a form that starts a task or executes a work item. |
| SAPforms Data Plug-In for Function Modules |
Calls SAP function modules. Use this plug-in if you want to fill the parameter interface of a function module via the form and start this function module in the R/3 System. |
| SAPforms Data Plug-In for IDoc |
Supports SAP Intermediate Documents (IDocs). Use this plug-in if you want to fill the segment fields of an IDoc via the form and transfer this IDoc to the R/3 System. |
| SAPforms Data Plug-In Demo |
Plug-in for demonstration purposes (no R/3 access needed) The source code is supplied with this plug-in. |