cancel
Showing results for 
Search instead for 
Did you mean: 

Can we execute assignment using Java API ?

Former Member
0 Kudos

Dear Experts,

We have a scenario where the assignment should be executed on scheduled basis.

If we call asignment in workflow and then trigger that workflow on scheduled basis,

then there will be huge number of workflows at the end of the day which will lead to performance issue.

Is it possible to execute assignment through Java API ?

Regards > Shailesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shailesh,

SAP has introduced package com.sap.mdm.assignment for Executing assignment on a set of records with MDM 7.1 SP04. You can use this package for running assignment through Java API if you are using MDM 7.1 SP04.

Incase you are using earlier versions, you can use one of the workarounds below:

1. Using MDM Java API, execute MDM validation and then depending on the result update field in MDM.

2. Incorporate validation logic in java code and update the field in MDM using MDM Java API code.

Regards,

Rashmi Jadhav.

Former Member
0 Kudos

Hi Rashmi,

These packages/classes for assignments com.sap.mdm.assignment and com.sap.mdm.validations would be available with the SP04 only or with any version higher than this one.

Could you please provide some information on this?

Thanks And Regards

Gaurav Kumar Sharma

Answers (0)