Show TOC Start of Content Area

Procedure documentation Implementing and Registering Callable Object Types  Locate the document in its SAP Library structure

Use

Guided Procedures (GP) comes with a set of registered callable object types that define which applications you can directly expose as callable objects and enable their handling in the context of GP processes.

Unless your application is supported by the predefined types, you must implement and register your own type. For a list of the predefined types that you do not need to register, see Creating Callable Objects in the GP Design Time.

Prerequisites

You have set up your project as described in Setting Up Your Project.

In addition to the required development components, you need to import caf/eu/gp/api/wd (public part COType) located in software component GP-CORE.

Procedure

...

       1.      Implement the design time logic for the callable object type.

More information: Implementing the Design Time for a New Callable Object Type

       2.      Implement the runtime behavior for the callable object type.

More information: Implementing the Runtime for a New Callable Object Type

       3.      Register the new type in the GP function registry.

More information: Registering a New Callable Object Type

Result

The new callable object type is available in the GP function registry, and you can select it in the first screen of the callable object creation wizard in the GP design time.

 

End of Content Area