Hi,
I have a requirement to jump from a web template to a query using a link on the page. We're currently migrating from v3.5 to v7.
In 3.5, we used javascript to build the link as follows:
function openJumpTarget() {
url = SAP_BW_URL_Get();
url += "&DATA_PROVIDER=DATAPROVIDER_3&CMD=RRI&RRI_RECEIVER=CUBE0003&Stylesheet=/sap/bw/Mime/BEx/StyleSheets/Streamline_BWReports.css";
window.open(url,"_blank");
}
I'm using the Link web item, implementing the SCRIPT above, yet it doesn't seem to work. Any ideas what the issue is, or if there is a better way to build the link?
Thanks
Wayne