cancel
Showing results for 
Search instead for 
Did you mean: 

How to call BPM workflow from MDM?

Former Member
0 Kudos

Our technical flow is :

# legacy data flows through BODS and get loaded to MDM.

I like to know how can i kick off BPM workflow once data arrives in MDM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

Please follow the document

http://scn.sap.com/docs/DOC-16298

Regards,
Abhishek

Former Member
0 Kudos

Hi Subin,

As per my knowledge we cant consume any web service directly in MDM.

So some work around need to done for this.

You can syndicate record from MDM and on basis on some field you can call a BPM Workflow Web Service from SAP (XI).

This is not a best solution but it works.

SandipAgarwalla
Active Contributor
0 Kudos

What interface are you using to push the data from BODS to MDM?

Probably that interface will have to call the BPM Workflow (via web service) once it has posted the data to MDM

Former Member
0 Kudos

thanks sandip. that's what i think too. BODS jobs should be coded to call bpm workflow via webservice.