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

Ecatt rerun

Former Member
0 Likes
407

Dear all,

I have created MM Cycle in Ecatt (Purchase order Creation, Goods Receipt& Invoice verification).All 3 transactions are in one test script, continuous cycle .Its working fine.

If any error occurred while testing the cycle, like error occurred while doing the goods receipt & if I rerun the cycle ,cycle should start where error occurred like it should start from goods receipt continue with invoice verification.

Please guide me to test the above scenario.

Regards

PR

Dear all,

I have created MM Cycle in Ecatt (Purchase order Creation, Goods Receipt& Invoice verification).All 3 transactions are in one test script, continuous cycle .Its working fine.

If any error occurred while testing the cycle, like error occurred while doing the goods receipt & if I rerun the cycle ,cycle should start where error occurred like it should start from goods receipt continue with invoice verification.

Please guide me to test the above scenario.

Regards

PR

1 REPLY 1
Read only

AjayHS
Product and Topic Expert
Product and Topic Expert
0 Likes
372

Hello,

This is possible,

Create an import parameter example I_PURCHASE_ORDER

IF ( I_PURCHASE_ORDER = '')

REF ( Purchase order script)

ENDIF

REF (Goods receipt)

In the above scenario if you pass value to Purchase Order then the purchase order script is not run and the execution directly jumps to Goods recepit script.

Thanks,

Aj