cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring URL in WebDynpro application

Former Member
0 Kudos

Hi gurus,

We have a specific requirement to change the URL of one of the WebDynpro applications. The current URL is HTTP and the new URL needs to be HTTPS. Could you help us how to go about changing this?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Ravin,

Refer the below link for configuration setting

http://help.sap.com/saphelp_nw04s/helpdata/en/49/53f23f6fb9f206e10000000a1550b0/content.htm

Regards,

Amol Patil

Former Member
0 Kudos

Hi Ravin,

   Check the follwing thread, one fo option might be useful for you.

http://scn.sap.com/thread/1943379

Revert in case if you need qny help.

Regards,

Monishankar C

Former Member
0 Kudos

Thanks everyone for the quick response. Really appreciate.

So I believe, for single application implementing the interface will solve the problem.

If the same needs to be done for all WebDynpro apps, BASIS team needs to configure settings. Is this done from RZ10 or some other transaction.

Thanks.

Former Member
0 Kudos

Hi Ravin,

    You can make changes to the system parameter value via T-Code 'RZ11' .

Go check the value of the parameter ' login/ticket_only_by_https' .

Set the value to 1 if it is 0. If you have the authorization ask your basis team to do the same.

Regards,

Monishankar Chatterjee

Former Member
0 Kudos

Hi,

This can be achieved easily by using URL mapping. Basis team can do it. We are using it in our company. All the external HTTP calls are automatically converted into HTTPS.

If you are using launchpad or custom WD application, let me know details and I will tell you the method where you can change this.

-Manish

Former Member
0 Kudos

For standalone navigation look into interface IF_WD_URL_GENERATOR and for portal navigation look into interface IF_WD_PORTAL_INTEGRATION.