cancel
Showing results for 
Search instead for 
Did you mean: 

eCATT scenario with multiple userid

Former Member
0 Kudos

Hello

I am creating a "req to Pay" scenario with a multi level release strategy. Which mean i need to log with different userid thru my scenario to be able to release the Pur requisistion. Is there any way to do this in my eCATT scenario, knowing that I am executing from solman into my QA system?

Thanks you

Gilles

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Gilles,

Just trying to understand your testing case. Is it that you have one test case which you will test at the same time with multiple user IDs in target system when jumped from solution manager.

If above is your scenario then which ID you are using to log in to target system.

I am raising these queries here as logon screens CAN NOT be recorded in eCATT. If the requirement is of testing the same case study again & again with different user IDs then you can very well do this using SCAT transaction in the test workbench, by proper creation of plans/packages as per your need.

For more details, have a look at the following link on SDN -

eCATT Scripts Management Via Test Workbench(Part V)

/people/sapna.modi/blog/2006/04/13/ecatt-scripts-management-via-test-workbench-part-v

Hope this helps.

PS If the answer helps you, do reward points to everyone responding.

Regards

Former Member
0 Kudos

Let me clarify my issue. This is and extract of my scenario:

me51n - create pur req

me54n - release by the clerck

me54n - release by the buyer

me21n - create po with ref to req

I have an ecatt script for each transaction and one script who calls all teh script by ref.

I am executing remotely from solman into r/3

I had various inconsistent result while setting up my system data container - so here is my question:

Where and how should I specify the system data container so:

1 - I only have to log once in teh r3 system?

2 - I am prompted to log for every transaction?

Thanks

Gilles

former_member1287623
Participant
0 Kudos

built different eCATTs and link them with ref command...

specify for each script another system and within the system (RFC connection) another user (SM59) with password...

so each script will run with another user (on same system or not) and will call after that the other script

hope I got your question right...

Former Member
0 Kudos

Hello Gilles,

You have recorded each transaction as separate eCATT script and then finally linked all the individual scripts into final script.

Now you want that while executing this final script from solution manager to R/3, only once you should be prompted for the R/3 login window.

If this is what you are looking for then there is one check box on 'Start Options' window, when you start your execution. This check box is of 'Close RFC Connection'.

It seems you have selected this check box and so you are prompted login window with each individual script. Don't select this option if you want to enter R/3 user id & password only at the start.

Hope this solves your problem.

PS If the answer solves your query, plz do reward points to everyone responding.

Regards