2015 Nov 05 6:53 AM
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
2016 Jan 20 9:17 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |