Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Murali_Shanmu
Active Contributor
[UPDATE 20-Nov-2017] : End users can launch Classic UIs from the Fiori Launchpad via Cloud Connector

[UPDATE 04-Feb-2018] : Launch BSP apps from the Fiori Launchpad


[UPDATE 12-Feb -2018]: Added link to launch Classic UIs from freestyle Portal

Until few weeks back, we could only use the Fiori Launchpad on SAP Cloud Platform to launch Fiori apps deployed within the platform and also other contents via URLs and Mobile document. Fiori Launchpad is the entry point to access all SAP applications and we see many customers  using the Fiori Launchpad on SAP Cloud Platform to launch standard and custom Fiori Apps. However, there are still lot of customers who have a requirement to also expose SAP GUI transactions and WebDynpro ABAP applications along with these HTML5 based Fiori Apps. They were looking for ways to provide one single access point to their end users in order to access all types of applications (on-premise/cloud apps). It is now possible to launch even Classical UIs like SAP GUI (HTML) and WebDynpro ABAP applications which are available in the backend SAP system. If you are on release of ABAP Add-on SAP_UI 751, you have an option to create Technical catalogs in backend system and make them available to the Cloud Portal. In this blog, I am going to show the steps required to do this.

Prerequisites



  • SAP Cloud Platform Trial account

  • SAP Cloud Connector

  • Backend ABAP system with component SAP_UI version 751 and above [This is optional]


Configure Backend System


Login to your backend system and ensure that the SICF service is enabled. Also, ensure that you have the required SAP_UI2_ADMIN* roles in the backend system.


Using the Mass Maintenance Tool


SAP GUI (HTML based) and WebDynpro ABAP applications require an application descriptor if they are to be called from the SAP Fiori launchpad. We need to use the Mass Maintenance Tool (MMT) to create all the necessary application descriptors efficiently and in one place.

I can launch the Mass Maintenance Tool by executing the WebDynpro application SUI_TM_MM_APP as shown below.



In this step I am going to create a technical catalog which will represent a collection of SAPGUI & WebDynpro Apps. I can provide any name for my catalog and select from any of the available Semantic objects. In this example, I am going to use the demo EPM Module to display a Products Application which is delivered as SAPGUI Transaction (SEPM_PD) and also as a WebDynpro ABAP application(S_EPM_FPM_PD). Click on Continue.



Click on the "Insert" button and add the entries as shown below. One for a SAPGUI transaction and the other for a WebDynpro ABAP applicaiton. Click on Save.



With this our catalog is ready.

Setup the SAP Cloud Connector


The below configurations would need to be made in the SAP Cloud Connector (SCC). Its important to understand the role of SCC in this scenario. There are two personas when it comes to using this scenario. The first one is an Administrator who would create a portal site and create applications referring to these classical UIs. When the administrator tries to request for apps metadata, all the requests to the backend system will be routed via the SCC. When the Portal site is built and is accessed in an end-user persona, the requests will be again routed through the same Cloud Connector and the connection is kept secure.



Notice that I have provided the virtual host name same as the internal host name. I have also exposed the services under /sap/bc/ to the SAP Cloud Platform trial account.

Create destinations in SAP Cloud Platform


Below is how the destination needs to be configured. Notice that the URL is the actual host name and port number of the ABAP system. The proxy type is set as OnPremise as it would be needed for all the communication requests triggered by the Administrator when they create Apps in the Portal site. Such calls will go via SCC. Also notice that the usage property is Backend.


Create Apps in the Portal site


I am assuming you know how to create a Portal site. There are plenty of How-To-Guides to help you with that. I am creating a new App from the menu options. Click on the Value help provided for "App Resources"



Select "Backend Systems". This will look for destinations with the usage property = Backend.



Select the backend system which has been configured.



Search for the Catalog which was created earlier and select it.

Note: If you are unable to see your Technical Catalog, check the SAP Note:2531639 - Technical catalogs are not available



Notice that the both the Apps under the catalog would be listed. I have selected the SAP GUI transaction.



Notice that the system defaults all the values for the fields, including the semantic object and action



I have just assigned this app to sample catalog and group in the Fiori Launchpad.



Similarly, I am repeating the same steps to add the WebDynpro ABAP application too.



Finally, I publish the site and preview it. I get to see both my Apps in my Fiori Launchpad (which has a Belize theme in SAP Cloud Platform )



The SAP GUI version of Display Products renders as below in my Fiori Launchpad. This would open as a new tab.



Similarly, I can also launch the WebDynpro version of Display Products too from the Fiori launchpad.



Its also important to note that there are two ways of creating the Portal apps based on Classic UIs. The one described above assumes that you have a backend ABAP system with SAP_UI 7.51 version or above that enables you to create Technical catalogs. If you do not have a backend system with this version of SAP_UI, you could directly create a SAP GUI App/WebDynpro App on the Cloud Portal and provide the configuration details manually. For example, if you are configuring an App for WebDynpro, you would need to manually provide the application ID, Configuration ID etc.

 

If you looking to launch Classic UIs from Freestyle Portal, ornulf.kittelsen has documented the steps in the blog "How to add an embedded ABAP WebDynpro in Freestyle Portal"


Launch BSP applications from Fiori Launchpad


A new app type has been introduced within the Fiori Configuration cockpit to launch BSP applications which are available in a SAP ECC system.

For this blog, I am going to use the HTMLB_SAMPLES application which is available in my backend system. This is a standard BSP application as shown below



I am using the same destination configured above for launching WebDynpro/WebGUI apps



Within the Fiori Configuration Cockpit, I am using the app type "Business Server Pages" and providing application specific details like System alias, namespace, application name and the start page.



After publishing the site, I get to see the additional tile to launch the HTMLB_SAMPLES BSP application.



Clicking on the tile would open the BSP application in a separate tab as shown below.



 

 
26 Comments
Labels in this area