cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro ABAP via Web Dispatcher problem

bernd_speckmann
Contributor
0 Kudos

Hi there,

I have installed and configured a SAP Web Dispatcher. Now I want to open a Web Dynpro ABAP application through it, but have two problems.

1. When I want to open the value help (POP-UP), an emtpy hoover opens, but not the popup window! Without Web Dispatcher it works perfectly.

2. Through the Web Dispatcher the MIMEs of the WD ABAP App are not shown.

Any help would be greatly appreciated,

Bernd

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bernd,

Do you use URL filtering with your SAP Web Dispatcher ?

That could explain your problem.

As usual, use HTTPWATCH or a smiliar tool to understand the problem.

Regards,

Olivier

benjamin_houttuin
Active Contributor
0 Kudos

Hi Bernd,

Is it a custom WD ABAP app or one from SAP...

If custom, could it be that absolute URL paths are used instead of relative?

Did you already used HTTPWatch or ieHTTPheaders to analyse what http trafic goes over the line?

Cheers,

B

bernd_speckmann
Contributor
0 Kudos

Yes,

it's a custom app. How can I check, if relative paths are used. I think that could be the problem of the embedded picture.

But what about the POP-UP?

When opening the Pop-Up the last entry in "Firebug" is

GET

https://myhost.domain.com/sap/public/bc/ur/nw5/emptyhover.html?00080002017001001001001001001

@Olivier: URL-Fiiltering could not be the problem. It was my first idea too, so i disabled URL-Filtering but the problem persists.

Regards,

Bernd

benjamin_houttuin
Active Contributor
0 Kudos

You can see if absolute or relative url's are used in the source coding.

But if a function is used to generate the url to a mime that you must investigate this function if it returns a absolute or relative url.

Best way to determine the problems is to open to seperate browser-session, both with firebug enabled and compare the http traces side by side and step for step... thats the only way to get some deeper....

Cheers,

B

bernd_speckmann
Contributor
0 Kudos

Hi,

issue seems to be resolved after applying latest support package to ERP System...

Regards, Bernd