Hi,
In java script I used the following to call a webtemplate and pass the query as parameter
window.open("http://server:port/-------?TEMPLATE=YYY&QUERY=QQQ");
Is there a way to get the server and port information like how we used to do in BW3.5 WAD SAP_BW_URL_GET() instead of hardcoding.We can't use these functions anymore in BI 7.0
Thanks