cancel
Showing results for 
Search instead for 
Did you mean: 

How to create relationship between two records using MDM Java APIs

Former Member
0 Kudos

Hi,

I am trying to create relationship between two records using Java Apis. Please guide me in doing this.

Regards,

Niraj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Niraj,

There is ModifyRelationshipsCommand:

http://help.sap.com/javadocs/MDM/SP06/com/sap/mdm/data/commands/ModifyRelationshipsCommand.html

Retrieve Relationship command:

http://help.sap.com/javadocs/MDM/current/com/sap/mdm/schema/commands/GetRelationshipListCommand.html

Also, please refer similar thread,

Hope it helps..

Regards,

Mandeep Saini