cancel
Showing results for 
Search instead for 
Did you mean: 

Web Application Designer Appearing in Unicode (UTF-8)

Former Member
0 Kudos

Hello All,

I am trying to run a BW 3.x query through the Web Application Designer. The query is displayed as a hierarcy and is expanded to the key figure structure. The query runs fine in Excel and on the Web. However, when I add the query to the Web Applicaiton Designer, it appears in Unicode (UTF-8) and looks like a bunch of random characters. I can fix this my selecting View --> Encoding --> User Defined on my Internet Explorer toolbar, but I can't expect end users to have to do this as well. Does anyone know why this is happening? I have built quite a bit of reports in the WAD and have never had this problem. Also, I have several other WAD reports working that have the hierarchy display in them.

Any help would be greatly appreciated.

Thank You!

Tina

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tina,

Recently the same problem suddenly appeared in our system.

All existing 3.x web templates work just fine. All newly created templates will not even show the variable screen but just show random characters. The template works when I right click in Internet Explorer and change the encoding.

A temp. solution is to change this line in the web template:

meta http-equiv="content-type" content="text/html; charset=unicode"

to

meta http-equiv="content-type" content="text/html; charset=utf-8"

I would wish I knew where to change this globally so this would affect all new templates!

BR

Stefan

Former Member
0 Kudos

Hi Stefan,

Thanks for you help, but changing the html code did not work for me. When I pasted in the new code and then saved the web template, it changed back to the unicode.

Any other ideas!!!

Thanks Anyway,

Tina.

Former Member
0 Kudos

Hi Tina,

You have to save the template in the WAD when you are in the HTML tab. If you change back to the Layout tab and save it will automatically change back to unicode.

Hope it helps.

BR

Stefan

ian_eeles
Discoverer
0 Kudos

Hi Stefan,

Changing the HTML works for me.

Many thanks,

Ian.

Former Member
0 Kudos

Hi All,

I've also had this problem while creating new templates in version 3.x, old templates with unicode is working fine only new have this issue.

Changing code in web template to UTF-8 helped in my situation.

 meta http-equiv="content-type" content="text/html; charset=utf-8"

Hope this help.

Best Regards,

Piotr Radzki

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Do you know if SAP developed some permanet solution to this issue?

I tried to view OSS notes which were mentioned earlier, but unfortunately, those notes are not longer published in OSS

Thanks in advance,

Pawel

Former Member
0 Kudos

Hi Pawel,

This is the response from our enquiries:

As per the SAP recommendation please uninstall the security patch.

At moment those are the possible solution that we have.

It is not SAP bug.. It is Microsoft limitation now. That this

restriction is from Microsoft side for the DHTML editor.

You have to use WAD 3.x on Windows Vista only. If still you have to

continue using it, you have to uninstall the security patch.

I would recommend you to open a message also to Microsoft reporting

that. Doing that may speedup them to produce the fix of Microsoft Patch

KB956844.

As you might imagine, our security team are not keen on removing the patch.

Regards,

Ian.

Former Member
0 Kudos

A little bit further forward.

Our Service Provider installed an earlier version of the file:

triedit.dll (14 April 2008)

in the directory:

C:\Program Files\Common Files\Microsoft Shared\Triedit

I am not sure if there is a registration of this DLL required.

Former Member
0 Kudos

Hi Janine,

I am also facing issue with WAD templates. I happened to change two WAD 3.X templates and now when i execute , I will only see a set of notations.

I did check my system and found that the security patch KB956844 was installed on my system recently. My question is ,will the WAD templates work as usual if I have the local IT uninstall this patch in my system?Or do we need to wait for Microsoft to revert the changes in this Patch.Please suggest.

Thanks and Regards,

Kavitha.

Former Member
0 Kudos

Hi Kavitha,

I am in the same situation and I asked our Service Provider to remove the patch which they have done. But the problem still exists, which leads me to believe the uninstall does not work effectively. Subsequently they provided a second PC without the patch installed and WAD now works fine.

Regards,

Ian.

Former Member
0 Kudos

Our company is having the same problem. It was discovered last week and we have been searching for a solution. My question is does anyone know how this issue came about? Was it from applyng an oss note?

former_member595061
Contributor
0 Kudos

Hi,

This problem is already under investigation in development support. It seems, that it is caused by Microsoft Patch KB956844. Currently the only known workaround (as mentioned by Stefan) is to remove the Meta Tag:

META http-equiv=Content-Type content="text/html; charset=unicode"

This can also be done via report RS_TEMPLATE_MAINTAIN. Deleting the tag will solve the issue temporarily. The Meta Tag is inserted again automatically once you open and save the template in the web application designer.

I will keep you updated once a permanent solution is available.

Best regards,

Janine

Former Member
0 Kudos

Hi,

Please let me know when SAP fix this problem.

Thanks

former_member184494
Active Contributor
0 Kudos

I am not sure if this would help - the pages seem to render properly in Mozilla but have the issue with the unicode vs UTF-8 when executed in IE.

former_member595061
Contributor
0 Kudos

Hi,

The problem occurs for the Web Application Designer 3.X on PCs where

the Microsoft Security Patch KB956844 has been implemented. It affects

the WAD 3.X.

Unfortunately, the investigation by the development team has come to

the conclusion that a fix in the Web Application Designer 3.X cannot be

created.

For this issue now the note 1390941 has been created. Note 1391689

also describes some further consequences of this incompatible change

by Microsoft.

There are no further options than the ones described in the notes.

Currently, we are trying to convince Microsoft to revert the change

in the DHTMLedit control for windows based applications like the WAD

3.X. The security problem seems to affect internet browser based

applications. In case of any changes in this matter the notes will be

updated accordingly.

Best regards,

Janine

0 Kudos

We just had this problem. It happened early last week and we havent found the solution until now. Temporary solution is to change the charset value and save while on HTML tab.

The problem occurs only to new and existing changed web templates. Other web templates that remains unchanged were working fine even though meta tag shows charset=unicode.

If you guys find out something that can permanently solve this problem, would appreciate if you can share.

Former Member
0 Kudos

What is your IE version? Does this happen on all PCs?

Former Member
0 Kudos

Hi,

Yes, this issue is happening on all computers. We are running Internet Explorer Version 6.0.24000.2180

Thanks!!

Tina

ian_eeles
Discoverer
0 Kudos

Hi Tina,

This has also just happened to me on an existing web application that has not been changed for a long time.

Only a single web application seems to be effected.

The web application displays incorrectly on all computers and is corrected by changing the encoding.

We are using IE7.

I can't help, but at least you know that you are not alone!

Ian.