cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger MDM Workflow Using MDM ABAP API

Former Member
0 Kudos

Hi ,

I have requriment to trigger MDM Workflow from ABAP , Please suggest how to do it ?'

Thanks in Advance.

Shyam.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI ,

SAP has not provided the facility to trigger MDM Web service from ABAP using MDM ABAP API, till MDM7.1.

But we can trigger this consuming JAVA web service from ABAP.

Thanks,

Shyam

Mark63
Product and Topic Expert
Product and Topic Expert
0 Kudos

In any case you can trigger MDM Workflows using Web Services. See [documentation|http://help.sap.com/saphelp_nwmdm71/helpdata/en/4b/14ea2583310120e10000000a42189c/frameset.htm].

former_member205403
Active Contributor
0 Kudos

Hi,

I think there is no methods/function modules available to access MDM Workflow using ABAP API, but You can acheive your requirement by creating a workflow in MDM with import action as update/Create. Now using ABAP API you can update/Create record in MDM and this will trigger MDM workflow.

Best Regards,

Shiv

Former Member
0 Kudos

Thanks Shiv,

In My Project requriment MDM Workflow is designed in MDM Itself. What i need to do is, i have to create Item(Material) in MDM

and after this i need to trigger MDM Workflow.

Advice how to do it?

Thanks in Advance.

Shyam.

former_member205403
Active Contributor
0 Kudos

Hi,

Are you creating material in MDM using Data Manager or Portal. or Using ABAP API.

If your workflow trigger Action is "Record Create" then it should trigger workflow as soon as new material is created. I don't see any problem in this.

Regards,

Shiv