2008 Jun 24 5:34 AM
what is CATT ?
2008 Jun 24 5:38 AM
2008 Jun 24 5:38 AM
Hi,
check this link for details on CATT
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/catt%2b-%2bcomputer%2baided%2btest%2btool
Thanks
Nayan
2008 Jun 24 5:38 AM
2008 Jun 24 5:41 AM
Hi
For information about CATT you can refer to the link: [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/catt%2b-%2bcomputer%2baided%2btest%2btool]
Please reward points if helpful.
Regards,
Avishek.
2008 Jun 24 5:42 AM
2008 Jun 24 5:43 AM
Hi Sudheer,
CATT stands 4 Computer Aided Testing Tool
SAP users use CATT frequently to upload master data or to make changes to master data records. SAP Consultants and Abapers tend to use it for creating test data. The transactions run without user interaction. You can check system messages and test database changes. All tests are logged. The CATT records your keystrokes while performing the actual transaction. You then identify the fields that you wish to change in that view. Then export this data to a spreadsheet to populate with the data required. This is uploaded and executed saving you keying in the data manually.
To perform CATT, it has to be enabled in your production environment (your systems administrator should be able to do this - SCC4). You will also need access to your development system to create the CATT script.
The process of uploading data with a CATT:
Activate CATT in your client
In transaction code SCC4 - click the change button
Double click on the client number
In the Restriction section, tick Allows CATT processes to be started.
Upload data using CATT
1. Create Import variant for the fields you need
Transaction SCAT
Goto Parameters
Create Import Variant
Goto Variant -> Edit
Goto Variant -> Fast entry or F9
Duplicate 01
2. To change the MRP Group for a list of Material
Assuming that I want to change the MRP Group for a list of Material.
My text files should look something like this:
[Variant ID] [Variant Text] &ZDISGR &ZMATNR
--> Parameter texts MRP group Material
--> Default Values M1 A001
Changes to the default values displayed above not effective
#01 M1 A001
#02 '' A002
#03 M1 A003
Note : '' denotes a blank in the field. e.g. Material A002 MRP group will be replaced by a blank.
3. Configure the recorded entry fields to read from the imported text file data
In the CATT : Maintain functions test case Screen
Double click on the Object Name
Double click on the screen number with your desired fields
Park the cursor on the fields
Click Edit -> Details
Fill in the Parameters Name and Field Contents
Finish Save it.
Assign your text file data.
In the CATT : Execute test case Screen
Click External from file and choose your text file
CATT will now read from your text file and update whatever data you have specified.
For more information check the following links
[http://www.erpgenie.com/saptech/catt.htm][http://en.wikipedia.org/wiki/Computer-Aided_Test_Tool][help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm - 3k]
Thanks,
Surya
2008 Jun 24 5:45 AM
Hi Sudheer,
Here is the basic idea of CATT
CATT - Computer Aided Test Tool
Testing a software system is an important but time and cost-intensive task - This is an SAP System component, which helps you to considerably reduce testing time. This does not mean reducing the number of tests performed. The tracing and analysis of tests is simplified at the same time: Your testing productivity increases. The tool with this functionality is in the Test Workbench with the Basis component Computer Aided Test Tool (CATT). You now only have to develop and record a test for an SAP System transaction once and you can perform it whenever you need to.
Hope this would be helpful
Regards
Narin Nandivada
2008 Jun 24 6:13 AM
Hello Sudheer,
Try this linkfor info on CATT..It might be useful.
2008 Jun 24 6:16 AM