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: 

SCAT Info

Former Member
0 Kudos

Hi,

I am doing catt script for the following scenario.

Pull vendors with a payment method associated with them in a country. (probably would have to pull from a table using SE16)

I am doing in ECC 6. When i am recording the TCODE It is giving the problem saying that Releases higher than 6.4 are not allowed.

Please can you guide whether i am following correct procedure.If not please guide the correct procedure.

Thanks

micheal

3 REPLIES 3

Former Member
0 Kudos

SCAT is no longer functional in ECC 6 and t.code SECATT needs to be used. Search through the forum, there are a lot of discussion on ECATT.

Former Member
0 Kudos

Hi

See this may be useful

check these link,

eCATT- An Introduction

/people/sumeet.kaul/blog/2005/07/26/ecatt-an-introduction

Creating Test Scripts

/people/sumeet.kaul/blog/2005/08/10/ecatt-creating-test-scripts

eCATT Logs

/people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi

eCATT Scripts Creation – TCD Mode

/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii

Creation of Test Data Container

/people/sumeet.kaul/blog/2005/08/24/ecatt-creation-of-test-data-container

eCATT Scripts Creation - SAPGUI Mode

/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii

Integrating ECATT & MERCURY QTP Part -1

/people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1

Using eCatt to Test Web Dynpro ABAP

/people/thomas.jung/blog/2006/03/21/using-ecatt-to-test-web-dynpro-abap

and

-command reference

http://help.sap.com/saphelp_nw04/helpdata/en/c6/3c333b40389c46e10000000a114084/content.htm

/people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i

http://prasadbabu.blogspot.com

https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=test_tool_integration_for_sap_e-catt.htm

http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm

http://www.erpgenie.com/ecatt/index.htm

hope this helps.

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

Hi,

Following are the individual article links on SDN for SAP eCATT Weblogs. Kindly comment on them -

1. eCATT An Introduction(Part I)

/people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i

2. eCATT Scripts Creation - TCD Mode (Part II)

/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii

3. eCATT Scripts Creation - SAPGUI Mode (Part II )

/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii

4. eCATT Chaining, Parameterization, Creation Of Test Data,Test Configuration, System Data (Part IV)

/people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv

5. eCATT Scripts Management Via Test Workbench(Part V)

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

6. eCATT Logs (Part VI)

/people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi

7. eCATT Scripts Creation Non-User Interface Mode & Rename, Copy, Delete, Upload, Download eCATT Objects(Part VII)

/people/sapna.modi/blog/2006/04/19/ecatt-scripts-creation-non-user-interface-mode-rename-copy-delete-upload-download-ecatt-objectspart-vii

8. eCATT Tips Of Recording, Testing & Links (Part VIII)

/people/sapna.modi/blog/2006/04/24/ecatt-tips-of-recording-testing-links-part-viii

ERPGenie.COM -> The Home of SAP R3 ABAP -> ABAP utilities -> eCATT

Extended Computer Aided Test Tool

Working with eCATT (Extended Computer Aided Test Tool)

(By: KVR Prasad Babu[11] , Infotech Enterprises Ltd[12] , email: rajendraprasadbk@infotechsw.com[13] )

Description:

In this article first I will introduce some of the basic concepts regarding eCATT[14] and then we will see how to develop a test script to upload a test data file with a practical example.

So in precise in this article you will see what eCATT is, how we can use it; how we can load a test data from a file in 4.7X and it end with an example.

After reading this article you will have a clear idea about eCATT tool. And you will be able to write a test script in which test data can be loaded from a file.

This article is divided into following sections,

What is eCATT?

How to load test data from a file in 4.7X with an example?

What is eCATT?

eCATT stands for extended Computer Aided Test Tool (eCATT) which is built is testing tool to test SAP system. By using testing tool we can test the entire business process, and we can also use this tool with a third party testing tool (I am not covering this topic). Execution of every test script ends with a log, which explains the results of the test script.

By using eCATT we can do following operations,

· Test transactions, reports, and scenarios

· Call BAPIs and function modules

· Test remote systems

· Check authorizations (user profiles)

· Test updates (database, applications, GUI)

· Test the effect of changes to customizing settings

· Check system messages

For more information go to: eCATT::Extended Computer Aided Test Tool (sdn.com)

Here I am discussing fundamentals about eCATT in detail. You can find very good documentation in sdn.com.

To develop a test script in eCATT we need to follow the following steps,

1. Creating Test Scripts.

2. Creating Test Data Containers[16] .

3. Understanding System Data Containers[17] .

4. Executing Test Configurations.

There is a very good web blog on eCATT in sdn.com which explains eCATT with necessary screen shots. To read document click here Blog on eCATT in sdn.com

Regards,

Padmam.