Hi Experts,
I have a scenario in which their is a MBO which connects to SAP back end and an operation on the MBO.
On executing the operation from the device I also need to retrieve its output.
For that I am trying to write a Java Result Checker in SUP.
For simplicity, I have kept the output of the operation a simple structure of the type BAPI RETURN.
Also, I am using the same code specified in Sybase Infocenter (http://infocenter.sybase.com/help/index.jsp) for implementing the Result Checker.
Also,on doing a Test Execute on the operation in SUP Workspace I am able to get the response without any errors.
But when I try to deploy the project it throws an error and the deployment fails. The detailed error message is given below,
An error occurred deploying package, .pkg to server, SUP DEV
Exception: Deploy error:
ds_deploy_error: ----DataService deployment error:
runtime_error:----Unknown error in server runtime: Create default template for application:RC_001 security:admin failed: The template exists.
One point to note is that the project gets deployed if I remove the Result Checker.
What can be the reason behind it?
Thanks,
Dharmaraj Patil