Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sap Web-Gui parameter to close window

Former Member
0 Likes
1,194

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.

1 REPLY 1
Read only

Former Member
0 Likes
686

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.

https://service.sap.com/sap/support/notes/916727