!--a11y-->
Executing a Form in a New Window 
Use
JavaScript function for sending commands.
Functions
The form is executed in a new window (if the output device permits this). You can use this function to create your own forms for control in a Web template.
|
JavaScript Function |
SAPBWWForm |
|
Parameter |
Description |
|
name |
Window name |
|
formname |
Name of form |
|
width |
Width of the window |
|
height |
Height of the window |
Example
Execute a Form in a New Window
SAPBWWForm("WindowName","FormName",800,600);
or in HTML:
<a href="JavaScript:SAPBWWForm("WindowName","FormName",800,600);">Evaluate form in a new window</a>