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 GUI doesn't close

Former Member
0 Likes
1,039

Hi Experts,

in my ECATT script I start with a transaction in client 800 of system a. Then I need to logon to another client (101) on the same system a. After some steps are done on the other client I want to go back to the transaction already started in client 800 and the SAP GUI Session/Window on Client 101 (which I don't need anymore) to be closed.

Everything works pretty fine out of closing the Window of Client 101.

I already tried:

- setting the session number to the same value (1)

- activating the "close all sessions..." option

- activating the "run everything in one session...." option

- closing the window within the script itself

Nothing helped.

Any ideas?

Many thanks in advance!

Best regards

Tobias

Hi Experts,

in my ECATT script I start with a transaction in client 800 of system a. Then I need to logon to another client (101) on the same system a. After some steps are done on the other client I want to go back to the transaction already started in client 800 and the SAP GUI Session/Window on Client 101 (which I don't need anymore) to be closed.

Everything works pretty fine out of closing the Window of Client 101.

I already tried:

- setting the session number to the same value (1)

- activating the "close all sessions..." option

- activating the "run everything in one session...." option

- closing the window within the script itself

Nothing helped.

Any ideas?

Many thanks in advance!

Best regards

Tobias

4 REPLIES 4
Read only

jurjen_heeck
Active Contributor
0 Likes
888

> Any ideas?

typing /NEX and enter in the command box?

Read only

Former Member
0 Likes
888

Hello,

Ideally we dont login to different system when the recording is happening.

You can create one single script and run on different target systems

Or else you can create a script which performs the operation you wanted in the client 101 and then run the script which performs the function you required in client 800.

Hope this answers your question.

Thanks & Best regards,

Ajay

Read only

0 Likes
888

The problem has been solved by using two different ecatt scripts, one for each system and ui-pattern.

So it seems that the switch between two systems is not possible in a proper way.

Many thanks anyway!

Read only

Former Member
0 Likes
888

Hi,

I havent tried this but i guess this option is not available in eCATT.

Generally we dont follow this process as eCATT is client independent and also there is an option to download and upload the ECATT into other systems.So whatever the objects you create in one client can be used in other clients/other systems.

Thanks