Adding an SAP Result Checker

Add or create an SAP result checker for a mobile business object. You can add a predefined result checker, or create a new one.

  1. In the Mobile Business Object Properties dialog, select the Definition tab.
  2. 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.
  3. Implement the new class by writing the implementation on top of the skeleton, as documented in the topic, Writing a Custom SAP Result Checker.
  4. Test and preview the results of your result checker:
    1. 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.
    2. Click Preview.

    If the data runs successfully, Execution Succeeded appears in the dialog, and data appears in the Preview Results window.


Created July 22, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com