cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate SAP UI5 and SAP BPM

former_member190063
Participant
0 Kudos

Hi,

I am a beginner in SAP BPM. I have an Custom UI5 application. Now I want to integrate the UI5 with SAP BPM. My BPM process is depend on UI5 app output. I have few queries.

1) How the connection works between sap ui5 and BPM.

2) How can I use ui5 output data as input in BPM?

It would be helpful if you share any example.

Regards,

Karthik S

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member203641
Participant
0 Kudos

Hi Karthik,

I hope you are referring to SAP NW BPM.

BPM provides the option to trigger the process externally using SOAP/WSDL service, so from your UI5 application you would have to keep the event(button e.g. Submit for approval) where you can call trigger the BPM process using SOAP service or OData service. You can get more help by following below links

https://archive.sap.com/discussions/thread/3412631

https://help.sap.com/saphelp_nw73ehp1/helpdata/en/62/a6d7ac03994e0796c6b949c8952547/content.htm

https://blogs.sap.com/2014/09/29/bpm-odata-implementing-a-process-start-ui/

Thanks,

Amit

former_member190063
Participant
0 Kudos

Thanks Amit..!!!!

Regards,

Karthik S

armandozaro
Advisor
Advisor
0 Kudos
former_member190063
Participant

Thank You Armando..!!!

Regards,

Karthik S

junwu
Active Contributor
0 Kudos

i suggest you do some google first.