cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate Records in MBO CDB Table

mahesh_z
Participant
0 Kudos

Hello ,

We are trying to develope SUP native application using SUP 2.1 , SAP as backend EIS , and Windows Laptop as front end device. We have created one MBO which is mapped to an RFC which reads the data from one of the table created at backend and it sends that to front end. First time , proper data is copied to CDB as well as front end database however if we change something in backend table and then sync , a new record with updated values is getting created at CDB level which in turn goes to front end device database. RFC is returning proper data with changes made however , in CDB , there is duplication of changed record. Can anyone please let us know what could be the cause of this.

My settings are as follows :

Cache group frequency : 0 secs

Syn Group Change Detection Interval : 10 Min (default)

There is no load parameter for this MBO as there is no input to RFC.

Thanks,

Mahesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mahesh,

You have to define the primary key for your MBO.

That's the reason u r getting duplicate records in CDB.

Regards,

Abhishek Wajge

Former Member
0 Kudos

Hi Mahesh,

Did you define the primary key in this table?

Regards