cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 APP - FIORI LAUNCHPAD LOGIN

0 Kudos

Hi Experts!

I am currently in the development of an SAPUI5 application. One of the requirements is that you can not log into the Fiori Launchpad multiple times with the same user at the same time (on multiple devices). Is there any way to configure this for the Fiori Launchpad when logging in?

Note: The application is hosted on an SAPUI5 ABAP REPOSITORY.

I appreciate your help.

Regards!

Accepted Solutions (0)

Answers (1)

Answers (1)

CristianBabei
Contributor
0 Kudos

You can check on your system - SICF transaction, check /default_host/sap/bc/ui5_ui5/ui2/ushell

There, on error page section, - configuration, you can configure all about your login.

Also, there you can see the class wich is called when accessing, maybe you can change it for a Z, and inside manage yourself the logins.

Normally you create a copy of the /UI2/CL_SRA_LOGIN when you need a different login screen.

Hope this helps 🙂