Hi Oisin,
Thanks for your reply, yes I want to open webgui and pass parameters to it, I want to generate a URL in ABAP program, like:
https://<myServer>:<myPort>/sap/bc/gui/sap/its/webgui?sap-client=500&~transaction=*fb03%20RF05L-GJAHR=2015;RF05L-BELNR=0100000014;RF05L-BUKRS=ZFA2;
I can successfully generate the parameter part of the URL, by using RRI,
but I also want to automatically get <myServer> and <myPort> in ABAP program, I searched a lot on SCN and sap wiki/help, but failed to get it. That's where I want to get help.
Regards,
Blangero