cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Work Manager interprocess communication

Former Member
0 Kudos

Hello experts,

I'd like to make a SAP Work Manager app running on Android able to communicate with another application installed on the same device. The Work Manager needs to pass a certain amount of data to the other app (i.e. via intents).

Is it possible?

Thank you very much!

-Andrea

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Andrea,

Yes this is possible using the Open UI SDK.  With Open UI you can create you own control that will perform whatever you desire.  Open UI code has access to the Agentry objects to retrieve data and in this case pass to the other application.

I would suggest taking a look at the documentation as the first step.

http://help.sap.com/saphelp_smp307sdk/helpdata/en/7c/0591b97006101489caceb9dee3539e/content.htm?fram...

--Bill

Former Member
0 Kudos

Hello Bill,

how can I access specific data stored in the Agentry client from a custom openUI control? Suppose that I'm going to add a custom button somewhere in the application that gets the currently displayed Work Order and passes it to another application running on the same device.

Could you please describe how you would achieve this (maybe linking the documentation)?

Thank you very much!

Answers (0)