Entering content frame

Function documentation Executing a Form in the Opening Window Locate the document in its SAP Library structure

Use

JavaScript function for sending commands.

Functions

You can execute a form on the opening window from a new window with this function.

Note

The properties of the output device are taken into consideration.

JavaScript Function

SAPBWOpenerSubmitForm

Parameter

Description

formname

Name of form

close

true = close, false = leave open

Then close window

Example

Execute form in the opening window and close window

SAPBWOpenerSubmitForm("FormName",true);

or in HTML:

<a href="JavaScript:SAPBWOpenerSubmitForm('FormName',true);">Execute form and close window</a>

 

 

Leaving content frame