Skip to Content
0
Former Member
Mar 01, 2009 at 11:24 AM

JCoServerRequestHandler without returning export parameters immediately

23 Views

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