Entering content frame

Function documentation Execute URL in the Same Window Locate the document in its SAP Library structure

Use

JavaScript function for sending commands.

Features

JavaScript Function

SAPBWOpenURL

Parameter

Description

url

URL to be launched.

Example

Send Bookmark URL

SAPBWOpenURL(SAP_BW_URL_Get() + "&CMD=BOOKMARK");

or in HTML:

<a href="JavaScript:SAPBWOpenURL(SAP_BW_URL_Get() + '&CMD=BOOKMARK');">Create Bookmark</a>

Open SAP Portals Homepage

SAPBWOpenURL("http://www.sapportals.com");

 

 

Leaving content frame