Hallo,
iu2019m new to the Jco and Idoc technology. Iu2019m trying to write a JCo Server application in java that receives IDoc from SAP-System.
Iu2019m using the StepByStepServer class from the examples shipped with JCo 3.0.6 as starting point. I could register to the sap gateway and I managed to configure SAP to send the IDocs to the JCo Server.
The Problem is that I get an Exception u201CRFC_ERROR_SYSTEM_FAILURE: handler for IDOC_INBOUND_ASYNCHRONOUS was not installedu201D from DefaultServerWorker.dispatch().
This example implements the handleRequest function. But this method is not called at all.
Does anyone know what am I missing here? How and where can I install the handler for IDOC_INBOUND_ASYNCHRONOUS?
Thanks a lot!