
To be able to deploy your background callable object and access it from Guided Procedures, you must package it as a Java Enterprise Application and deploy it on the Java server.
For this purpose, you must:
You must have configured the connection to the Java server in the Window → Preferences → SAP AS Java menu of the SAP NetWeaver Developer Studio.
If you have successfully built and deployed the Java Enterprise Application on your Java server, you can now expose the Java class as a callable object.
More information: Exposing a Java Class as a Callable Object .