Connect SAPJCo form – Completing the Service tab
Complete the Service tab first.
Important: Connect SAPJCo rules are no longer being actively developed. To avoid
upgrade issues when these rules are deprecated, use other web-based SAP capabilities.
Field | Description |
---|---|
Java class | Enter the fully qualified name of the Java class. |
Java class constructor | If the value in the Initialize object field is set to either Create a new object every time or If possible, use a valid object handle, identify the name of the constructor to be used. If this constructor requires parameters, complete the Constructor tab. |
Java class method | |
Initialize object |
Indicate whether a new Java object is to be used for each call. Select one:
|
Method |
Enter the signature of the method to be called, identifying the position and types of each parameter. For example:
|
Finalize object |
Indicate the disposition of the object after the call completes. Select one:
|
Object handle property |
Optional. To save an object handle across multiple calls, identify a property of mode
Java Object
to contain the handle.
|
Integration system | Enter the integration system to use as the system of record. |
Error handling | |
Status value property |
Optional. Identify a
Single Value
property that can hold a status value returned by the connector. The literal value
Good
identifies success. You can use the standard property
@baseclass.pyStatusValue.
|
Status message property |
Optional. Identify a
Single Value
property that can receive a text error message returned by the connector. You can use the standard property
@baseclass.pyStatusMessage.
|
Invocation exception property |
Optional. Select a property of mode
Java Object
to contain a Java exception, if any are thrown during this connection execution.
|
Error handler flow | Optional. Identify a flow rule that is to be started when this connector rule is started by a flow rule but fails. The default flow rule Work-.ConnectionProblem provides one approach for handling such problems. See Handling connector exceptions. |
Test connectivity |
Click this button at any time after you have completed and saved the form to confirm that the
Pega Platform
can connect to the Java class identified.
The system presents test results in a separate window, identifying the parameters used in the test, the steps attempted, and the outcome of each step. |
Simulations | Click to create a simulator for this connect rule. See Creating connect simulators. |