Fiori 中的 WebGui

WebGui in Fiori

我正在 s/4hana 1610 中实施列表到期合同应用程序。

执行时遇到如下错误

文本中的问题:

http://sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=200&sap-language=EN#SalesContract-listExpriringContracts?sap-ui-tech-hint=GUI

如上面的 rom 所示 link,其中缺少主机名和端口。

请指教如何保养。

确保您的 WebIDE 已连接到后端系统:

如果您已经为 WebIDE 配置了后端系统: 将文件 neo-app.json 中的 RefAppsBackend 替换为您的后端系统。

其他: 转到 SAP WebIDE 并选择 工具 -> SAP HANA Cloud Platform Cockpit。 在这个 Cockpit select ‘Destinations’ 的左侧,然后是‘New Destination

维护以下条目:

Name:  RefAppsBackend
Type: HTTP
Description: RefAppsBackend
URL:  Port information of the backend system
Proxy Type: Internet
Authentication: choose an appropriate authentication

附加属性:

TrustAll: true
WebIDEEnabled: true
WebIDESystem: RefAppsBackend
WebIDEUsage: odata_abap,ui5_execute_abap,dev_abap

感谢苏尼尔的回复。

我们的系统没有配置WebIDE。

因此,通过在 SM59 事务中创建 HTTP 连接(类型 H)并在目标主机和服务节点中提及我的 Launchpad 主机名和端口来解决问题。

此致,

说了