-1

我是 UI5 的新手,我想在没有实现 Get EntitySet 的情况下阅读 EntitySet

oModel1.read("/LinesSet?$expand=ToCells&$filter=IdQuery%20eq%20%27ZSMKPI_QM_TOTAL_USERS%27", {
    success: function(oData) {
        console.log(" expand");
    },
    error: function(oError) {
        console.log("errooooooor expand");
    }
});

错误信息 :

errordetails":[{"code":"/IWBEP/CX_MGW_NOT_IMPL_EXC","message":"方法 'LINESSET_GET_ENTITYSET' 未在数据提供者类中实现。","propertyref":"","severity":"error"}] }}} -

它没有实施。我想跳过这个方法$expand直接消费。

4

1 回答 1

0

通过在实体集之间创建关联和导航是可能的。

于 2017-04-06T11:23:17.350 回答