<?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 Re: CATT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475183#M835325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;P&gt;&lt;/P&gt;&lt;P&gt;    *&lt;/P&gt;&lt;P&gt;          o&lt;/P&gt;&lt;P&gt;                + Changes to the default values displayed above not effective&lt;/P&gt;&lt;P&gt;&lt;/P&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;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2008 08:14:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-12T08:14:33Z</dc:date>
    <item>
      <title>CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475182#M835324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do abapers use CATT?&lt;/P&gt;&lt;P&gt;If yes in which case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 08:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475182#M835324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T08:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475183#M835325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;P&gt;&lt;/P&gt;&lt;P&gt;    *&lt;/P&gt;&lt;P&gt;          o&lt;/P&gt;&lt;P&gt;                + Changes to the default values displayed above not effective&lt;/P&gt;&lt;P&gt;&lt;/P&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;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 08:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475183#M835325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T08:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475184#M835326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes ABAPers use CATT  .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;to upload data using CATT&lt;/STRONG&gt; - These are the steps to be followed to Upload data through CATT: Creation of the CATT test case &amp;amp; recording the sample data input. Download of the source file template. Modification of the source file. Upload of the data from the source file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&amp;gt;Although CATT is meant for as a testing tools, many SAP users have now use CATT frequently to upload vendors master data and make changes to other master record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Consultant and Abapers tends to used it for creating test data.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With CATT, you don't have to create any ABAP upload programs and this save on development time.  However, you still have to spend time on data mapping into the spreadsheet format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transactions run without user interaction. You can check system messages and test database changes. All tests are logged. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What CATT does is record you performing the actual transaction once.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You then identify the fields that you wish to change in that view.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then export this data to a spreadsheet to populate with the data required.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;SAP CATT Books &lt;/P&gt;&lt;P&gt;Testing SAP(R) R/3(R) Systems: Using the Computer Aided Test Tool &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CATT activation &lt;/P&gt;&lt;P&gt;Activate CATT in your client &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;3 steps to upload data from an Excel file 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;&lt;/P&gt;&lt;P&gt;2. To change the MRP Group for a list of Material &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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vineela.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 08:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475184#M835326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T08:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475185#M835327</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;Pls refer this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fd/f10538d6cb1e3be10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fd/f10538d6cb1e3be10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is useful reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 08:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/3475185#M835327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T08:50:32Z</dc:date>
    </item>
  </channel>
</rss>

