Skip to Content
0
Former Member
Feb 13, 2007 at 01:38 AM

BI 7.0 WAD window.open(SAP_BW_URL_GET()

52 Views

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