Add or create an SAP result checker for a mobile business object. You can add a predefined result checker, or create a new one.
-
In the Mobile Business Object Properties dialog, select the Definition tab.
-
For the SAP Result Checker, select one of these options:
Option |
Description |
Default
|
If there is a RETURN parameter in the currently selected BAPI operation, this option is automatically selected. This option uses the com.sybase.sap.DefaultSAPResultCheck result checker. |
None
|
If there is not a RETURN parameter in the currently selected BAPI operation, this option is automatically selected. This option uses the com.sybase.sap.NoOpSAPResultCheck result checker. |
Custom
|
To specify a custom SAP result checker, select this option, and enter the Java class name. |
-
Implement the new class by writing the implementation on top of the skeleton, as documented in the topic, Writing a Custom SAP Result Checker.
-
Test and preview the results of your result checker:
-
To reuse input values you have previously saved, select Existing Configuration. Otherwise, load the defaults, or create a new set of input values expressly for this preview instance.
-
Click Preview.
If the data runs successfully, Execution Succeeded appears in the dialog, and data appears in the Preview Results window.