Related To Fiori LP PDF
Related To Fiori LP PDF
Related To Fiori LP PDF
If the tile is assigned to … COMMON catalogue then the role needs to be refreshed
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:
Suppose I would like to open SAP GUI transaction code SE80 in Chrome by clicking a tile in Fiori launchpad –
for example I would like to put a new tile into this group below:
1. First identify the catalog page ID for the group above: SAP_FIORI_EXTENSIBILITY
2. Open Fiori Launchpad Designer, find the catalog found in previous step.
Create a new tile by clicking icon “+”:
Then link this system alias to a RFC destination created in SM59 via the following customizing