Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

Re: How to get the portal iview url

$
0
0

Hi,

 

You can get the host and port details using class CL_URL method HOST.

 

DATA lr_url TYPE REF TO cl_url.

DATA lv_url TYPE string.

 

CREATE OBJECT lr_url.

 

lr_url->host( CHANGING url = lv_url ).

 

hope this helps u,

 

Regards,

Kiran


Viewing all articles
Browse latest Browse all 8581

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>