2020-08-18 05:11发布
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)专家们, 我们正试图通过基于S... 显示全部
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
专家们,
我们正试图通过基于SAPUI5应用程序的基于云的SAP Document Center(SDC)访问兼容第三方的CMIS存储库(在此使用场景下,没有SAP的有效示例或模板)。
每次在SAP WebIDE环境中运行SAPUI5时,我们当前都面临CORS问题,并且该应用尝试查询SDC存储库中的文件夹/文件信息。
请帮助我们解决此挑战; 更好的是,请针对这种使用情况为我们提供一个可行的概念。
您是否已配置目的地? neo-app.json?
嗨,
在" mcm"模块内的" documentlist.controller.js"的" load:function()"中引发了异常。
由于未定义" u = t.getConfigurationProperty("/img/startId")",因此" u.displayPopup()"引发异常。
参考博客未在对" factory.create({........}))"函数的调用中指出应为" startId"设置什么值; 我们没有成功搜索到此键代表什么。
2。 在" mcm"模块内的" Component.js"中,我们正在执行以下初始化:
c.prototype.setStartId = function(n){
this.setProperty(" startId",n);
this.getModel(" configuration")。setProperty("/img/startId",n)
};
3。 在" session.js"中,下面的函数:
h.prototype.adjustUrl =函数c(m){
var l = m.indexOf("/img/mcm/");
如果(this.destination.path!==空)
{
返回this.destination.path + m.substring(l)
}
其他{
返回m
始终在chrome的调试控制台中显示: https://webidetestingxxxxxx -xxxxxxxxxxxxxtrial.dispatcher.hanatrial.ondemand.com/mcm/mcm/json 404(未找到),如果我们在视图控制器的create函数调用中将"/img/mcm"作为" destinationPath"传递了。 显示" 404(未找到)"是因为" ....../mcm/mcm/json" ........我们认为这是由于:"返回this.destination.path + m.substring(l)"。
我们现在完全停止了这个项目。...
帮助解决。
最多设置5个标签!
您是否已配置目的地? neo-app.json?
嗨,
在" mcm"模块内的" documentlist.controller.js"的" load:function()"中引发了异常。
由于未定义" u = t.getConfigurationProperty("/img/startId")",因此" u.displayPopup()"引发异常。
参考博客未在对" factory.create({........}))"函数的调用中指出应为" startId"设置什么值; 我们没有成功搜索到此键代表什么。
2。 在" mcm"模块内的" Component.js"中,我们正在执行以下初始化:
c.prototype.setStartId = function(n){
this.setProperty(" startId",n);
this.getModel(" configuration")。setProperty("/img/startId",n)
};
3。 在" session.js"中,下面的函数:
h.prototype.adjustUrl =函数c(m){
var l = m.indexOf("/img/mcm/");
如果(this.destination.path!==空)
{
返回this.destination.path + m.substring(l)
}
其他{
返回m
}
};
始终在chrome的调试控制台中显示: https://webidetestingxxxxxx -xxxxxxxxxxxxxtrial.dispatcher.hanatrial.ondemand.com/mcm/mcm/json 404(未找到),如果我们在视图控制器的create函数调用中将"/img/mcm"作为" destinationPath"传递了。 显示" 404(未找到)"是因为" ....../mcm/mcm/json" ........我们认为这是由于:"返回this.destination.path + m.substring(l)"。
我们现在完全停止了这个项目。...
帮助解决。
一周热门 更多>