<?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/1608722#M273110</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;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;&amp;lt;b&amp;gt;The process of uploading data with a CATT:&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;Upload data using CATT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1.&amp;lt;/b&amp;gt; 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;&amp;lt;b&amp;gt;2.&amp;lt;/b&amp;gt; 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;&amp;lt;b&amp;gt;3.&amp;lt;/b&amp;gt; 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;&amp;lt;b&amp;gt;Assign your text file data.&amp;lt;/b&amp;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;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;To know more about CATT:&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/ecatt/index.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/ecatt/index.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>Tue, 19 Sep 2006 14:24:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T14:24:32Z</dc:date>
    <item>
      <title>CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608718#M273106</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; I need to update some fields of many sales orders. I want to create CATT  for Tcode VA02-change sales order.&lt;/P&gt;&lt;P&gt;i do not have any idea abt CATT.can someone plz guide me to achieve this thing? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608718#M273106</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2006-09-19T14:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608719#M273107</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;Please check this online document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCATTOL/BCCATTOL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCATTOL/BCCATTOL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCATTOL/CACATTOL.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCATTOL/CACATTOL.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Usually from what I have seen CATT is not used for regular transactions in the productive environment. I have only seen LSMW used for the transfer of data from non-SAP systems to SAP systems. It guides you thru your data migration tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d7/e21017408e11d1896b0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d7/e21017408e11d1896b0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- SAP advise not to use CATT in productive systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/basis1.htm" target="test_blank"&gt;http://www.planetsap.com/basis1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- Start of CATT processes allowed: This option determines whether you want to allow the CATT (Computer Aided Test Tool) process in the client or not. Computer Aided Test Tool (CATT) is tool provided by SAP to test different functionality of the SAP system. To run the CATT tool you can execute transaction SCAT. CATT process changes the database extensively and requires lot of system resources. So we recommend not to chose this option if you are in the production environment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There has also been some comments on LSMW on this forum:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&amp;amp;content=https%3A//forums.sdn.sap.com/thread.jspa%3FthreadID%3D37272%26tstart%3D135" target="test_blank"&gt;https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&amp;amp;content=https%3A//forums.sdn.sap.com/thread.jspa%3FthreadID%3D37272%26tstart%3D135&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- The Legacy System Migration Workbench (LSMW) is a tool recommended by SAP that you can use to transfer data once only or periodically from legacy systems into an R/3 System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 2 cent would be why not develop a solution using Batch Input, BAPI etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/48/c521a8f6ec11d2bdde080009b4534c/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/48/c521a8f6ec11d2bdde080009b4534c/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/ae/410b37233f7c6fe10000009b38f936/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/ae/410b37233f7c6fe10000009b38f936/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/CATT.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/CATT.asp&lt;/A&gt;&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;Njoy SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608719#M273107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608720#M273108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pabitra,&lt;/P&gt;&lt;P&gt;I have few documents about CATT with screenshots.. If you need i can mail you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sony&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: sony&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608720#M273108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608721#M273109</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;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/ae/410b37233f7c6fe10000009b38f936/frameset.htm"&amp;gt;CATT&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 14:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608721#M273109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608722#M273110</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;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;&amp;lt;b&amp;gt;The process of uploading data with a CATT:&amp;lt;/b&amp;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;&amp;lt;b&amp;gt;Upload data using CATT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1.&amp;lt;/b&amp;gt; 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;&amp;lt;b&amp;gt;2.&amp;lt;/b&amp;gt; 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;&amp;lt;b&amp;gt;3.&amp;lt;/b&amp;gt; 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;&amp;lt;b&amp;gt;Assign your text file data.&amp;lt;/b&amp;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;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;To know more about CATT:&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/ecatt/index.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/ecatt/index.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>Tue, 19 Sep 2006 14:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608722#M273110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T14:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: CATT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608723#M273111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  can u plz mail me those documents to my mail id (pabitracet@yahoo.co.in).Thanks for ur help.i will reward the points as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;pabitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 04:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catt/m-p/1608723#M273111</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2006-09-20T04:34:57Z</dc:date>
    </item>
  </channel>
</rss>

