问题描述
我正在尝试通过双写入将数据从 F&O 传递到 CE。我创建了一个自定义实体,每当我创建新记录时,它都会流入 CE,但是在更新同一记录时,我收到错误消息:
Unable to write data to entity ####.Writes to #### failed with error message Request failed with status code PreconditionFailed and CDS error code : 0x80060892 response message: A record that has the attribute values Field1,Field2 already exists. The entity key Field2 requires that this set of attributes contains unique values. Select unique values and try again...
注意:Field1 和 Field2 是 F&O 和 CE 中 PK 的一部分,而且 Field2 是另一个表中的查找,该表是表头。我已经检查过数据是否在 CE 中流动,并且所有字段都已正确映射。任何人都可以请教我如何解决这个问题。 提前致谢!
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)