
In Guided Procedures (GP) you can encapsulate any function that does not expose a user interface as a callable object for background execution. For example, if you need to implement a certain logic that should remain hidden from the end user, you can create a Java class that is executed transparently in background mode at runtime.
In this tutorial, you will learn how you implement a simple callable object that retrieves user details by a given user ID.
More information: Using the Development and Production Infrastructure .
The implementation of a background callable object to the point where it is available for use in a process goes through the following phases:
You can now start creating your Java DCproject.
More information: Creating a Java Development Component .