Special thanks to Trukhin, Yevgen and Arafat, Mohammed Wasim who helped me in writing this blog.
This blog explains how to customize the standard UMCUI5 package which is out of the box MCF for Utilities. This blog contains two sections.
First section mentions about the how step-up your eclipse to modify the UMCUI5 package from your ABAP system. Second section mentions the steps you have to perform on the ABAP system.
So, starting with Section one.
Download the Eclipse IDE from the following link
http://www.eclipse.org/downloads/packages/release/juno/sr1
assuming you have connected to your ABAP system and created a SAP UI5 project, you should see something similar to below.
Once you have imported the project into your eclipse you will be able to see the project as below.
In second section, login into your ABAP system and go to Txn SE80. Click on MIME Repository and navigate to
SAP --> PUBLIC --> UI2.
Create a new folder as zumcui5 and all the sub folders (css,i18n etc.,) similar to umcui5 folder. Copy all the files by clicking on Import MIME object.
You should have the folder structure as shown below.
make change in i18n_en.properties to change company name and other text changes and Upload and Replace the file.
Go to Repository Browser under ZUMCUI5 (custom folder which you have created) under MIMEs folder open login.properties file and change the template path, in my case.
and once you make these changes, when you test you should see the company name and logo change as below.