cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Navigation

Former Member
0 Kudos

Hi,

I have a development, testing and production portal server and my iview (ABAP Web Dynpro) has the following url:

http://dev.xxx.com/irj/portal?my_iview.

http://qa.xxx.com/irj/portal?my_iview.

http://prd.xxx.com/irj/portal?my_iview.

How do I generate the url based on the the system I'm running. Currently I'm hardcoding it in the ABAP web dynpro program (development). But this not an ideal solution as my program will be moving to production soon.

Ricky

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi!

Create your own customizing table where you store the information about the physical server and port information depending to the sysid. As you know your sysid using system variable you can access this table to find out the correct URL in the current system.

I have created an elaborated solution called url generator for a customer where this works fine.

Regards,

Volker

Former Member
0 Kudos

By any chance did you happen to get any solution for your problem? I am having similar problem and looking for some solution.

Thanks and Regards,

Vasu