当前位置:网站首页>SAP Fiori Launchpad 上看不到任何 tile 应该怎么办?
SAP Fiori Launchpad 上看不到任何 tile 应该怎么办?
2022-07-17 12:35:00 【Jerry Wang】
问题:
我登录 AG3/001,使用事物码 :/UI2/FLP, 打开的 Fiori Launchpad 上,看不到任何 tile:
Chrome 开发者工具 console 面板也没有红色错误消息:
登录 AG3/001 后台,查看 User Profile->Own Data:
以及事物码 SU01,查看自己分配的 PFCG role:
根据下列两个 Fiori 帮助文档:
- https://help.sap.com/doc/d2f1fcc379c448929fcf4010dd14e620/2.0%202016-11/en-US/frameset.htm?
- https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/index.html#/detail/Apps(‘F0012’)/W26
得知要看到诸如 My Opportunity 这个 SAP CRM Fiori 应用,需要自己的 PFCG role 里包含如下高亮所示的 Business Catalog 和 Business Group:
于是我登陆 AG3/001 对应的 Gateway 系统 GM4/001(也称 Frontend 系统),事物码 PFCG role,新建一个 PFCG role,将 Business Group SAP-UI2-GROUP:SAP_CRM_BCG_SALESREP 分配给这个 role:
以及 business catalog X-SAP-UI2-CATALOGPAGE:SAP_CRM_BC_SALESREP:
之后重新在浏览器里打开:
https://gm4:44355/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html
Fiori Launchpad 就能正常工作了:
下图是 SAP Fiori 的系统架构图:
SAP Fiori 应用程序向多个系统发送请求,这取决于应用程序类型和连接的系统环境。 SAP Fiori 应用程序的处理过程如下:首先,客户端加载 SAP Fiori应用程序的界面。接着,在运行时,应用程序使用来自 SAP Business Suite 后端系统的数据。
标准浏览器有一个 同源 策略,即对UI数据和后端数据的 HTTPS 请求必须只与一个 web 地址通信。
为了满足这一要求,需要在客户端和 SAP 系统之间安装反向代理服务器。反向代理服务器充当所有 HTTPS 请求的唯一入口点。根据应用程序发送的请求,反向代理服务器选择适当的应用程序服务器、ABAP前端服务器或SAP Gateway服务器。
ABAP前端服务器包含所有基础设施组件,用于为客户端生成SAP Fiori应用程序特定的UI,并与SAP Business Suite后端系统通信。用户界面组件和网关基于SAP NetWeaver。通常,两者都部署在同一台服务器上。
中心 UI 组件是一个框架,为所有 SAP Fiori 应用程序提供公共基础设施:SAP Fiori launchpad是所有SAP Fiori UI的基础,并为SAP Fiori应用程序提供基本功能,如登录,界面大小,应用程序之间的导航,和基于角色的应用程序目录。终端用户可以通过SAP Fiori平台访问SAP Fiori应用程序。应用程序的特定UI作为SAP Business Suite产品特定的UI附加产品交付,必须另外安装在前端服务器上。
SAP Gateway处理客户端与SAP Business Suite后端之间的通信。SAP Gateway通过OData服务提供后端数据和功能,并处理OData服务的HTTPS请求。事务性应用程序(更新SAP Business Suite系统中的数据)使用这个通信通道。
边栏推荐
猜你喜欢

如何使用SVG制作沿任意路径排布的文字效果

Figure an introduction to the interpretable method of neural network and a code example of gnnexplainer interpreting prediction

Virtual CPU and memory in yarn (CDH)

Kirin Xin'an operating system derivative solution | host security reinforcement software, to achieve one click rapid reinforcement!

Attachment handling of SAP Fiori

双向NAT技术

华为无线设备配置智能漫游

NJCTF 2017messager

2022 Hunan secondary vocational group "Cyberspace Security" packet analysis infiltration Pacpng parsing (super detailed)

024.static与final使用陷阱 续
随机推荐
R语言使用epiDisplay包的ordinal.or.display函数获取有序logistic回归模型的汇总统计信息(变量对应的优势比及其置信区间、以及假设检验的p值)、使用summary汇总统计
yarn(cdh)中的虚拟cpu和内存
R语言dplyr包select函数删除dataframe数据中包含指定字符串内容的数据列(drop columns in dataframe)
C语言之构造类型细讲
AutoJs学习-动态解密
C# 搭建一个基于.NET5的WPF入门项目
How to realize the association between interfaces in JMeter?
押注.NET 是件好事
智能存储柜控制系统设计及仿真
各厂商的数据湖解决方案
选择比努力更重要
LVI-SAM:激光-IMU-相机紧耦合建图
R language ggplot2 visualization: use the ggstripchart function of ggpubr package to visualize dot strip plot, and set the add parameter to mean_ SD add the mean standard deviation vertical line and s
R语言使用epiDisplay包的aggregate函数将数值变量基于因子变量拆分为不同的子集,计算每个子集的汇总统计信息、设置na.rm参数为FALSE之后包含缺失值的分组的统计量的结果为NA
koa2 连接 mysql 数据库实现增删改查操作
HCIA 静态基础实验 7.8
自动化之图形界面库pyautogui
日期——贵州大学考研机试题目
R language ggplot2 visualization: use the gghistogram function of ggpubr package to visualize the grouping histogram, and use the palette parameter to customize the bar border color of the grouping hi
Through middle order traversal and pre order traversal, the subsequent traversal will always build a binary tree