Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member592162
Discoverer
In this blog let’s see wrapping/combining of ECATT & START scripts.

In general, Ecatt scripts are used for recording SAP GUI screens and START scripts are used for recording FIORI Applications.

In many cases end to end scenarios can not be covered in a single script. So, in such cases we record multiple scripts and can combine them into a single script which covers the complete scenario.

In the following example we use transaction SECATT for creating ECATT and wrapper script, where we can combine both ECATT and START scripts (or two ECATT or two START scripts) to test or execute the business flow accordingly.

In the following example, we first create an ECATT and then START script. Later, combining both to form a wrapper script.

For instance, consider the following steps.

PART – I

Creation of ECATT script.

  1. Go to SECATT transaction code.




2. Enter the script name (recommended to use Z as it is identified as user defined script) and click on create icon.



3. Enter the Title, Person Responsible, Application Component.

4. Enter the SDC (System Data Container) and Target System (if available).

5. Click on Save button.



6. When promoted to Create Object Directory Entry dialog box, select Local Object.



7. Click on Pattern.



8. Enter the Group and Command with Target System.



9. When Record SAP GUI Command dialog box appears, enter the transaction to be recorded             (for ex: MM01 transaction).

10. Select Start Recording.



11. Select YES in Record SAP GUI Command screen to start recording in new session.



12. Select NO in Generation of RFC destination dialog box (because the RFC destination is                 already mentioned at the time of script creation: Refer step 4).



13. It goes to ‘MM01’ transaction as follows.



14. Record the steps as required.

15. After completing the recording, click on Stop Recording.



16. Click on Save.

17. By double clicking the interface we can observe all the recorded steps.



PART – II

This part includes recording of START script.

  1. Go to START_F01 transaction code. (START_F01 T-Code is used for recording the FIORI applications)

  2. Click on Launch with URL.


3. Enter the SDC (System Data Container), Target System and URL.

4. Click on Create.



5. Chrome tab will be opened according to the URL details given.

6. Record the required steps with importing and exporting parameters.

7. Click on Stop Recording in the Recording Panel.



8. The script is generated with the steps recorded.



9. Click on Save.

10. Enter the Test case and Test case description in Test case details dialog box.



PART – III

Combining ECATT and START script into single(wrapper) script.

The wrapper script is created in the same way the ECATT script is created in PART- I.

  1. Go to SECATT transaction.




2. Enter the Test Script name and click on Create.



3. Click on Save icon.

4. Save as Local Object.



5. Click on Editor and click on Pattern.



6. Enter the Group, Commands and Target system.



7. Enter the Test Script (Ecatt Script which is created in PART - I).



8. The reference is created for Z_SV_TEST_ECATT as Z_SV_TEST_ECATT_1. (The reference consists of importing, exporting parameters etc., of the script recorded)

9. By double clicking on the reference we can observe all these parameters.

10. Click on Pattern.



11. Enter the Test Script name (START script which is created in PART – II).



12. The reference for ECATT and START is created.



13. The exporting and importing parameters can be made from one script to another.

14. We can test the script by executing it (Press F8).

15. Logs of the script can also be checked (Ctrl+F12).



In this way we can combine multiple test scripts to test end to end business scenarios.
6 Comments