Posts

Showing posts with the label Fiori

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.  ...

SAP Fiori – Manage Customer Line Items Configuration - Step By Step

Image
Step By Step config to activate SAP Fiori Application to Manage Customer Line Items. Reference Link:  https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F0711')/W7 All the required versions as per SAP recommendation exist in the landscape. Fiori Launch Pad and Launchpad designers are ready to use with appropriate authorizations. Fiori add-on packages deployed to configure applications ((UIAPFI70 200, SAP_FIN 720 - SP 0) SAP Note 2058202,2058363 should be implemented. Backend application is working perfectly. RFC Connections should exist from gateway to ECC with trusted setup System alias with reference to above RFC Destination should be created. Procedure 1. Activate  FIN_CUST_LITS  SICF Service under path  sap/bc/ui5_ui5/sap  2.  Activate Odata Service:   FAR_CUSTOMER_LINE_ITEMS, FARP_VALUE_HELPS_SRV using transaction  /IWFND/MAINT_SERVICE 3. Open Launchpad designer using ...

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...