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 2021]: Note that this asset was created before our branding changes related to SAP technology were announced on January 2021. Note that SAP Cloud Platform Launchpad was renamed to SAP Launchpad service, and SAP Cloud Platform Portal was renamed to SAP Cloud Portal service

[Update 2022]: Please note that this blog was published prior to the re-branding related to SAP Build portfolio, which was announced at SAP TechEd 2022. SAP Launchpad service and SAP Work Zone come together under the SAP Build Work Zone brand, with two editions: standard edition (formerly SAP Launchpad service) and advanced edition (formerly SAP Work Zone). You can learn more in this announcement blog post: SAP Build Capabilities Explained | SAP TechEd | SAP News Center

 

In this blog post, I cover a key concept on the integration of the launchpad with remote content providers like S/4HANA and SAP Enterprise Portal.









Building a central Launchpad using SAP Launchpad service on SAP BTP


Part 1 – Getting Started

Part 2 – Understanding the options around developing HTML5 apps in Cloud Foundry

Part 3 – Developing HTML5 apps

Part 4 – Integrating HTML5 apps with the Central Fiori Launchpad

Part 5 - Integrating 3rd Party apps with the Central Fiori Launchpad

Part 6 - Integrating chatbots with the Central Fiori Launchpad

Part 7 - Integrating with remote content providers

Part 8 - Enabling Notifications

Part 9 - Transporting Launchpad sites using SAP Cloud Transport Management service

 

At the time of writing this, there are two content providers which are supported with the Launchpad service. Its now possible to expose the contents from these content providers in a common data model (CDM) format and access them from the launchpad on SAP Cloud Platform. All the applications remain in your respective backend systems. The integration of remote provider is done at the role level. This means all the contents under the roles – like apps/groups/catalog will be accessible from the launchpad service. The role of the Launchpad is to federate these contents and bring them together in a central launchpad.


In the previous blog post, I also covered integrating bespoke HTML5 apps which are deployed in the SAP Cloud Platform account. In this scenario, SAP Cloud Platform is a content provider providing access to HTML5 apps within the Launchpad service.

When planning to configure your S/4HANA system, ensure that its has a Front-End Server 2020. Similarly, SAP Enterprise portal needs to be atleast NW 7.5 SP19 to be able to federate the contents in the Central Launchpad.

Now let’s get into the actual setup which are required to be in place for federating contents from remote content providers. I will be using a S/4HANA system for this blog post.

Connectivity Options


You can enable access to the apps in your S/4HANA system from the central Fiori Launchpad either via direct access or tunneled access. Direct access refers to the users accessing the apps in the central Fiori Launchpad within the corporate network. This can be setup using a SAP Webdispatcher. However, the most common scenario is to leverage SAP Cloud Connector for the tunneled access. In this scenario, SAP Cloud Connector setup a secure tunnel through which all the API calls, Fiori/Webdynpro apps from S/4HANA system are surfaced to the central Launchpad. Users will be able to access apps outside the corporate network and this approach is recommended for mobile scenarios.

The setup of SAP Cloud Connector is documented in many tutorials and blog posts. For this blog post, I have configured my Cloud Connector to connect to my SAP Cloud Platform subaccount and exposed an on-premise S/4HANA system.

Destinations


In order to communicate with a remote content provider, you will need to have a design-time and runtime destinations configured.  The design-time destination is required to fetch the contents that are exposed via the remote content provider. You can use a Technical User in the destination.


The runtime destination will be used during the runtime when users access the Central Fiori Launchpad. It defines the locations from where the resources/app will be obtained. Note, for this destination, in a productive setting, you would need to use “PrincipalPropagation” as authentication method. This is required for Single Sign-on and propagating the user to the backend system.


 

Setup of Content Provider


Ensure the CDM3 service in SICF transaction is activated. This service will be invoked by the above destination. I had to enable "Use All Logon procedures" to get the content federation working.


As an admin of S/4HANA system, you would need to expose the apps by selecting specific roles. To expose the role, you would need to launch the transaction /UI2/CDM3_EXP_SCOPE.


Once you select one or more roles and click on expose, you will get to see the logs with a message stating that the contents have been exposed. All the related contents such as catalogs, groups, apps can be consumed in the launchpad now.


SAP Help Reference: Managing Content for Launchpads on SAP Cloud Platform


Setup of Launchpad service


In the launchpad service, you will need to create a new content provider referring to the S/4HANA system which has been setup.


In the "New content provider" popup, provide a name and reference the two destinations which were created earlier. In the “Content addition mode” you can choose between Manual or Automatic. Manual mode means you will have the flexibility to pick and choose which roles/contents you want to add to “My Content” tab enabling you to work on those contents. Automatic mode will by default bring in all the exposed contents in the “My Content” tab.


Once your content provider has been configured, you can edit the settings or fetch updated contents (when there are changes to the source system)


Now we can move over to the Content Explorer in the menu “Content Manager” and locate the newly added content provider.


This will list all the roles which you have exposed from the S/4HANA system. As an admin, you can select them and click on “Add to My Content”


You can also click on the respective roles to explore the apps which are assigned to them.


Switching to the “My Content” tab will show the newly added roles. Notice the name of the content provider in the “Provider” column.


The next step is to add these roles to a launchpad site. Click on a site settings icon for which you would like to assign these roles.


Assign the relevant roles which are available from your contents. In the below screenshot, I have added roles which have been locally created “Sales” and few roles from the remote content provider. Also, notice that I have enabled “Pages and Spaces” setting to see the apps grouped as spaces/pages in the Fiori Launchpad (similar to what is available in S/4HANA). Here is a blog post if you like to know more about the new space concept in Fiori Launchpad - Get to Know the New Spaces Concept for SAP Fiori Launchpad




Role Assignments


Before accessing the Fiori Launchpad, relevant roles need to be assigned to the user in order to see the app from the remote content provider. Importing the roles from the provider system, creates a corresponding role collection in SAP Cloud Platform. As you can see below, it has the format ~<Provider Name>_<Role Name>.


Within the identity Provider settings, you can either directly assign the role collection to your user or map them to an SAML attribute from your Identity Provider.


Please check the roadmap on the availability of IAG/IPS integration to automate the role provisioning and assignments.

Once the roles have been assigned to the users, the respective apps will show up in the Fiori Launchpad. As you can see below, each role from the S/4HANA system shows up as a space at the top. Within the space (example Accounts Payable space shown below), there are multiple pages and the user can navigate to each of those pages to access the relevant apps which reside in a S/4HANA system.


If you have any questions related to integration of remote content providers, please raise a question in the forum with the "SAP Cloud Platform launchpad" tag.

Credits to my colleague sibylle.brehm for helping me setup this scenario.
57 Comments
AviadRivlin
Employee
Employee
Thanks muralidaran.shanmugham2. Great blog as always!

The following link is a good resource to understand the pre-requisites (being updated as new capabilities are released): https://help.sap.com/viewer/8c8e1958338140699bd4811b37b82ece/Cloud/en-US/a7e6bbbd849f4718bce3c5a3e87...
srmuc69
Product and Topic Expert
Product and Topic Expert
Great blog my friend. I love it. I just setup my CP Launchpad with manual integration for S/4 1909 and Webdynpro. So with S/4 2020 it will get easier.
NagaPrakashT
Contributor
0 Kudos
Great and detailed blog!! Is this applicable for Portal Service?

Thanks,

Naga
Murali_Shanmu
Active Contributor
0 Kudos
Yes, it is applicable to the Portal service too. As mentioned in the first blog post, both Portal and Launchpad share the same roadmap for Central Fiori Launchpad concepts.
Murali_Shanmu
Active Contributor
0 Kudos
.
Emoticon Thumb Up transparent PNG - StickPNG
0 Kudos
Great and very useful content, thanks murali.shanmugham
How is authentication handled in this scenario?
Husain
Participant
0 Kudos
We are having on prem S4 1909 system with FIORI launchpad configured, we want to enable the My inbox to appear on the Central launchpad service ? Is this possible?

How can we setup navigation to another app from the My Inbox?

For instance if there is a PO approval item in the inbox and we want to navigate to the PO from the inbox ? will this work the way it works on Prem using Intent navigation in the Target Mapping ?
haricahy1
Participant
0 Kudos
Hi Murali,

 

I cannot execute tcode : /UI2/CDM3_EXP_SCOPE and I cannot find the /sap/bc/ui2/cdm3/entities in in the sicf.

Can you please advise.

 

Thanks in advance.

 

Best Regards,

Hari Cahyadi
ravinsi4
Explorer
0 Kudos
Hi Murali,

First of all, Thanks for the blog.  Are these steps only applicable for the S4HANA multi tenent system as I am not able to find this tcode:  /UI2/CDM3_EXP_SCOPE  in our S4HANA Cloud single tenant system?

 

Thanks

Ravindra
Murali_Shanmu
Active Contributor
0 Kudos
Hi Husain,

I recall that My Inbox apps is not fully integrated into the Launchpad service. Please check the roadmap to see if this now available. I haven't explored this topic. I would suggest to raise this as a question in the Workflow Management forum.
Murali_Shanmu
Active Contributor
0 Kudos

Hi Ravinder,

These steps are applicable only to S/4HANA on-premise versions. Thanks.

Murali_Shanmu
Active Contributor
0 Kudos
Hi Hari,

Can you please open a question in the right forum providing your system version details. Thanks.
AviadRivlin
Employee
Employee
S0021290159
Explorer
0 Kudos
 

Hi Murali,

Thanks for detailed information.

We have : S/4HANAOn-prem + SuccessFactors  +SAC Planning + SAP Kronos Time Management

Would like know, via central Launchpad service  can we able to have one universal Inbox for all these system, where Managers / Employees can manage their task in single place rather going to multiple system.

Regards

Vincent
AviadRivlin
Employee
Employee
0 Kudos
vibhor_bhatnagar
Participant
0 Kudos
Hi Murali

Thanks for a great blog series.

I have a scenario where I have successfully integrated a custom UI5 app served by a custom app router on the launchpad site via configuring a destination to domain and creation of 'Dynamic URL' App in the content manager .

Just wanted to check if there is any way to access shell level services like 'CrossApplicationNavigation' from Dynamic URL apps.

When I try something like window.parent.sap.ushell.Container.getServiceAsync("CrossApplicationNavigation") , it works in  web security disabled mode ,however is blocked in normal mode due to CSP. Is there any option for configuration of a whitelist of trusted domains. or any other way by which I could access shell services.

 

Regards

Vibhor Bhatnagar
Murali_Shanmu
Active Contributor
0 Kudos
Hi Vibhor,

Can you please raise this as a question in the forum and tag "SAP Launchpad service". Thanks.
camichel
Participant
0 Kudos
Am I restricted how many S4 on Premise Systems I can use in the Launchpad Service?

We want to connect 2-4 systems via Cloud Connector to our BTP and want to use some Apps in the Launchpad!?
Murali_Shanmu
Active Contributor
0 Kudos
Yes, it can connect to multiple S/4HANA systems. That is the goal of the central Launchpad concept offered by the Launchpad service
Schnecke
Explorer
0 Kudos
Hi muralidaran.shanmugham2,

 

in one of the latest SAP events I heared about plans regarding the availability of content federation from SAP Business Suite into Launchpad service.

When I look at help.sap.com for Launchpad Service I only find information that "manual integration of apps" would be possiblr:

Supported Platforms/Products - SAP Help Portal

But in the referenced documentation there is no hint how to manually integrate an app running on  FES 6.0 (Hub Deployment) connected to an SAP Business Suite ERP 6.0 EHP8 system:

Manual Integration of Apps - SAP Help Portal

Could you please answer the following two questions:

Will there be a Content Federation be available for SAP Business Suite (and if yes, when)?

How to manually integrate an SAP FIori App on  FES 6.0 (Hub Deployment) connected to an SAP Business Suite ERP 6.0 EHP8 system) into SAP Launchpad Service?

Thanks a lot in advance

Kind regards

Markus Schneckenburger
Murali_Shanmu
Active Contributor
Hi Markus,

The roadmap indicates that content federation for SAP Business Suite is planned towards the end of Q2/2021. https://roadmaps.sap.com/board?PRODUCT=73554900100800003081&range=CURRENT-LAST#Q2%202021

With regard to the documentation, I see where the confusion is. For now can you please try to follow the manual app integration steps which have been documented for S/4HANA. It should be the same approach. I will check and revert back on this if there is a change.
xxfrankxx
Explorer
0 Kudos
Hi,

looks like the "content federation for SAP Business Suite" vanished from the roadmap or has it been released already?

Thank you
Frank
AviadRivlin
Employee
Employee

Business Suite content federation is now release: https://help.sap.com/viewer/8c8e1958338140699bd4811b37b82ece/Cloud/en-US/86bacc3e5bbe435d89a4ccf8005... > Supported Platforms/Products > SAP Business Suite

Aviad

0 Kudos

Hi, thank you for your great blog! It is very helpful.

 

 

I have a question to ask you.

I somehow cannot access integrated UI5 application from S4HANA without using VPN.

I looked with developer tool, it uses physical host when accessing UI5 application from cFLP and because of that, UI5 application is not authorized and cannot be accessed.

 

Could you help me with this problem?

Thank you.

Murali_Shanmu
Active Contributor
0 Kudos
Hi Marina, It shouldn't be using the physical host as the connectivity should be via the BTP destinations/Cloud Connector. Its best to raise a question in the forum for the experts to support you on this. Thanks
RameshShrestha
Contributor
0 Kudos
Hi Murali,

I saw ES5 added as content provider. But I am not able to add it. I am getting below error.

I have attached the ERROR Screen and Destination configuration.

Can you please suggest on this.

 


ES5 Error



Murali_Shanmu
Active Contributor
Hi Ramesh, I don't think ES5 system is configured for the content federation. As you would see in the SAP Help documentation, there are per-requisites for frontend server.
MRA
Explorer
0 Kudos

Hi Murali, Hi Aviad,

first of all thanks for providing such detail information to start with building a central launchpad and remote content integration. We updated our on-premise business suite system with the latest SAPUI5 1.71.42 but can't access the My Inbox which added to our own catalog. The app is not shown in the role which comes from the remote content provider. If we use a default role from SAP we can see the My Inbox app. Is there still a restriction for My Inbox app?

Also we got the message:

xxxx.authentication.eu10.hana.ondemand.com refused the connection

Information from SAP help:

My InboxThe integration of the My Inbox app that runs on the SAP Front-End Server is supported only for content federation (not for manual integration of content).

 

Thanks in advance for any hints and tips.

Best regards,

Mike

0 Kudos
Hi Murali,

Thanks for the wonderful blog.

I need couple of clarifications on setting up Fiori Launchpad in production environment.

The first part - 'Exposing Launchpad Content to SAP BTP FLP service' executed on S/4 HANA on-prem (as is my use case), is not captured in any TR and is to be done at the time of System Preparation itself i.e needs to done manually in each of DEV, QA, Pre-Prod and Prod environments

While second part - 'Setting up Fiori Launchpad'

  1. Managing Content Providers -> to be done manually in each of Dev, QA and Prod subaccounts (configs cannot be exported)

  2. Managing Content under 'My Content' -> this can be exported from Dev subaccount and imported in QA and Prod subaccount.

  3. Managing FLP Site -> this also can be exported from Dev subaccount and imported in QA and Prod subaccount.


Please confirm if my understanding is correct.

Regards,

Anubha

 
pooja_surve
Explorer
0 Kudos
Hello Murali,

Thanks for the blog.

We are trying to use SAP Enable Now as our content provider for the web assistant. As of now, we are facing CORS error because the domain of the launchpad and SEN manager are different.

Is it possible to follow the approach you have shared to resolve this problem?

Thanks and regards,

Pooja
0 Kudos
Hello Ravindra,

 

if you want to integrate into central Launchpad from S/4HANA Cloud please refer to https://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/2111.500/en-US/811789b79045440faf6dfdf0...

 

Best regards

Marek
hschaefer123
Participant
0 Kudos
Hi Murali,

thanks for the great blog post series concerning cFLP.

Today i got a very interresting question, if it is possible to use Cross App Navigation across the remote content providers.

The current navigation target
#<SemanticObject>-<Action>[~<InternalTargetID>]?<parameter-1>=<value-1>&…&<parameter-n>=< value-n>[&/<innerappspecificfragment>]

does not seem to support this (out-of-the-box).

But maybe, there is an absolute uri pattern, that allows to point to a dedicated content provider like

/~s4hana2020/#<SemanticObject>...

to be able to link to a semantic object.

 

Besides the workaround, will the SAPUI5 cross app concept to be enhanced for such a use case in the future (is it on the roadmap)?

The benefit of embedding this into navigation service would be, that the link inside SAP Fiori Elements would only be rendered, if the user has access to the relevant remote content provider.

Or maybe allowing on navigation to SemanticObject "SalesOrder" to be able to select the relevant provider besides the current one (if multiple are available).

We are currently developing cloud solutions where it even make sense to call cFLP apps that are outside the on-premise FLP.

Best Regards
Holger
pranavnagpal
Explorer
0 Kudos
Hi murali.shanmugham ,

Does federation works for EWM as well? We dont see SICF service /sap/bc/ui2/cdm3.

Thanks

Pranav
Murali_Shanmu
Active Contributor
0 Kudos
Hi Pranav, I am not sure about EWM. Here is the link to the Help documentation on the supported systems.
RjainCap
Explorer
Hi murali.shanmugham

I followed the steps as mentioned in the blog. But when launching the app from Fiori launchpad, I am getting the error as "Not Found". Can you please share an insight if any additional configuration is needed?

 

Thanks and Regards,

Rajat Jain

 
Yes. Even I am facing the same issue.

 

Did you find the solution for this??

 

Thanks in advance.

 

Regards,

Samay Desai

Hi murali.shanmugham,

Thank you so much for the detailed explanation. It is really helpful.

We have followed all the steps mentioned in the blog. We are able to see all S4 tiles as well. But when we are opening the tile we are getting "Not Found". (PFA)

Can you please suggest what can be done?

Thanks in advance.

Regards,

Samay Desai

 

 

Girish_Kumar_Gu
Participant

I had faced similar issue and in my case I had missed creating Alias Mapping.

Hope you have taken care of this.

 

0 Kudos

Hello guptagirishk,

Thank you so much for your response.

I have added the Mapped Aliases, still it is giving me 'Internal Server Error' or 'Not Found'. PFA. Can you please let me know what can be done further.

Thanks in advance.

New Error Message

Girish_Kumar_Gu
Participant
0 Kudos
Hi samay.desai

Is this issue happening for all tiles or specific ones?

Please ensure that in SCC all required resource paths are allowed and you are able to access the apps from the embedded launchpad on the system.

 

 
former_member182832
Participant
0 Kudos
Hi,

 

I have the same issue. It is happening to all tiles even after adding alias mapping.

Current config: S4Hana 2021 FPS 2 with Embedded Fiori GW. Also using SAP CC and not through internet.

 

BR,

Mehdi.
Girish_Kumar_Gu
Participant
0 Kudos
Hi Mehdi

Please make sure that you have provided destinations in lower case (as shown in attached pic) and allowed resources are properly configured in SCC.

 

former_member182832
Participant
0 Kudos
Hi,

 

Issue solved. The solution is to make sure that using the real FQDN (and not ip or aliases) in SAP CC to connect to the backend system. Now all apps are working but I am facing another issue about clickjacking (sap note 3057824).

Thanks for your help

BR,

Mehdi.
cesar_gr
Explorer
0 Kudos
Hi I have an S4HANA 2020 system and I had the same issue, but my problem was the destinations's name (lower case and without underscode)

In Central Fiori Launchpad I was found a tile with "Not Found" error also. In my case, this tile did not have this parameter &sap-ui-tech-hint=GUI

Now when I use Sap Mobile start to access my Cloud launchpad, I don't find GUI transactions, only find some UI5 native apps from each catalog and group.

Do you know if is there some restriction about access GUI tiles on Sap Mobile Client?

Regards!
Girish_Kumar_Gu
Participant
0 Kudos
Hi cesar.gutierrez2 ,

I don't think there is any restriction as such. I was able to access GUI transactions enabled in BTP FLP using SAP Mobile Start.

Thanks
gregorw
Active Contributor
0 Kudos
Hi Murali,

correct https://sapes5.sapdevcenter.com/sap/bc/ui2/cdm3/entities?sap-client=002 currently returns a "Access using a 'ZERO' object reference is not possible." error. Who needs to be triggered to expose the apps that are aleady accessible via https://sapes5.sapdevcenter.com/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html#Shell-home also via transaction /UI2/CDM3_EXP_SCOPE?

Best Regards
Gregor
poojith_mv1
Discoverer
Hellu Murali,

Wonderful blog! I have also performed the same steps to consume the content from the on Premise SAP Enterprise Portal as CDM and it works fine.

However, using the "Basic Authentication", password is stored in the destination as a clear text, which can be visible in the logs if proper security is not in place.

Hence, I would like to know if we can use the "OAuth2ClientCredentials" or any other secure approach where we can only specify the client ID and secret and not needing to store any passwords, but unfortunately I could not find any documentation which explains this.

Could you please let me know if this scenario is really possible and if yes, the procedure / steps to achieve this?

Regards,

Poojith M V
akshaya_p
Contributor
0 Kudos
Hi murali.shanmugham

 

Is it applicable for Connection to CRM apps through app-to-app Navigation?
akshaya_p
Contributor
0 Kudos
Hi murali.shanmugham

 

I followed the same steps Im abl to see the role from my remote content provider in BTP But somehow the tiles are not getting listed
Labels in this area