Paul
Paul

Reputation: 316

Sybase SUP,(2.1.3) using SAP RFC/BAPI, how to know when call results are available?

Scenario:

I am calling a SAP RFC from my MBO (as an OTHER). The call makes updates to the database that I need to get back onto my device. The call works correctly, eventually. What mechanism can I use to let me know when the results are available?

  1. Is there a consistent synchronous mechanism for (OTHER) calls? Not my favorite, but ...
  2. Do I have to poll in the background until I see my results?
  3. Is there a callback that indicates that the device and server are in sync?
  4. Apple notification messages?
  5. Something else????

Thanks.

Upvotes: 1

Views: 399

Answers (0)

Related Questions