Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1317521
  • 博文数量: 932
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10208
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
文章分类

全部博文(932)

文章存档

2021年(1)

2020年(134)

2019年(792)

2018年(5)

我的朋友

分类: 架构设计与优化

2019-12-18 21:38:54

According to this wiki, write back on CDS view is not supported:

And also it is defined in ABAP help that only read operation is supported. For other operation like write, you have to still use original database table.

Test on write operation attempt

I have a CDS view Zp_Mara_Redirect and its corresponding database view is zmara_cds.
When I try to insert some entry to CDS view, I get following error message:


When I try to insert some entry to CDS view's underlying database view, still not possible either.

Once the database table is redirected to a CDS view, the database itself is not supported to be changed by ABAP code. See this example below:

Insertion failed:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

阅读(719) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~