cancel
Showing results for 
Search instead for 
Did you mean: 

change in sap logo and welcome text on the portal logon page

former_member945471
Participant
0 Kudos

I have made changes to botareatext and topareatext files to replace logo and change the welcome message at the top. However, the changes are not reflected after a reboot. Can you please let me know which class files were deleted?

I tried deleting the jsp class file in the work folder and restarting. Still,the changes are not reflected on the logon page.

Answers that help in making them visible will be rewarded points

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arun,

Have a look at this <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=30641">thread</a>

Regards,

Pooja.

former_member945471
Participant
0 Kudos

Thank you, everyone.

I would also like to know h9ow to modify the welcome message.

Presently, it reads

<%=logonLocale.get("xtit_WELCOME")%> for the welcome Message(WELCOME)

What would I need to do to print "WELCOME FOLKS"

detlev_beutner
Active Contributor
0 Kudos

Hi Arun,

edit the corresponding label's (xtit_WELCOME) value within the logonLabels_XY.properties file, which can be found within C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.runtime.logon\lib\umelogonbase.jar (or your corresponding path).

Hope it helps

Detlev

Former Member
0 Kudos

hi,

Remove the lines

<td colspan="2" valign="Top" width="300" class="welcome">

<%= logonLocale.get("xtit_WELCOME")%>>

Replace it with

<td>

<FONT size=10 color=green face="arial">WELCOME FOLKS</FONT>

</td>

Regards,

Ganesh

Answers (4)

Answers (4)

former_member945471
Participant
0 Kudos

Thank you all, for your answers.

Former Member
0 Kudos
Former Member
0 Kudos

In addition to Ganesh's comments, check the authschemes.xml file too and make the necessary changes ,if you have created a new PAR file.

Rgds

Former Member
0 Kudos

hi,

To change the welcome message at the top you have modify the umLogonTopArea.txt in the par file.

For modifying the logo, System Administration > System Configuration > UMConfiguration

ume.logon.branding_image=irj/mylogo.gif

You can change the name of the logo to the name typing the ume editor.

After making all the change package all the files and export it as par file. Now restart you will see the changes effected.

Regards,

Ganesh