Skip to Content
Author's profile photo Former Member

Edit webUI log in screen Layout html

1.go to transaction SICF
execute then got default host -> sap->bc->bsp->sap->crm_ui_start

 

 

2. click on configuration button of tab error pages

 

 

 

 

here you can specify different images to be shown . but changing these settings will not make any effect in standard layout of login page.

 

 

how to change the complete layout of login page

click on custom implementation radio button.

 

 

here we need to specify a class which should be subclass of CL_ICF_SYSTEM_LOGIN

You can use the following classes as a reference to implementation

  • CL_ICF_BASIC_LOGIN
  • CL_ICF_IDES_LOGIN
  • CL_ICF_NW04_LOGIN

here i have copied CL_ICF_BASIC_LOGIN to ZCL_ICF_BASIC_LOGIN

goto metod RENDER_PAGE
there we can see compleate html. make necessary changes here

 

upload any image in the MIME repository at above path

 

 

save and test the output

 

New-Login page for Fiori.jpg

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Great! Thanks It really worked, but the only thing that is missing is the render code of the HTML of the RENDER PAGE.

      For me is not like the Fiori Login page, because instead of copying the CL_ICF_BASIC_LOGIN, maybe it should be the CL_ICF_SYSTEM_LOGIN, but it doesn't have the RENDER_PAGE Method.

      So do you have the source for the render page like fiori?

      Kind regards,

      Caesar

      Author's profile photo Former Member
      Former Member

      Nicely done Arun, very cool feature

      Arden

      Author's profile photo Faisal PC
      Faisal PC

      Aaaha....This is really good....Actually I had thought many times that SAP should invest more in its look and feel.

      Thanks,

      Faisal