cancel
Showing results for 
Search instead for 
Did you mean: 

Alias for FQDN

Former Member
0 Kudos

Hello expert, I am thinking to create Alias for Fully Qualified Domain Name(FQDN) for the BSP page for SRM EBP(bbpstart). I know there is external alias function from SICF. But that is for the subfix. I want to have alias replacing the fully qualied domain name part. I know we could do it on IIS level. But not sure if SRM system has that.

For example: http://hostname.domain.port/srm

where srm was already replaced sap/bc/gui/sap/its/bbpstart by external alias from sicf

But I also want the FQDN, hostname.domain.port, replace by a name, let's say enterpriseshopping.

so the desired URL will be http://enterpriseshopping/srm

And advice would be very appreciate..

Thanks,

Kev

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206968
Active Contributor
0 Kudos

Hi,

Just giving a pointer to this. You can try to achieve this by making relevant entries to table 'httpurlloc'. You can get information on this through below link.

http://help.sap.com/saphelp_nw70/helpdata/en/42/d5487f30b6473ce10000000a114e5d/frameset.htm

The second option is to try using badi 'bbp_change_url'.

Regards,

Sanjeev

Former Member
0 Kudos

Hello Sanjeev, thank you so much for the help.

It is a bit complicated for me to understand those scenarioes. Our SRM system is only for internal users, intranet. Can you help me to fill these fields out.

For my example of current url https://Dxxname.XXX.com:8080/srm

and the expected url https://www.enterpriseshopping.com/srm

shall I enter these for table httpurlloc:

Mandt = 100

Sort_key = ?? ( any help for this, there isn't much info from help )

Protocol = https

Application = *

For_domain = " " (blank)

Host = www.enterpriseshopping.com

Port = 10443 ( the default port for internat )

Am I really wrong, or ....

Thanks again,

Kev

former_member206968
Active Contributor
0 Kudos

Hi,

Pl. take help from your basis team in filling these as they would let you know the relevant Port details. sort key is not mandatory if you have only one entry.

Regards,

Sanjeev

Former Member
0 Kudos

Ok, I will see if we can configure it..I will post any update when it is done..

Thanks again..

Kev

Former Member
0 Kudos

We have tried many different ways to fill those fields without success. We also applied all OSS notes to fix table httpurlloc.

I hope anyone can provide me with the example of the way how those fields are filled with my example mentioned.

I can't find any example from the web.

Sanjeev, where did you find out that the sort key is not required? Do you have any documentation?

Thanks,

Kev