SAP Fiori Launchpad页面在服务器端的配置背后的实现原理 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
In this blog Why Adapt UI button is visible in some system but missing in some other system I have explained my analysis about one issue that I would like to use Adapt UI button to extend some standard Fiori UI, and this button is available in some system,
But missing in another system. My conclusion in that blog for this issue is that the necessary plugin sap.ushell.plugins.rta is not considered as valid by server, it is simply not included in server side configuration. For example, in one system that the Adapt UI button is available, we can see this plugin in server side configuration data:
Now the question is, what configuration I need to do in server side to make this plugin available for my user?
Have a look at file FioriLaunchpad.html, there is a place holder ${SERVER-SIDE-CONFIG} defined:
When this page working as template is requested by client in the runtime, the real configuration data stored in server side is retrieved and stored in variable lv_server_side_config, and merged into the template file.
When I debug the logic how lv_server_side_config is populated, I find that among all available plugins stored in the shared memory, the plugin sap.ushell.plugins.rta is already there.
However it is marked as invalid because for this very plugin, the corresponding catalog id /UIF/SAP_RTA_PLUGIN is not assigned to my user.
After I manually added this catalog to the PFCG role assigned to my user, the issue is resolved:
I could see Adapt UI button now.
要获取更多Jerry的原创文章,请关注公众号"汪子熙":
上一篇: 使用Chrome开发者工具分析JavaScript garbage collector(垃圾回收器) SAPC4CCloudCDS viewCloudFoundry
下一篇: davinci mail配置
推荐阅读
-
SAP Fiori应用里出现http request错误的原因分析 SAPSAP云平台SAP Cloud PlatformSAP成都研究院C4C
-
使用nodejs实现OData的batch操作在Marketing Cloud里读取contact信息 nodejsSAP成都研究院SAP Cloud PlatformSAP云平台Marketing Cloud
-
在S/4HANA扩展字段的Available Fields列表里,看不到自己创建的扩展字段该怎么办 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
-
SAP CRM Location Assignment的实现原理 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
-
SAP CRM Application Extension Tool类型为Code List的扩展字段实现原理 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
-
SAP CRM Product Sales status在中间件中的处理逻辑 SAPSAP云平台SAP Cloud PlatformSAP成都研究院CRM
-
SAP cross distribution chain status在Fiori应用中的draft handling SAPCRMSAP云平台SAP Cloud PlatformSAP成都研究院
-
在S/4HANA扩展字段的Available Fields列表里,看不到自己创建的扩展字段该怎么办 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
-
SAP Fiori globalization实现原理之Number显示的格式原理 sapSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
-
使用Chrome开发者工具分析JavaScript garbage collector(垃圾回收器)的实现原理 chromeSAPSAP云平台SAP Cloud PlatformSAP成都研究院