cancel
Showing results for 
Search instead for 
Did you mean: 

popup the wrong URL when testing a webdynpro application

Former Member
0 Kudos

Hi All.

I have coded a simple webdynpro component and created an application in SAPNW7.01ABAPTrial.

when I test the application in SE80 ,the URL in browser is always <http://localhost:8000/sap/public/myssocntl?sap-client=000>,

but the correct URL should be <http://localhost:8000/sap/bc/webdynpro/sap/zz_00_sflight>.

anybody can help me?

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

It is correct that you should get redirected to http://localhost:8000/sap/public/myssocntl?sap-client=000 first. This is the URL that will generate your Single Sign On Ticket. After generation you should be redirected back to your application. I assume from your question that you aren't getting redirected?

In the trial system, the proper service nodes should already be activated - but you can double check as already suggested.

Also try cutting and pasting the URL from the WDA application directly into the browser. You should get the logon screen and then the applciation. This will bypass the SSO ticket generation. This might help troubleshoot where your problem is.

Former Member
0 Kudos

Hi Thomas,you are right,my question is that I am not getting redirected,do you know why?

I already checked the configuration in SICF several times.

When cutting and pasting the URL from the WDA application into browser,I can see the logon screen.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I'm not sure why you aren't getting redirected. You might be better asking this quesiton in the ABAP Trial system forum since this isn't really web dynpro related.

The trial system should already come configured with SSO in this scenario. There isn't anything else that you should need to do.

Answers (1)

Answers (1)

preethi_santhanam
Participant
0 Kudos

Hi Alex,

Please check if the ICM and ICF services are configured correctly.

Refer to http://help.sap.com/saphelp_nw04s/helpdata/en/43/e86de5008b4d9ae10000000a155369/content.htm for help.

Regards,

Preethi.