cancel
Showing results for 
Search instead for 
Did you mean: 

Call WebDynpro from WebDynpro

martin_schssler
Explorer
0 Kudos

Hello,

we call an SAP Web-Dynpro application from a own Web-Dynpro application. It works so far, but the problem is that we work with loadbalancer. When I call the Web-Dynpro application it switch to a other other application-server and so I must make a new login. We generate the URL with the application-name by this class/method CL_WD_UTILITIES->

CONSTRUCT_WD_URL. When I change the output of the method in debug-mode to the loadbalancer-server address, without port and applicationserver it works without any new login window.

Any idea what we can change that the url contain the right server (loadbalancer)?

Thank your for your help.

Best regards

Martin

Accepted Solutions (0)

Answers (1)

Answers (1)

pokrakam
Active Contributor
0 Kudos

It sounds like the WD host is not set up correctly, but please talk to your Basis folks as there may be other things not right. I can't remember the transactions offhand and don't have a system in front of me, but look through the CONSTRUCT_WD_URL method and it should be reasonably easy to work out where the config is stored.