【发布时间】:2023-03-08 22:50:01
【问题描述】:
我一直在使用 Web IDE 试用版来试用一个应用程序。 应用程序需要将数据传递给 Gateway 方法 Create Deep Entity。
使用 oModel.create() 时出现错误,指出方法未实现(即使用 oModel.create() 调用普通创建方法,该方法未在 SAP 网关上实现。但我需要调用的是 create_deep_entity 方法)
只需要知道是否有任何语法可以告诉 Web IDE 将调用 Deep Create。
【问题讨论】:
-
请向我们展示具体的 oModel.create() 调用。它确实必须是深度创建,例如:
oModel.create({field1: '', field2: 0, childEntity: {field3: 'ABC'}});
标签: odata sapui5 sap-web-ide sap-gateway