‎2013 Mar 28 4:15 PM
Hi all,
i would need to know if it exists an ULR parameter to close window automatically when the process is over on WEB-GUI.
The process is the following :
- I have a custom program (created by SE38) that calls the standard form "D101_DIGITAL_SIGN_MAKE" of program "SAPLCV110".
- The user has to sign the DMS document digitally
- After signing,the program "SHOULD CLOSE THE WINDOW AUTOMATICALLY" (Internet Explorer)
Is there an available url parameter to do this?
Thanks in advance.
Regards.
Dario.
‎2013 Mar 28 4:54 PM
Use ~singletransaction = 1 and ~disconnectonclose = 1. In order to close the browser window, you could use ~exitURL to a page containing Javascript that will automatically close the browser window. Another option is to configure a Logoff page for the ICF service. See also SAP note 916727 for details.