sapgui_window_close
| Window Functions |
Closes the SAP GUI.
int sapgui_window_close( LAST );
| LAST | Either literal LAST or Optional Arguments. |
sapgui_window_close closes the SAP GUI application.
Return Values
This function returns LR_PASS (0) on success or LR_FAIL (1) on failure.
Parameterization
Parameterization is not applicable to this function.
Example
The following example uses sapgui_window_close.
sapgui_window_close( LAST );

