Entering content frame

Function documentation Closing Windows Locate the document in its SAP Library structure

Use

JavaScript function for sending commands.

Functions

With this function you can close a window without having to execute a command.

Note

The properties of the output device are taken into consideration. If the output device does not accept JavaScript, the function pages back by one page.

JavaScript Function

SAPBWCloseWindow

Example

Close window

SAPBWCloseWindow();

or in HTML:

<a href="JavaScript:SAPBWCloseWindow();">Close window</a>

 

 

Leaving content frame