Hi Parth,
I guess you are talking about Fiori launchpad on premise.
You can design own logon page by copying the ABAP class /UI2/CL_SRA_LOGIN.
https://blogs.sap.com/2014/11/05/simple-steps-to-configure-fiori-loginlogoff-page/
Regards,
Masa / SAP Technology RIG
Hi Masa,
Thanks for your reply. Yes I am talking about Fiori Launchpad on premise.
I am trying to design my own logon page leveraging the existing logon page. I want to add one more button below "Change Password" with "New User, Register here" which will call up custom SAPUI5 application. Here /UI2/CL_SRA_LOGIN is the class that is used for customisation of Logon page (changing Theme , look and feel) using INIT_DEFAULT_PARAMETERS method. To exact which method I must change or hook is provided for my requirement? Do I need to change FioriLaunchpad.html as well?
Parth
Add comment