cancel
Showing results for 
Search instead for 
Did you mean: 

Get BaseURL - Context Path of SAP Portal from BSP

Former Member
0 Kudos

Hi,

I'm modifiying a standard BSP HCM_LEARNING, to add a link to an iview of the SAP portal. I need to get base URL of portal to concatenate a relative path to the iview, passing required parameters.

An example of base url of portal that I should get is the following:

http://hcm.local:52000/irj/portal

Then I concatenate the quicklink of the iview and needed parameters to generate the definitive link:

http://hcm.local:52000/irj/portal/elearning?course=50103438

Anybody knows how to get the base url of portal? I have tried some methods implemented on BSP, but I get base url of SAP system where BSP connects to, but not the URL of the portal.

Thanks in advance.

Javier

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Finally I put the url on a table on DDBB.

Thanks for helpful.

Javier