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 WEBGUI parameter to close window automatically

Former Member
0 Likes
1,456

Hi,

We are executing workflow from UWL via SAP GUI. after user is done in SAP GUI. it shows a window with text 'close window'. is there any SICF parameter or any option to close that window automatically.

Thanks

Hi,

We are executing workflow from UWL via SAP GUI. after user is done in SAP GUI. it shows a window with text 'close window'. is there any SICF parameter or any option to close that window automatically.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
1,013

Hi Yadwinder,

You can maintain the GUI parameter ~disconnectonclose = 1 in your SICF transaction to automatically close the window when the process completes.

There is also another GUI parameter ~singletransaction = 1, if your ICA has a single transaction or else i would not recommend use this and use only ~disconnectonclose = 1.

Cheers,

Avinash

Read only

0 Likes
1,013

Hi Antony,

Thanks for reply. I have already tried ~disconnectonclose =1 option in WEBGUI sicf service as per suggestion from another SCN thread. But it does not work.

After user are done with workflow task.. Windows still appear with close window text.

any other suggestions.