cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Title in Resource URL Parameter

Former Member
0 Kudos

Hi guys,

For some reason, suddenly, all the titles that have been defined in the URL Parameter of the Resource are being shown with undesired '+' signs, instead of spaces:

In our system, a generic iView is used for all the custom WD Java applications, and the title is being replaced by the one specified in the resource definition:

Any ideas of what can be causing it?

Thanks!

Raúl

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Can you isolate the problem, e.g. is the incorrect URL being generated by AS ABAP or AS JAVA? Use Fiddler, HttpFox, HTTPwatch, etc. to determine. You can also debug function module HRXSS_SER_GETRESSOURCE to find out if URL generation by AS ABAP is to blame, after that it is in the hands of AS JAVA. Either updates, patches or changes in AS ABAP, AS JAVA or your generic iView are most likely the root cause of the problem.

Former Member
0 Kudos

Thanks for your response Samuli!

I've debugged the FM, and the title is correct:

Based on your answer, the main suspect is AS JAVA since the iView hasn't changed in years.

I forgot to mention that the issue is only happening in the browser title, and in a Portal application that displays most frequently used services.