Fiori Standard App Deployment (Transactional) 1

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 15

Deployment of Standard Fiori APP

Contents
We will perform the below list of activities for Deployment of Standard Fiori APP:
1) Checking app related information in Fiori Apps Library: -.......................................................................1
2) Activation of Front-end UI Service :-.......................................................................................................4
3)Activation of Back-end OData Service :-...................................................................................................4
4)Fiori Launchpad Designer.........................................................................................................................5
5)Authorizations (Admin & End Users)......................................................................................................13
6)Working with Apps in Fiori Launchpad...................................................................................................15

1) Checking app related information in Fiori Apps Library: -


For every Fiori Standard app Implementation, we would need to refer to this Fiori Apps
Library and please find below link for the same.
https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/home

If we already know the app name, we can search the app name.

We can find what type of app it is (Transactional /Factsheet /Analytical) and what
the App is supposed to do.
In the Implementation Information tab, we have four categories Installation,
Configuration, Extension and Support.

In the installation tab, we will check the components and software versions.

In the configuration tab, we will see the information about OData Services and
UI5Application.
2) Activation of Front-end UI Service :-
Go to T-code, SICF.
Provide UI5 application name as service name SD_SO_MANAGES1.
Right-click on the service name and Activate it (if not active).
3)Activation of Back-end OData Service :-
Go to t-Code /IWFND/MAINT_SERVICE

We give our system alias name as given by basis team and will give the technical service
name as Odata Service name by adding the services along with our transport request.
4)Fiori Launchpad Designer
Create Custom Catalog and Add Standard Catalog Tiles to Custom Catalog Tiles
Go to your Fiori Launchpad Designer link
https://vhcals4hci.dummy.nodomain:44300/sap/bc/ui5_ui5/sap/arsrvc_upb_admn/
main.html?scope=CUST&sap-client=100&sap-language=EN#
or
Execute t-code /UI2/FLPD_CUST in SAP GUI to directly access link.
We select settings icon on right side to assign transport request created.

Select the Catalog Menu and hit the + icon at the bottom
Provide a suitable Title and Id. You can change the title anytime, but the Id cannot be
edited.
So, we must give the id as per the naming convention of our project.

Now search for the standard catalog which we want to move to new custom catalog.
We can find this standard catalog in Fiori apps library under the technical configuration.
Hold any tile and it will show Create Reference and Delete options.
Hold the Manage Sales Orders and drag and drop it to Create Reference icon.
It would ask for the Catalog where you want to place.
Search for the new Catalog which we just created.

Along with tiles, we also need to move the Target Mapping.


Select the Target mapping Icon. Choose the Semantic Object and Action
Once you select the line, buttons become active at the bottom. Hit on Create
Reference. We are just creating the reference (link) from standard to our custom
Catalog.
ii. Create Custom Group and Add Tiles
Go to the Groups menu, hit the + icon, give the Title and Id and hit Save.

add the custom Catalog to this group.


We will give the custom catalog name in the search field.
Hit the + icon below the tile icon to add the tile to the Group. It would turn green and
you would get a message.
5)Authorizations (Admin & End Users)
Go to t-code PFCG and create a Role. Hit Menu and then Insert Node and add SAP Fiori
Tile Catalog and Group one by one.
We will provide our created custom catalog and custom group over there.

We will give end-user assignment in user section.

We will provide our Transport request and save the Role.


6)Working with Apps in Fiori Launchpad
Now we will go Fiori launchpad using the transaction /ui2/FLP.
After the role is assigned to the user, the Fiori login should show you the Group we
created and tile.

You might also like