Application Development 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: 

ECATT SCRIPT FOR MULTIPLE TRANSACTIONS

Former Member
0 Kudos

Hello Experts,

Is it possible to create a eCATT script for multiple transactions?  I want to create script for ME51N to F110. I have created scripts for individual transactions. But i need to create a script for multiple transaction in which the Output of first transaction carries to the next transaction as input by its own. I went through some of the threads in blog, i tried some of the solutions but they are insufficient and incomplete.

how to import the output of first transaction to the next transaction ?

Kindly let me know how can i do it ?

Thank you,

Samarth

1 REPLY 1

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

This is possible,  you can call the individual script using REF command in a master test script, and create local variables in this master script and assign these local variables to export parameter of one script and assign to import parameter of the next script.

In this case exported value will be copied into the local variable which is then passed on to next script inline

Hope it helps

Thanks,

Aj