cancel
Showing results for 
Search instead for 
Did you mean: 

Create Custom SAP FIORI Login Page

Former Member
0 Kudos

Hello All,

     By default sap has provided login page for sap fiori to start sap fiori launchpad. To this page we can make certain changes to suit our needs such as company log, background color, side icon and more. But my company wants to have full customize login page so that it meets our company requirement. So how can it be achieved and what language needs to be used for it ?

     To start sap fiori launchpad we use SAP GUI user id and password, so i would like to know that can we use our portal id and password to log on to sap fiori launchpad because they are connected to our sap gui user id and password through active directory and the same scenario is used when we logon to sap portals.

Thanks

Faiz Khan

Accepted Solutions (0)

Answers (2)

Answers (2)

Sharathmg
Active Contributor
0 Kudos

YEs, you can create your own login page. But it seems more like reinventing the wheel. The logon class allows you redesign the complete page. Why get into creating a logon page?

Regards,

Sharath

Former Member
0 Kudos

Hi Faiz,

Customization of Login Page:

Most of customers do not use the log in screen, because they set up Single Sign On.

You can look at the program code in the SE24

Class: /UI2/CL_SRA_LOGIN

Method: HTML_LOGIN

You can customize the screen by configuration in the SICF.

If you are interested to change MIME object please look at the method INIT_DEFAULT_PROPERTIES of /UI2/CL_SRA_LOGIN class.

  set_property( iv_name = 'img_logo' iv_value = '/sap/public/bc/ui2/logon/img/sap_logo.png' )

Easy way is just replacing the images in the MIME repository.

Customization of Launchpad:

Theme Designer is the best solution since it is easy to use, designed for the same purpose. Steps to customize


To use portal user credentials:

You can setup SSO

How?

Thanks and Regards,

Sunil B N