Entering content frame

Function documentation Send Commands Locate the document in its SAP Library structure

Use

You have to create a URL before you can send it. The following options are available:

·        Use the <SAP_BW_URL> tag

·        Using the BW JavaScript function <SAP_BW_URL_Get>(). This produces the same result as the <SAP_BW_URL> tag, but can also be called up outside of your own frame.

Features

JavaScript Function

SAP_BW_URL_GET

Return value

Start of an URL for calling an instruction that should be executed in the same page context.

Example

Prepare Bookmark URL

url = "<SAP_BW_URL CMD='BOOKMARK'>";

produces the same result as

url = "<SAP_BW_URL>" + "&CMD=BOOKMARK";

or

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

There are a number of JavaScript functions for sending instructions. As a result, functions are made available that simplify the management of windows. For example, these functions allow properties dialog boxes to be called up in separate windows. These functions take into account whether or not the Web browser can use JavaScript. Thus, with a pocket IE device, no new windows are generated.

You can choose from the following JavaScript functions:

Execute URL in the Same Window

Execute URL in a New Window

URL from a New Window in the Opening Window

Close Window

Execute Form in a New Window

Execute Form in the Opening Window

 

 

 

Leaving content frame