About Connect SAPJCo rules
The Connect SAPJCo rule supports the SAP Java Connector Architecture (JCo). Use it to define a connector interface between your Pega Platform application and an external SAP application. Connect SAPJCo rules allow the Pega Platform applications to work with SAP R/3 (ECC) and NetWeaver systems.
The following tabs are available on this form:
Access
Use the Records Explorer to list all Connect SAPJCo rules that are available to you.
Use the Application Explorer or Designer Studio > Integration > Definitions > Implementations to list the Connect SAPJCo rules in your application.
Select Designer Studio > Integration > Connectors > Connector and Metadata wizard to start the Connector and Metadata wizard to create a Connect SAPJCo rule.
Development
Use the Connector and Metadata wizard to build an SAPJCo connector. The wizard uses the Java Reflection API to introspect the class or JavaBean's public constructors and public methods. It then generates the appropriate Pega Platform connectors, connector activities, classes, and properties. See About the Connector and Metadata wizard .
The external Java class or .jar file must be on the Pega Platform class paths. For instructions, see PDN article About the Process Commander Class Paths.
Simulation
To debug your application, you can simulate an SAPJCo connector when the external class is unavailable or lacks a test environment. See Creating Connector Simulations.
Where referenced
Connect SAPJCo rules can be referenced in an Integrator shape (
) of a flow rule, or on the Definition tab of a Data Page rule, as the source of
data for the contents of the data page.
Category
Connect SAPJCo rules belong to the Integration-Connectors category. A Connect SAPJCo rule is an instance of the Rule-Connect-SAPJCo class.