cancel
Showing results for 
Search instead for 
Did you mean: 

How to change logo as per language selected by user in WAD

Former Member
0 Kudos
80

Hi guys,

We have one requirement. When user will login to SAP Logon pad of  WAD( Web application designer) with a particular language, we need to display logo of the company as per the corresponding language. Eg. If user selects german language, logo should get displayed in german. I am not sure how to proceed with the requirement.

Your help will be greatly appreciated.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

venkateswaran_k
Active Contributor
0 Kudos

Hi

I do not think we can change the image as per Language. 

As per the logo settings steps, I do not see any language as a parameter.

Regards,

Venkat

Former Member
0 Kudos

Hi Venkat,

I searched about this on the and found the similar requirement where it says we can create an ABAP class for custom extension web item in WAD.

http://help.sap.com/saphelp_nw70/helpdata/en/47/a160a7d5923376e10000000a421937/content.htm

I am confused about how to procced with this as I have neither worked on creating a custom extension web item in WAD nor an ABAP class.

It will be very grateful, if you could help me out of this.

venkateswaran_k
Active Contributor
0 Kudos

Hi Rucha,

I too not have much exposure on creating WAD Classes.  However, I got some idea .. may be a work around...

Inside your code, can you make changes to the property of the logo..  Say hide and display.. based on the user login Language.

Regards,

Venkat

Former Member
0 Kudos

Hi,

In you WAD you have settings for displaying texts, in that there is an option for getting the texts from the text element of the ABAP program.

For displaying standard SAP icons in the web template screen, we can create text elements for a dummy program in SE38, the text element should contain the hexadecimal value of the image in English language and you can go for translation option for the particular text symbol and there you can enter the hexadecimal value of the logo in other language.

The hexadecimal value for certain SAP icons are available in the SE 11 Type group - ICON

Prathish.