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.
我正在尝试在 sapui5 中绑定 xsodata,但我不知道如何在其中实例化 xsodata 模型。此外,是否可以在 sapui5.x 的 sap hana 数据库中借助 xsodata 执行创建和更新操作。
您可以简单地实例化 ODataModel,如:
var oModel = new sap.ui.model.odata.ODataModel("/yourendpoint.xsodata", true);