cancel
Showing results for 
Search instead for 
Did you mean: 

UI5 Screen navigation via BPM

Former Member
0 Kudos

Hi Friends,

I have a question on how to setup a UI5 or for that matter any UI navigation via BPM. We want to use PI/PO via BPM to retrieve information from multiple systems based on the selection criteria in the first screen and display the info on the second screen. For ex in the below process we have a UI5 screen where we enter lets say Sales Order Number and on submit it starts the BPM process that calls multiple automated activities(which are proxy calls to ERP and JDBC calls to legacy systems) in the background and we want to display the results of these two activities on the second screen. Question is how do we keep the session alive and navigate to the second screen. Any thoughts are highly appreciated.

Thanks,

Bhargav

Accepted Solutions (0)

Answers (4)

Answers (4)

nikhil_bose
Active Contributor
0 Kudos

BPM task is to be closed to navigate to next task/ui. You can use BPM task APIs to do the same. To automate task close outside of BPM, OData APIs can be exposed as a service. Sample code for reference:

http://scn.sap.com/community/process-orchestration/blog/2015/07/01/using-bpm-odata-services-to-autom...

Regards,

Nikhil Bose.

Former Member
0 Kudos

Inside a BPM you don't have the possibility to navigate between different human activities.

Each Human activity is linked to an independent application which will end up in the UWL Inbox of the assigned user.

If you want to gather information based on selection criteria, you need to call the web services from your application (e.g. SAPUI5).

junwu
Active Contributor
0 Kudos

don't know what u are talking

vijay_kumar49
Active Contributor
0 Kudos

Please refer the blog. it may useful for you

SAPUI5 Integration into SAP BPM Made Easy