在没有GetEntiySet实现的情况下,在UI5中使用扩展的EntitySet

问题描述 投票:-1回答:1

我是UI5的新手,我想阅读EntitySet without Get 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“:”“,”严重性“:”错误“}]}}}-

未实现。我想跳过此方法,直接使用$expand

odata sapui5 abap sap-gateway
1个回答
0
投票
可以通过在实体集之间创建关联和导航。
© www.soinside.com 2019 - 2024. All rights reserved.