In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "how to jump after Fiori Launchpad Tile click", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next, let the editor take you to learn how to jump after clicking on Fiori Launchpad Tile.
After clicking on a tile in SAP Fiori launchpad, the backend will calculate the target url of the jump and return it to the foreground.
The white boxes in the picture below become tile. After each tile click, a corresponding Fiori application opens.
This article describes how to debug the computational logic of this jump target in the background.
First of all, we can click tile directly in the browser or manually trigger the url resolution request of the jump target with Postman:
Use the transaction code SICF in the background to set a breakpoint in the HANDLE_REQUEST of the handler class of the icf node:
The request is triggered in Postman, the breakpoint is triggered, and the execution from the foreground system of Fiori to the background system of Fiori is executed in line 61.
For the distinction between Fiori front-end and back-end systems, refer to my Wechat official account article on the three deployment methods of SAP Fiori applications.
Background execution logic: first take the metadata metadata
And then take the actual data. The following is the body of the data request:
Get the action name:
Then the corresponding processing logic is called according to the action name:
First read from cache:
Cache missed:
So go to the database to get:
Get the results. The string cus.crm.mycalendar after the SAPUI5.Component= parsed in the following figure is the Fiori application to be opened after the tile is clicked. The value of the field URL is the storage location of the BSP application corresponding to the application.
At this point, I believe that everyone on the "Fiori Launchpad Tile click jump how to achieve" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.