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?
- Is there a consistent synchronous mechanism for (OTHER) calls? Not my favorite, but ...
- Do I have to poll in the background until I see my results?
- Is there a callback that indicates that the device and server are in sync?
- Apple notification messages?
- Something else????
Thanks.