天天看点

SAP CDS redirect view支持写操作吗,一个实验来验证Test on write operation attempt

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:

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

继续阅读