cancel
Showing results for 
Search instead for 
Did you mean: 

Running Validations and Assignments using Java prog. when trriggered frm DM

Former Member
0 Kudos

Hello Experts,

We have a requirement where in we need to run the Validations and Assignments written in Java program when triggered from SAP MDM Data Manager or SAP MDM Workflow.

Could you please share some important documents and way to implement it in a quick time.

Thanks in advance to all.

Thanks And Regards

Gaurav Kumar Sharma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gaurav,

You can have a webdynpro iview which calls the Java API code and gets the validations and assignments executed.

You can call this button "Validate" button and results will be exhibited in the iview itself.

If you are using DM as frontend,a value change can also trigger the java code,however iview is an better solution.

After this is done the Workflow can take its course on trigger "Record Create"

.

Please find this link for pakage for executing assignments:

Please find this document for building webdynpro application:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/600333e0-9bf7-2c10-1f99-bf5dcf661...

What is the frontend you are currently using?

Waiting for your inputs.

Thanks,

Ravi