cancel
Showing results for 
Search instead for 
Did you mean: 

URL for Portal

Former Member
0 Kudos

Hi All,

Is it possible to find out the link/URL of the portal applications (for example UME or GRC) from the ABAP system. We have a test system but need to know the URL. Please help

Thanks

Vijaya

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member682089
Participant
0 Kudos

Vijaya,

The URL for portal on ABAP+JAVA system follows the convention

http://<hostname>:5<xx>00/irj/portal ---> This links to portal

http://<hostname>:5<xx>00 -


> This links to default Page of java

On the default page you will get options to go to UME and other options.

Regards,

Sandeep Nayak

Former Member
0 Kudos

Hi,

Try this --> use the TCODE "SLDHTMLGUI" which brings the Browser window with URL and port# for SLD (Like http://<hostname:port/sld"), from there you can change the text SLD to your portal applications(UME or GRC).

hope this helps.

-Kalyan.

Former Member
0 Kudos

Hi,

Is it a AS-ABAP system or AS-ABAP+ JAVA System

IF the installation was done with default ports, we would be able to generate the URL's for the same.

Please let me know whether i have answered your question