Posts

Showing posts with the label fiori apps library

SAP Fiori– Troubleshoot Fiori Applications - In Simple Words

Image
This blog is useful for ABAPer's to troubleshoot issues related to SAP Fiori Application from both frontend and backend. Prerequisites Fiori Applications implemented successfully in the landscape. Procedure Open the fiori application directly from URL or from fiori launchpad and collect the URL of the application.  For Example:  My Timesheet application considered for reference. Open the standard fiori UI application by appending the query  ?sap-ui-debug=true   to the URL to debug the front end UI5 code. Choose F12 to open the developer tools of browser. Choose Source tab and open the relevant source files to debug. Set debugging points in the source code by selecting the line number of code and verify the run time data of variables by adding them as watch points. Choose Console Tab and Network tabs for high level error details and odata calls which gives clue to resolve issues. Check the activated odata service from Gateway server.  ...

Add SAP GUI For HTML App To Fiori Launchpad - SAP Fiori - Step By Step.

Image
Here we have highlighted step by step in simple words to add SAP GUI for HTML App to fiori Launchpad. STEP 1:   A Fiori app is identified as GUI for HTML app by description in the app as shown below. STEP 2:  Choose Business catalog name from Fiori app library In this scenario we shall take example of  "EWM - Work Scheduling -  SAP_SCM_BC_EWM_WS". Add the catalog ID to Fiori Role assigned to your user ID in transaction PFCG. STEP 3:  Launch Fiori Launchpad Designer (/UI2/FLPD_CUST - Fiori Lpd. Designer (client-spec.)) and search for Technical Catalogue (SAP_SCM_BC_EWM_WS) of the required APP and choose  "Add Tile" STEP 4:  In this scenario, will choose Dynamic tile. Fill in below details which are available in Fiori App Library Title, Subtitle and Parameter from App Library (Implementation Information>Configuration>App launcher(s)). Symantec Object, Action from  "Target mappings"  and choose  "Save". ...

Add Fiori Apps To Fiori Launch Pad - SAP HANA - Step By Step.

Image
As S/4 HANA uses Fiori Apps as User Interface, many times we get requirement to add new Fiori Apps to our Launch Pad. This is a simple How-to guide (Step By Step Guide) to add Fiori Apps to Fiori Launch pad. SAP Fiori Launchpad for S/4HANA can integrate various UX application technologies. Among these technologies, we can find; SAP UI (ODATA based Fiori Apps) SAP GUI for HTML (SAP Transaction available in HTML for Fiori) Required Authorization: Access required for below transactions including Fiori Launch Pad and Fiori Designer: SICF  - Service maintenance. PFCG   - Role Maintenance. /n/IWFND/MAINT_SERVICE  - Activate and Maintain Services. Steps To Add SAP UI Fiori To Fiori Launchpad: STEP 1:  Find the required Fiori Apps from Fiori Library https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/home Here, We have taken a simple example of Fiori App: Create Inbound Deliveries Search for required App in Fiori Library. Go to...

SAP Fiori– Required Components Verification Check - Prerequisite.

Image
The purpose of this blog is to verify/cross-check whether the existing gateway server or backend server has required versions including with component level versions to start configuration of SAP Fiori applications. Prerequisites Basis Team should deploy the corresponding fiori add-on packages in Gateway server and backend server as well if backend server is separate server. Procedure Check all the fiori applications which should be implemented as per project plan. Collect all the required versions needed from the Fiori APP Library link which is single point of reference link for all SAP Fiori applications. https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F0392') Users can search any fiori application related documentation like below Choose IMPLEMENTATION INFORMATION tab as shown below. Choose Delivery Date and select appropriate one among them and compare required gateway (Front End Server) and back-end server versions...