gpt4 book ai didi

sapui5 - 无法在我的 SAPUI5 应用程序中使用 OData - 元数据的初始加载失败

转载 作者:行者123 更新时间:2023-12-04 15:24:37 32 4
gpt4 key购买 nike

我在尝试使用 OData 并将其与我的演示应用程序中的列表项绑定(bind)(聚合绑定(bind))时遇到问题。

网页显示“无数据”。我引用了其他主题,但与我的问题不相似。甚至在 SAP QA 论坛中发布了该主题......没有帮助。

ODATA 服务元数据:

https://sapes5.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/$metadata

目标 ES5 也已在后端(SAP HANA 云平台驾驶舱)中配置。尝试不使用身份验证和基本身份验证。仍然没有数据显示。

连接测试成功,消息“已建立与“ES5”的连接。返回的响应:307:临时重定向”Destination configuration in SAP Cloud platform cockpit

错误:

[ODataMetadata] initial loading of metadata failed

Error: HTTP request failed

代码:

查看:

<IconTabFilter text="Data Binding" key="db">
<content>
<List headerText="Products" items="{/ProductSet}">
<items>
<ObjectListItem title="{Name}" number="{Price}" intro="{ProductID}"/>
</items>
</List>
</content>
</IconTabFilter>

list .json:

"sap.app": {
......
"dataSources": {
"ES5": {
"uri": "/destinations/ES5/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/",
"type": "OData",
"settings": {
"odataVersion": "2.0"
}
}
}
},
....
"sap.ui5": {
"models": {
.......other models
"" : {
"dataSource": "ES5"
}
}
}

Neoapp.json

{
"path": "/destinations/ES5",
"target": {
"type": "destination",
"name": "ES5"
},
"description": "ES5 Demo Service"
}

最佳答案

我的 OData 使用问题是在 Cloud Foundry Trial 中创建 ES5 目标。如果应用程序应该在仅在 Neo 环境中可用的 SAP Web IDE 中开发,我们必须从 SAP Cloud Platform Cockpit 创建 Neo Trial 帐户并在那里创建相同的 ES5 目标。现在我可以使用 OData 中的产品列表了。

Screenshot of a landing page of the SCP cockpit发件人:https://answers.sap.com/questions/13075637/please-help-no-data-is-showing-in-webpage-es5-dest.html

关于sapui5 - 无法在我的 SAPUI5 应用程序中使用 OData - 元数据的初始加载失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62531204/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com