cancel
Showing results for 
Search instead for 
Did you mean: 

BPM from WebDynpro

Former Member
0 Kudos

Guys I have an requirement where I need to start BPM( XI) on the submit of my webdynpro application.Can anyone know how to do it .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Manish,

To start a BPM Process you can use a lot of Adapter.

A Simple Solution is to send a HTTP-Request from your WebDynpro to XI-HTTP Adapter.

Every message in XI-Runtime can start a Business Process.

Regards,

Robin

Answers (2)

Answers (2)

former_member185751
Contributor
0 Kudos

Hi Manish,

Check this weblog,

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1334 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Regards,

Sridhar

Former Member
0 Kudos

Thank you very much sridhar

Former Member
0 Kudos

Hi,

Call an ABAP proxy to submit a message to XI.

Kind regards

Colin.

Former Member
0 Kudos

Hi Colin,

Thanks for such a quick response , I will really appreciate if you have a peice of code for this which you can share .