Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 cds 中为 /BOBF/IF_FRW_DETERMINATION~EXECUTE 方法重新定义了业务对象,我想在 /BOBF/IF_FRW_DETERMINATION~EXECUTE 方法中读取来自前端的数据。在前端我调用了更新方法。
在 /BOBF/IF_FRW_DETERMINATION~EXECUTE 方法中,我使用了它的 'io_read' 接口方法
“检索”以获取数据。
调用方法 io_read->retrieve
出口
iv_node = is_ctx-node_key it_key = it_key IMPORTING et_data = lt_root.
lt_root 在哪里
数据:zrik 的lt_root 类型表。(zrik 是项目的根结构,我在调试时发现的)
我发现了一个类似的博客,解释了使用 bobf 的 crud 操作
https://blogs.sap.com/2019/08/29/abap-fiori-elements-adding-bopf-create-remove-update-delete-crud-actions-to-cds-views-building-from-scratch-演练-第 2 部分/