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
click on adjust links and images
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