cancel
Showing results for 
Search instead for 
Did you mean: 

Host Name in Webdynpro

Former Member
0 Kudos

Hi All,

I have a webdynpro ABAP application which gets triggered from different Portal systems.

How to get the Host name of the Portal systems in my application as i need to provide different functionality for each portal.

I am trying to distinguish them based on the host names.

Points for sure..

Regards,

Abhishek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhishek,

Try using function module TH_GET_VIRT_HOST_DATA.

Also there is a class CL_HTTP_SERVER you can use method GET_LOCATION( ).

Regards,

Neha

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please have a look at this link for more-

Regards,

Lekha.