cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Webdispatcher problems https and redirect

philipp_schweizer
Participant
0 Kudos

Hi experts,

we have following landscape.

An ERP system based on 7.02 and a SAP Webdispatcher.

To access the system via browser (webdynpro, bsp, ....) our users have a link to the SAP webdispatcher URL

The users accessing the webdispatcher via https

When they now access e.g. the webgui service the URL in the browser does not change - this is the correct behaviour.

However when they try to access a webdynpro service, the URL in the browser is changing to the name of one of the dialog instances of the ERP system; this causes a certificate error.

Can anyone tell me where to configure that the behaviuor of the WEBDYNPRO SERVICE is the same like for the WEBGUI service? Is this something that have to be configured on the Webdispatcher or on the ERP system? I guess it is a problem on the webdispatcher...

The problem only exists when the shortcut/redirect (see below defined redirect) to the service is used

https://webdispatcher/webgui     -> this redirect works like expected

icm/HTTPS/redirect_0 = PREFIX=/webgui, TO=/sap/bc/gui/sap/its/webgui

https://webdispatcher/z_myApp     -> problem

https://webdispatcher/sap/bc/webdynpro/sap/z_myApp     -> this works like expected (no switch to dialog instance in the URL)

icm/HTTPS/redirect_1 = PREFIX=/z_myApp, TO=/sap/bc/webdynpro/sap/z_myApp

Are there any parameter for this behaviour to be added in the webdispatcher profile?

Any ideas?

Best regards

Philipp

Accepted Solutions (0)

Answers (2)

Answers (2)

philipp_schweizer
Participant
0 Kudos

Hello Tapan,

thank you for this link; however I cannot find anything in this article related to my problem.

The parameters that we use (and that are described within this article) are working, however the behaviour is not like expected.

Best regards

Philipp

Former Member
0 Kudos

Dear Philipp

Please refer sap help link:

icm/HTTPS/redirect_<xx>

====================

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/48/3d993fb08c72d1e10000000a42189c/frameset.htm

There are couple of optional parameters you can set for icm/HTTPS/redirect_<xx>. It should help you in getting desired results. Let me know if you face problem.

Thanks

Tapan