Skip to Content
0
Former Member
Dec 05, 2008 at 01:19 PM

Error with createQualifiedLink

16 Views

Hi,

When i am trying to create a qualified link it does not get added only for the first link. All the other links get added. The first link has the linkid as null

This is the code below which i am using

HashMap notesHash=new HashMap();

QualifiedLookupValue notesLookupValue=new com.sap.mdm.valuetypes.QualifiedLookupValue();

notesLookupValue.createQualifiedLink(recID,notesHash);

Can anyone help me.

Thanks,

Padmaja