I'm registering as a request handler for a given function where I need to return parameters in the export parameter list. The handler cannot retrieve the export information synchronously.
Do I need to call the JCoServerContext setStateful(true) in order to be able to wait for the information I need.
When the information is available and the export parameters of the function can be filled with data, how do I indicate to the SAP system that all parameters have been filled in and that they can read the information?
There is a notify function but I'm not sure it is intended for this purpose.
I somehow suspect that I need to implement the JCoServerTIDHandler interface, but not really sure.
Hope that
Br