我是 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
直接消费。