cancel
Showing results for 
Search instead for 
Did you mean: 

How update existing Record using MDM API

Former Member
0 Kudos

HI All,

How update existing record using MDM API?

I use the ModifyRecordCommand command

But it take the following input parameter

modifyRecordCommand.setSession(repository.getAuthenticatedUserSession().getSession());

modifyRecordCommand.setModifyAnyway(true);

modifyRecordCommand.setRecord(record); // --> How i will get the record.

I have the RecordId (which i want to update),TableId and also Field Code with changed value .

can i put the 'com.sap.mdm.data.Record' object in HttpSesion?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all ,

I slove my problem.

Actually I will get the Record using RecordFactory