没有Cloud Platform的SAPUI5目标替代

时间:2019-06-17 09:33:07

标签: sapui5

我有一个网关服务,我想在未托管在SAP Cloud Platform上的SAPUI5应用程序中使用。我想知道目的地的替代方案是什么。

我尝试使用服务URL创建oData模型,但返回错误。

enter image description here

createODataModel: function () {
        var serviceUrl = "http://<server>:<port>/sap/opu/odata/sap/<GW_SERVICE>/";
        var oModel = new sap.ui.model.odata.v2.ODataModel(serviceUrl);
        this.getView().setModel(oModel, "test");
    },

它不接受HTTP前缀。有什么办法解决吗?

0 个答案:

没有答案