Related To Fiori LP PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

Related to Fiori LP

Friday, January 31, 2020


1:17 PM

How to use the KPI design


KPI Workspace- KPIs and Evaluation

This tile is used to create evaluations and then assign to a tile.


Tile needs to be assigned to a catalogue (usually a common catalogue eg SAP_TC_FIN_CO_COMMON:
SAP Financials. Cash Management Apps)
using the Fiori Designer (tcode /UI2/FLPD_CUST), The common catalogue can bechecked for the Tile
created
Then the reference to another catalogue can be created example SAP_SFIN_BC_CM_CASH_OPS.

Open the Group tab and select the group


Click on the button to add new tile which will ask for the catalogue to pick up any of the unused tile
from the catalogue list of tiles.

If the tile is assigned to … COMMON catalogue then the role needs to be refreshed

The filter in the Evaluation derives the numbers on the Tile


Fiori launchpad page server side configuration
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.

How to add SAP Tcodes in FLP

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 “+”:

Maintain the following parameters:


Once saved, the target URL will be automatically generated:
3. Create a new Target Mapping by clicking the button in footer toolbar:
For system alias, you can just keep it as initial:

Once saved, you should see a new entry in the list:


4. For the last step, just make the tile visible in UI. Click new button:

Find the new created tile and add it to Catalog group:


Now you should see the new tile in Launchpad.

Click this tile, and SE80 is now opened in Chrome:


How to open transaction in backend system instead
If you would like that once the tile is clicked, the transaction in backend system is launched, instead of
transaction in gateway system, you can simply maintain an system Alias in your target mapping
configuration:

Then link this system alias to a RFC destination created in SM59 via the following customizing

You might also like