cancel
Showing results for 
Search instead for 
Did you mean: 

Change default URL for CRM_UI

shradhasampat
Participant
0 Kudos

Hello,

After refresh ,CRM_UI transaction from our CRM 7 ABAP system takes to old URL

We want to change the host in the URL to new one

I found this link

But wanted to check how should I make an entry in table HTTPURLLOC,currently it has no entries within it



Or is there some other way to make the change to default URL used by CRM_UI tcode ?


Kindly please help


Thanks

Shradha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Use SE16. Enter the table name and choose 'create entries'.

Here is a reference for the table fields:

Configuration Table HTTPURLLOC - Web Dynpro ABAP Security Guide - SAP Library

However, your question implies that this happened as the result of some sort of system copy. You might want to double check the system profiles and the hostnames contained there. Without something to override it, the default URL should be the local host name.

shradhasampat
Participant
0 Kudos

Actually I don't see create entries option in se16 for this table

Also forgot to mention the main point that both old and new systems have same hostname.But we have added an alias hostanme for new one. We want to use the alias hostname in the URL.Instead of changing the host file on all users pc and changing the Instance profiles with alias hostname.

Thanks

Shradha

Former Member
0 Kudos

Since it is an alias, this table is the correct way to change the URL.

You'll need to open the client (SCC4) or perhaps the system (SE06) and have appropriate permissions in order to get the 'create entries' option to appear.

shradhasampat
Participant
0 Kudos

Thanks for quick response !!

But still can't see create entries option in se16 after modifiable in se06 and scc4

Also i have sap_all and sap_new assigned to myself

The table is already marked as DISPLAY/MAINTENANCE allowed

Thanks

Shradha

shradhasampat
Participant
0 Kudos

Hello Robbie,

Thank you for your quick response and suggestions !!

I was able to make the entry using SE11 and CRM_UI now points to correct URL

But one more related question, I made the entry for these BSP,do I need to make the entry for any other BSP ?

/BSP/SAP/CRM_UI_START

/BSP/SAP/CRM_UI_FRAME

/BSP/SAP/CRM_IC

Thanks

Shradha

Answers (1)

Answers (1)

Former Member
0 Kudos

I'm glad you figured out the SE11 issue!

As for the entries in HTTPURLLOC, you can leave the application field blank and it will apply to all URLs. Unless you have some need to do otherwise, that's certainly the easiest way to go.

Please note the caveats in the post below. It might help you decide.