Pagina's

donderdag 24 september 2015

SAP ESS Homepage translation issue : (translated) texts appear in another service as well.

When translating the service description for one service of the ESS homepage framework I found that for the Dutch and French translation the text was taken over by another service while for the English translation this wasn't the case.

After some debugging/investigation I found that text-reference is stored with a GUID which is written to T7XSSSERSRVT (along with the language and service name as key).It seemed that for some reason the French and English text-GUID was used for 2 different services, while for these 2 services the English version correctly had 2 different GUID's.



I didn't find much information but from what I read on SDN probable caused by copying the service and not creating from scratch. Only solution that worked for me was deleting one of the both services that used the same key and recreate it. This resulted in having different GUID's for the service description text for the 2 different services.

Note : The text itself is stored in table T7XSSSERSTRLAN which has the GUID from T7XSSSERSRVT as key.

donderdag 17 september 2015

Preview mails in SOST shows screwed up mail messages and hyperlinks not working

Suddenly you notice when previewing generated mails in SOST that layout doesn't seem what you expect (layout is screwed) and hyperlinks are not working.

You think you didn't do a good job in coding the mail generation ? Made mistakes in setting up your mail template. Possible... but there might be another issue.

It is possible that system administrators activated the function SAP has added to remove all coding/tags that might be cross-site scripting sensitive, or you did an upgrade to 7.31 (see below).

The first sign for this is that previewing the mail template in SOST shows you the "Document changed due to security requirements".

This behavior can be influenced by setting parameter HTML_FILTER_FOR_DISPLAY.

Note : In Release 7.30 and lower, the filter function is deactivated (OFF) by default. In Release 7.31 and higher, the filter function is activated (ON) by default.

More info can be found in SAP OSS notes (OSS-user id required) :