通过调试获得SAP Fiori gateway系统的系统ID

版权声明:本文为博主汪子熙原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/90112668

Requirement

For example if you are working on this url: https://jerry.sap.corp:4080/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html

Solution

如下solution可以通过在前端debug的方式获得当前gateway 系统的system id.
You cannot know what its system id is. In fact, frontend server的system ID能通过Chrome的Network检测请求start_up的response来获得:

clipboard1

这个system ID 通过start up handler class的get_configuration返回:

clipboard2
clipboard3

赋值逻辑就是当前系统id:

clipboard4

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

猜你喜欢

转载自blog.csdn.net/i042416/article/details/90112668