<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Reg : Computer aided test tool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328752#M512140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;I Need Some information about SCAT Tool ..&lt;/P&gt;&lt;P&gt;Pls Send any materials for scat tool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs ,&lt;/P&gt;&lt;P&gt;Narayana Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 05:43:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-08T05:43:05Z</dc:date>
    <item>
      <title>Reg : Computer aided test tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328752#M512140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;I Need Some information about SCAT Tool ..&lt;/P&gt;&lt;P&gt;Pls Send any materials for scat tool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs ,&lt;/P&gt;&lt;P&gt;Narayana Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 05:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328752#M512140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T05:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Computer aided test tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328753#M512141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi see this&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process of uploading data with a CATT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate CATT in your client&lt;/P&gt;&lt;P&gt;In transaction code SCC4 - click the change button &lt;/P&gt;&lt;P&gt;Double click on the client number &lt;/P&gt;&lt;P&gt;In the Restriction section, tick Allows CATT processes to be started. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload data using CATT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create Import variant for the fields you need&lt;/P&gt;&lt;P&gt;Transaction SCAT &lt;/P&gt;&lt;P&gt;Goto Parameters &lt;/P&gt;&lt;P&gt;Create Import Variant &lt;/P&gt;&lt;P&gt;Goto Variant -&amp;gt; Edit &lt;/P&gt;&lt;P&gt;Goto Variant -&amp;gt; Fast entry or F9 &lt;/P&gt;&lt;P&gt;Duplicate 01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. To change the MRP Group for a list of Material&lt;/P&gt;&lt;P&gt;Assuming that I want to change the MRP Group for a list of Material.&lt;/P&gt;&lt;P&gt;My text files should look something like this:&lt;/P&gt;&lt;P&gt;[Variant ID] [Variant Text] &amp;amp;ZDISGR &amp;amp;ZMATNR&lt;/P&gt;&lt;P&gt;--&amp;gt; Parameter texts MRP group Material&lt;/P&gt;&lt;P&gt;--&amp;gt; Default Values M1 A001&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Changes to the default values displayed above not effective&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;#01 M1 A001&lt;/P&gt;&lt;P&gt;#02 '' A002&lt;/P&gt;&lt;P&gt;#03 M1 A003&lt;/P&gt;&lt;P&gt;Note : '' denotes a blank in the field. e.g. Material A002 MRP group will be replaced by a blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Configure the recorded entry fields to read from the imported text file data&lt;/P&gt;&lt;P&gt;In the CATT : Maintain functions test case Screen &lt;/P&gt;&lt;P&gt;Double click on the Object Name &lt;/P&gt;&lt;P&gt;Double click on the screen number with your desired fields &lt;/P&gt;&lt;P&gt;Park the cursor on the fields &lt;/P&gt;&lt;P&gt;Click Edit -&amp;gt; Details &lt;/P&gt;&lt;P&gt;Fill in the Parameters Name and Field Contents &lt;/P&gt;&lt;P&gt;Finish Save it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign your text file data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the CATT : Execute test case Screen &lt;/P&gt;&lt;P&gt;Click External from file and choose your text file &lt;/P&gt;&lt;P&gt;CATT will now read from your text file and update whatever data you have specified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/advancedsearch?query=catt&amp;amp;cat=sdn_all" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/advancedsearch?query=catt&amp;amp;cat=sdn_all&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link which has the eCATT online document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=test_tool_integration_for_sap_e-catt.htm" target="test_blank"&gt;https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=test_tool_integration_for_sap_e-catt.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to start working on eCATT follow tru these links,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT- An Introduction &lt;/P&gt;&lt;P&gt;/people/sumeet.kaul/blog/2005/07/26/ecatt-an-introduction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating Test Scripts&lt;/P&gt;&lt;P&gt;/people/sumeet.kaul/blog/2005/08/10/ecatt-creating-test-scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT Logs&lt;/P&gt;&lt;P&gt;/people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT Scripts Creation &amp;#150; TCD Mode&lt;/P&gt;&lt;P&gt;/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of Test Data Container&lt;/P&gt;&lt;P&gt;/people/sumeet.kaul/blog/2005/08/24/ecatt-creation-of-test-data-container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT Scripts Creation - SAPGUI Mode&lt;/P&gt;&lt;P&gt;/people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integrating ECATT &amp;amp; MERCURY QTP Part -1 &lt;/P&gt;&lt;P&gt;/people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using eCatt to Test Web Dynpro ABAP &lt;/P&gt;&lt;P&gt;/people/thomas.jung/blog/2006/03/21/using-ecatt-to-test-web-dynpro-abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-command reference&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/3c333b40389c46e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/3c333b40389c46e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i&lt;/P&gt;&lt;P&gt;&lt;A href="http://prasadbabu.blogspot.com" target="test_blank"&gt;http://prasadbabu.blogspot.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=test_tool_integration_for_sap_e-catt.htm" target="test_blank"&gt;https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=test_tool_integration_for_sap_e-catt.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/ecatt/index.htm" target="test_blank"&gt;http://www.erpgenie.com/ecatt/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check CATT help. &lt;A href="http://saptechnical.com/Tutorials/eCATT/eCATTMain.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/eCATT/eCATTMain.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 05:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328753#M512141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T05:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Computer aided test tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328754#M512142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for a step by step procedure to create a catt procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-catt.htm" target="test_blank"&gt;http://www.sap-img.com/sap-catt.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 05:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328754#M512142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T05:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Computer aided test tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328755#M512143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Here is the links which you will understand CATT very easily&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/saptech/catt.htm" target="test_blank"&gt;http://www.erpgenie.com/saptech/catt.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-catt.htm" target="test_blank"&gt;http://www.sap-img.com/sap-catt.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 05:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328755#M512143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T05:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Computer aided test tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328756#M512144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply, any one in SAP can use this tool as long as you can access to the tcode.  I used CATT atleast in 3 different SAP modules.  Typically, in SAP projects, CATT execution is a favorite task for "technical" associates.  When the technical resources are either not available immediately or their plate is full with other important tasks, functional associates can simply jump into this activity, since there is no coding or programming involved.  This tool has been a great gift from SAP since I am a functional person and could not do coding !  I can remember at least 30 or 40 occassions where I used CATT to get this and that done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below find few examples: &lt;/P&gt;&lt;P&gt;1. Created multiple sales orders (excess of 200) in a matter of minutes for the purpose of end user training &lt;/P&gt;&lt;P&gt;2. Created multiple purchase ordes (excess of 200) in a matter of minutes for the purpose of end user training &lt;/P&gt;&lt;P&gt;3. Created Deliveries for the sales orders in a matter of minutes for the purpose of end user training &lt;/P&gt;&lt;P&gt;4. Created config. entires, if the volume of records is large.  I remember once I entered 900 records. &lt;/P&gt;&lt;P&gt;5. Extensively used in preparing the transactional data for the purpose of archiving.  It worked impeccably. &lt;/P&gt;&lt;P&gt;6. Loading of master data (example: material groups) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Upon execution of CATT, it is very possible that some records will fail, which have to be addressed manually.  SAP really needs to further enhance this area of CATT because, there is no easy way of identifying the failed ones, it has to be done manually.  One workaround is simply download the result into an Excel and using sort feature of Excel, identify the failed ones and deal with them manually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 05:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-computer-aided-test-tool/m-p/2328756#M512144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T05:50:32Z</dc:date>
    </item>
  </channel>
</rss>

