Show TOC Start of Content Area

Procedure documentation Checking Callable Object Consistency  Locate the document in its SAP Library structure

Use

Use this procedure to check the consistency of a callable object definition against the underlying implementation class. The callable object checker tool provides information as to whether the implementation has been changed in a way that prevents the callable object from executing correctly.

You can use the callable object checker for background or Web Dynpro component callable objects.

Procedure

...

       1.      In the Guided Procedures design time, select an existing background or Web Dynpro component callable object, and choose Open.

       2.      Go to the Object Definition tab page.

       3.      Choose Check.

The tool displays information about the definition consistency of the following callable object attributes:

¡        input and output parameters

¡        result states

¡        exceptions

¡        technical configuration parameters

Note

The callable object checker is also available in the GP Administration workset under General Check Callable Object. You can add either an individual object, or all objects in a selected folder. If you choose to check all objects in a folder, the summary result is displayed in a table. Select an object to see the detailed report for it.

Result

According to the check result, you must take action as follows:

      Check result This graphic is explained in the accompanying text (OK)

No action is required. The object definition and the implementation class are in a consistent state.

      Check result This graphic is explained in the accompanying text (Warning)

Object definition update is optional. New attributes have been added to the implementation but the callable object can execute with the existing definition.

      Check result This graphic is explained in the accompanying text (Error)

Object definition update is required. Open the callable object for editing, and choose Update on the Object Definition tab page. This updates the implementation version to the latest available in the system.

End of Content Area