Translate

Configuring SAP GUI Transaction in Fiori Launchpad

 Configuring SAP GUI Transaction in Fiori Launchpad


Do you know how to use Fiori Launchpad to customise the classic SAP GUI T-Code? Wouldn't operating the heavy-duty SAP Transaction on your mobile device improve the user experience?
But, when standard Fiori Apps are available, why would there be a need to configure a GUI Transaction in SAP Fiori Launchpad?


Go through this first if you're new to SAP Fiori. From the Space Level, SAP Fiori


To uncover the answer, we must first comprehend SAP Fiori. Let's begin at the beginning.


Brief Overview

SAP Fiori applies modern design ideas to deliver a consistent and holistic user experience (UX) for SAP products. The SAP Fiori UX is used to create a customised, responsive, and simple user experience in SAP systems.

However, not all standard applications have yet been moved to Fiori, and it will be some time before all Apps are available in the Fiori Library.

SAP has built a provision to setup these applications on the Fiori Launchpad to give a consistent user experience and a common entry point to launch any standard or bespoke applications.

The procedures below will help any application developer complete system verification before creating any Fiori app, understand the prerequisites for setting up Fiori apps, and configure any normal SAP GUI transaction in the Fiori launchpad when standard Apps are not accessible.

Did you know that every SAPUI5 app that follows the 5 Fiori principles qualifies as a Fiori app rather than a UI5 app? In the post below, you'll find five principles to consider.

Design Principles for Fiori Apps

A step-by-step guide on setting basic Fiori Launchpad transactions.

Verification of the System

Before we can build individual Apps, we must first set up the SAP Fiori System Landscape and configure the SAP Fiori Infrastructure.

SAP Fiori can be used with Business Suite (any DB or HANA) and S/4HANA, therefore check if the following components are installed in your landscape, depending on your system instance and deployment options.

Front-end components (which provide the user interface and connect to the back end) and back-end components are required for SAP Fiori apps (providing the data).

Both the front-end and back-end components are offered as distinct products and must be installed in the SAP Fiori-enabled system landscape.

Deployment OptionDevelopmentSAP NetWeaver ReleaseInstalled
in SAP Gateway Hub
Installed
in SAP Business Suite / S4
EmbeddedSAP Business Suite

Backend System

7.0, 7.01, 7.02, 7.03, 7.31IW_FND
GW_CORE
IW_BEP
7.40 or 7.50 and higherSAP_GWFNDSAP_GWFND
Central HubSAP Business Suite

Backend System

7.0, 7.01, 7.02, 7.03, 7.31IW_FND
GW_CORE
IW_BEP
7.40 or 7.50 and higherSAP_GWFNDSAP_GWFND
SAP Gateway System7.0, 7.01, 7.02, 7.03, 7.31IW_FND
GW_CORE
IW_BEP
You can combine this deployment scenario with an installation of IW_BEP in the backend system.
7.40 or 7.50 and higherSAP_GWFNDSAP_GWFND

Because NetWeaver version 7.4 does not have a separate front-end server, this is an embedded instance (no separate front-end server). The “SAP GWFND” component is present on the back end system, which is where the development and gateway registration takes place.

Note that because we are setting a basic GUI transaction, no further UI components are necessary; otherwise, we must use the Fiori library to install front end UI components.

Also see Part I of the SAP Fiori Tutorial: System Check, Installation, and Configuration.

Embedded Deployment Tasks List (Configure SAP Gateway and SAP Fiori on the same client where the ERP system is located.)

Basic Configuration of SAP Gateway (SAP GATEWAY BASIC CONFIG)

(Choose UI Technologies -> SAP Fiori Initial Setup -> Connection Settings (Front-End Server to ABAP Back-End Server) -> Activate SAP Gateway in Customizing for SAP NetWeaver.

Configure Fiori Launchpad (SAP FIORI LAUNCHPAD INIT SETUP).

The SAP Fiori launchpad is a desktop and mobile device access point for SAP Fiori apps. The SAP Fiori launchpad must be configured so that users can access the apps that have been assigned to their roles.

To get the SAP Fiori launchpad and the SAP Fiori launchpad designer up and running, you'll need to activate the OData and ICF services.

SAP Gateway – Activate OData Services (SAP_GATEWAY_ACTIVATE_ODATA_SERV)

Register the following services in the transaction "/n/IWFND/MAINT SERVICE."

  • /UI2/PAGE_BUILDER_CONF
  • /UI2/PAGE_BUILDER_PERS
  • /UI2/PAGE_BUILDER_CUST
  • /UI2/INTEROP
  • /UI2/TRANSPORT


We can also maintain any other services.

Check out the SAP Fiori Tutorial as well. Part II: Fiori App Implementation from Start to Finish

SAP Basis – Activate HTTP Services (SICF) (SAP_BASIS_ACTIVATE_ICF_NODES) 

Maintain Services by running the transaction (SICF). Activate the services under the following sub trees in the menu under -> Service/host -> Activate:

To activate all child nodes under a service, select Yes with the hierarchy symbol in the Activation of ICF Services dialogue box.

  • /DEFAULT HOST/SAP/BC/UI2/NWBC/ – NetWeaver Business Client
  • /DEFAULT_HOST/SAP/BC/UI2/START_UP – Provides data that is needed at frontend shell start-up
  • /DEFAULT_HOST/SAP/BC/UI5_UI5/SAP/AR_SRVC_LAUNCH – Launch tile application
  • /DEFAULT_HOST/SAP/BC/UI5_UI5/SAP/AR_SRVC_NEWS – News tile application
  • /DEFAULT_HOST/SAP/BC/UI5_UI5/SAP/ARSRVC_UPB_ADMN – Unified Shell Page Builder Administration Page
  • /DEFAULT_HOST/SAP/BC/UI5_UI5/UI2/USHELL – Unified Shell
  • /DEFAULT_HOST/SAP/PUBLIC/BC/UI2 – Entry Point for UI2 Services
  • /DEFAULT_HOST/SAP/PUBLIC/BC/UI5_UI5 – SAPUI5 library called via HTTP out of MIME repository

How to set up a Fiori Launchpad GUI transaction

Check to see if the Fiori library has any standard Apps. If the standard App is available, setup it; otherwise, proceed to the instructions below.

In this case, as the GUI transaction is being configured for a Business Suite system on a non-HANA DB, check to see if any Apps for transaction ‘MM01' exist under “Fiori apps for Business Suite.”

Create a Semantic Object to identify the Application

Navigate to transaction /n/UI2/SEMOBJ_SAP to create a semantic object.

To create a Launchpad role, go to transaction "LPD CUST." This is necessary in order to keep target mapping in the next stage.

Multiple Applications can be connected with a single Launchpad Role (1:N).

(For example, this job can be linked to multiple transactions, each with its own application alias.)

Create a Catalog in Fiori Launchpad Designer.

Make sure to assign it to a transport request.

Add a Tile and specify the Target Mapping.

Because we aren't using an Analytical App, choose Static Tile.

As indicated below, specify the Tile specifics.

Specify the Tile's Target Mapping.

When the user clicks on the tile, this is required to launch the proper programme.

Create a Group to include the Tile.

In the PFCG transaction, create a new role and assign Catalog and Group to the business user.

Assign the User a Role

Finally, in Fiori Launchpad, you can see the Standard Transaction. You can now run your App and enjoy the Fiori App's user experience.

Important: Not all SAP Transactions can be translated to the SAP Fiori App at this time. A requirement for exposing a standard SAP T-Code using Fiori Launchpad is that the transaction has SAPGUI for HTML enabled. T-code SE93 can be used to check this.

The t-code for our case is MM01. Go to t-code SE93, enter MM01 as the transaction code, then press show.

On mobile or desktop devices, SAP Fiori Launchpad is the entry point to Fiori Apps. However, not all conventional apps or transactions are now available in the Fiori library, thus some users may need to utilise SAP to access both new Fiori apps (through launchpad) and old GUI operations (via back end). When we have to transition from a mobile device to a desktop to access GUI-based transactions, this can be inefficient. Traditional GUI transactions can be implemented in Fiori launchpad to provide a single entry point to access all SAP apps, whether from mobile or desktop devices, to solve this. The look and feel would be quite similar to Fiori apps for GUI transactions in this situation, but they are not transformed to Fiori apps and continue to function as transitional GUI based transactions.

The GUI Transactions are not converted to Fiori Apps by exposing them to Fiori Launchpad. It simply allows people to use their mobile device to access the t-code. The fact that a t-code runs on a mobile device does not automatically qualify it as a Fiori App. To be termed a Fiori App, apps must follow the five design criteria.

No comments:

Labels

sap hana hana database aws s4 hana hana db s4hana conversion steps sap hana azure bw4hana hana migration s4hana migration sap cloud migration steps sap hana migration steps sap hana migration to azure s4hana sap fiori fiori performance fiori erp s4 hana fiori sap fiori app sap fiori client sap fiori launchpad sap s4 hana fiori cisco ecc AI SAP AI abap dumps hana sap S/4HANA S/4HANA Conversion best sap ui5 & fiori training configuration database fiori tutorial on webide free sap ui5 & fiori training s/4 hana sap dumps sap fiori tutorial sap ui5 sap ui5 & fiori sap ui5 & fiori tutorial sara ui5cn 2367245 - Troubleshooting performance issues with SAP BPA Amazon free tier for SAP AWS setup Experience CALL_FUNCTION_NOT_FOUND CCMS Configuration and Use Create New Data Class in SAP (Oracle) Critical top SAP Abap dumps DHCP Clients Not Receiving IP Addresses Download Stack.xml HAN-DB HAN-DB-ENG High CPU Usage Due to Excessive Process Switching How To How to Start and Stop SAP Hana Tenant Database How to change SAP Hana Sql Output results are limited to 5000 Records How to perform SAP Dual Stack Split - Netweaver Inactive Objects in SAP Intercompany transactions in SAP AP / AR : Cross Company Code Transaction Interface Flapping Due to Duplex Mismatch KBA LOAD_PROGRAM_LOST MSSQL shrinking transaction log file Migrating to SAP hana database NAT Overload Causing Internet Access Failure Note 500235 - Network Diagnosis with NIPING OSPF Adjacency Not Forming PRINCE2 Foundation Sample Questions Preparing for S/4HANA Conversion and the MUST know items Push to Download Basket S/4HANA Migration Cockpit S/4JANA SAP BI Support Data Load Errors and Solutions SAP BI/BW Landscape SAP BPA SAP Basis SAP Basis Automation SAP Business Objects SAP CPS SAP Certification SAP FI Certification SAP FI Certification Sample Questions SAP HANA Admin - Cockpit SAP HANA DB Engines SAP HANA Database SAP HANA terminate session connection disconnect cancel kill hang stuck SAP Hana DB restore SAP Hana Numeric Error Codes SAP Landscape SAP Language installation SAP MM and Purchase Order Tables SAP Maintenance Planner SAP Note 500235 SAP R/3 Glossary SAP Readiness Check SAP S/4HANA 1709 Installation Files SAP S/4HANA 2023 SAP S/4HANA 2023 Installation SAP S/4HANA 2023 running SAP S/4HANA Installation SAP Scheduling SAP Solman 7.2 CHARM: SAP Support Package Stack Strategy SAP Support package SAP Upgrade SAP support stack upgrade SP stacks STORAGE_PARAMETERS_WRONG_SET SUSE/SLES/Kernel versions Setup of S/4hana 2023 TSV_TNEW_PAGE_ALLOC_FAILED TSV_TNEW_PAGE_ALLOC_FAILED error Transaction ID Unable to download an SAP Note Unix/Linux Command That Are Helpful For SAP Basis Upgrading SAP Kernel Without Downtime Upgrading windows server 2008 to windows server 2019 What is OSS Notes? SAP SNOTE Tutorial accounting agile ale idoc ale/edi archive FI documents audit auditing auditor aws aws cloud basic type bluefield approach ccms ccmsidb charm copilot datavard dbacockpit download sap note download snote edi idoc electronic data interchange enable sap archiving objects erpprep ffid firefighter fraud functional hana admin how to apply sap security note https://www.erpprep.com/ idoc install install sap fiori installation interfaces intermediate document internal control license key linux version materials management messsage niping test order type port prince2 agile prince2 agile practitioner purchasing quick info s4 hana sap abap dumps sap abbreviations sap activate certification sap activate project manager sap authorization sap aws sap brownfield sap ccms sap ccms configuration sap erp sap error sap grc sap greenfield sap internet demo system sap license sap maintenance certificate sap material management sap meaning sap mm sap mm consultant sap monthly security note sap netweaver sap network diagnostic sap niping sap note sap oss sap patch day sap performance sap performance issue sap purchase order sap s/4hana sap sales and distribution sap sap otc sap sd sap sd certification training sap sd course sap sd jobs sap sd module sap sd online training sap sd training sap sd tutorial sap sd tutorial for beginners sap security sap security note sap snote sap snote tutorial sap solution manager sap sql segregation of duties separation of duties sles slicense smc snote snote in sap system sod conflict solution manager solution maneger stop start hana database suse linux techie trex two step upgrade required waterfall