<?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: Regarding SCATT Command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scatt-command/m-p/2670228#M616437</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;Here is the CATT step-by-step tutorial. This should help you.&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;This is for eCATT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/e6/7aa03b14ce7426e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/e6/7aa03b14ce7426e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use extended Computer Aided Test Tool (eCATT) to create and execute functional tests for software. The primary aim is the automatic testing of SAP business processes. Each test generates a detailed log that documents the test process and results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT enables automatic testing in SAP GUI for Windows and SAP GUI for Java. In order to offer a complete test solution that covers other GUIs, eCATT has interfaces to third party tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation Considerations&lt;/P&gt;&lt;P&gt;Test cases usually make database changes. Therefore, you should not normally run them in productive systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, do not use eCATT to manipulate data in a productive system: eCATT is a test tool. Instead, use techniques such as Batch Input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;eCATT can be used with the Test Workbench. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can migrate test cases from Computer Aided Test Tool (CATT) to take advantage of the better features of eCATT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT is also integrated with the Object Navigator (SE80).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;· Test transactions, reports, and scenarios&lt;/P&gt;&lt;P&gt;· Call BAPIs and function modules&lt;/P&gt;&lt;P&gt;· Test remote systems&lt;/P&gt;&lt;P&gt;· Check authorizations (user profiles)&lt;/P&gt;&lt;P&gt;· Test updates (database, applications, GUI)&lt;/P&gt;&lt;P&gt;· Test the effect of changes to customizing settings&lt;/P&gt;&lt;P&gt;· Check system messages&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;User Guide for Data Upload &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of CATT is for bulk uploading of data. Although CATT is primarily a testing tool, it can be used for the mass upload of data. The way CATT works is like a real user actually inputting on the SAP screen. You prepare a set of data that are required to be input into the system and execute what you called a Test Case and CATT will do the boring task of keying for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over-all procedure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The over-all procedure to upload data using CATT is as follows: &lt;/P&gt;&lt;P&gt;· Creation of the CATT test case &amp;amp; recording the sample data input. &lt;/P&gt;&lt;P&gt;· Download of the source file template. &lt;/P&gt;&lt;P&gt;· Modification of the source file. &lt;/P&gt;&lt;P&gt;· Upload of the data from the source file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details of each step are provided in the following paragraphs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detailed Procedure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of the CATT test case: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of the test case is completed as follows: &lt;/P&gt;&lt;P&gt;· Execute Transaction SCAT &lt;/P&gt;&lt;P&gt;· Name the test case. Test case name must start with &amp;#147;Z&amp;#148;. It is also good practise to include the transaction code in &lt;/P&gt;&lt;P&gt;the test case name (e.g. Z_IE01_UPLOAD for the upload of equipment) &lt;/P&gt;&lt;P&gt;· Click the &amp;#147;Record&amp;#148; button. &lt;/P&gt;&lt;P&gt;· Enter the transaction code (e.g. IE01) &lt;/P&gt;&lt;P&gt;· Continue recording the transaction. Ensure data is entered into every field that is to be used during the upload. &lt;/P&gt;&lt;P&gt;· Save the test case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download the source file template &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download of source file template is conducted in two stages as follows: &lt;/P&gt;&lt;P&gt;· Creation of import parameters: &lt;/P&gt;&lt;P&gt;· Within transaction SCAT, Double Click on the TCD line in the &amp;#147;Maintain Functions&amp;#148; screen. &lt;/P&gt;&lt;P&gt;· Click the Field List button (Field list is displayed). &lt;/P&gt;&lt;P&gt;· For every field that you wish to upload data, double click in the Column New field contents (This creates an &lt;/P&gt;&lt;P&gt;import parameter). &lt;/P&gt;&lt;P&gt;· In the Maintain Import Parameter Pop-Up: &lt;/P&gt;&lt;P&gt;· Delete the default value if not required. &lt;/P&gt;&lt;P&gt;· Press Enter &lt;/P&gt;&lt;P&gt;· The New field contents column now contains the character &amp;amp; followed by the field name (e.g. &amp;amp;EQART). This &lt;/P&gt;&lt;P&gt;is the name of the import parameter. &lt;/P&gt;&lt;P&gt;· Repeat this for every field (in every screen) to be uploaded. &lt;/P&gt;&lt;P&gt;· Back out and save the CATT test case &lt;/P&gt;&lt;P&gt;· Download of source file template: &lt;/P&gt;&lt;P&gt;· Use the path GOTO -&amp;gt; Variants -&amp;gt; Export Default &lt;/P&gt;&lt;P&gt;· Select path and file name (e.g. C:TEMPZ_IE01_UPLOAD.TXT) &lt;/P&gt;&lt;P&gt;· Click Transfer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify the source file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The downloaded source file template is now populated with the data that is to be uploaded. This is completed as follows: &lt;/P&gt;&lt;P&gt;· Using Excel, open the tab-delimited text file. &lt;/P&gt;&lt;P&gt;· Do not change any of the entries that already exist. &lt;/P&gt;&lt;P&gt;1st row contains the field names. &lt;/P&gt;&lt;P&gt;2nd row contains the field descriptions. &lt;/P&gt;&lt;P&gt;3rd row displays the default values which are set in the test case. &lt;/P&gt;&lt;P&gt;4th row contains a warning that changing the default values in the spreadsheet has no effect on the actual default values. &lt;/P&gt;&lt;P&gt;· The data to be uploaded can be entered in the spreadsheet from row 4 onwards (delete the 4th row warning &amp;amp; &lt;/P&gt;&lt;P&gt;replace with data for upload). &lt;/P&gt;&lt;P&gt;· Save the file as a Text file (Tab delimited). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload data from the source file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uploading the data is completed as follows: &lt;/P&gt;&lt;P&gt;· Execute the CATT test case &lt;/P&gt;&lt;P&gt;· In the Execute screen: &lt;/P&gt;&lt;P&gt;· Set processing mode to Errors or Background (your choice). &lt;/P&gt;&lt;P&gt;· Set variants to External from file. &lt;/P&gt;&lt;P&gt;· Click the Choose button and select the file to be uploaded. &lt;/P&gt;&lt;P&gt;· If uploading to another client, click the Remote execution button and select the RFC connection to the required client. &lt;/P&gt;&lt;P&gt;· If uploading to the current client, click the execute button. &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;Padmam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2007 05:53:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-14T05:53:54Z</dc:date>
    <item>
      <title>Regarding SCATT Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scatt-command/m-p/2670227#M616436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know exactly use of SCATT comand in data migration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there r any ebook or document aviable or pls give me link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 05:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scatt-command/m-p/2670227#M616436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T05:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SCATT Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scatt-command/m-p/2670228#M616437</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;Here is the CATT step-by-step tutorial. This should help you.&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;This is for eCATT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/e6/7aa03b14ce7426e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/e6/7aa03b14ce7426e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use extended Computer Aided Test Tool (eCATT) to create and execute functional tests for software. The primary aim is the automatic testing of SAP business processes. Each test generates a detailed log that documents the test process and results. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT enables automatic testing in SAP GUI for Windows and SAP GUI for Java. In order to offer a complete test solution that covers other GUIs, eCATT has interfaces to third party tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Implementation Considerations&lt;/P&gt;&lt;P&gt;Test cases usually make database changes. Therefore, you should not normally run them in productive systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, do not use eCATT to manipulate data in a productive system: eCATT is a test tool. Instead, use techniques such as Batch Input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;eCATT can be used with the Test Workbench. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can migrate test cases from Computer Aided Test Tool (CATT) to take advantage of the better features of eCATT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eCATT is also integrated with the Object Navigator (SE80).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;· Test transactions, reports, and scenarios&lt;/P&gt;&lt;P&gt;· Call BAPIs and function modules&lt;/P&gt;&lt;P&gt;· Test remote systems&lt;/P&gt;&lt;P&gt;· Check authorizations (user profiles)&lt;/P&gt;&lt;P&gt;· Test updates (database, applications, GUI)&lt;/P&gt;&lt;P&gt;· Test the effect of changes to customizing settings&lt;/P&gt;&lt;P&gt;· Check system messages&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;User Guide for Data Upload &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of CATT is for bulk uploading of data. Although CATT is primarily a testing tool, it can be used for the mass upload of data. The way CATT works is like a real user actually inputting on the SAP screen. You prepare a set of data that are required to be input into the system and execute what you called a Test Case and CATT will do the boring task of keying for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over-all procedure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The over-all procedure to upload data using CATT is as follows: &lt;/P&gt;&lt;P&gt;· Creation of the CATT test case &amp;amp; recording the sample data input. &lt;/P&gt;&lt;P&gt;· Download of the source file template. &lt;/P&gt;&lt;P&gt;· Modification of the source file. &lt;/P&gt;&lt;P&gt;· Upload of the data from the source file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details of each step are provided in the following paragraphs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detailed Procedure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of the CATT test case: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of the test case is completed as follows: &lt;/P&gt;&lt;P&gt;· Execute Transaction SCAT &lt;/P&gt;&lt;P&gt;· Name the test case. Test case name must start with &amp;#147;Z&amp;#148;. It is also good practise to include the transaction code in &lt;/P&gt;&lt;P&gt;the test case name (e.g. Z_IE01_UPLOAD for the upload of equipment) &lt;/P&gt;&lt;P&gt;· Click the &amp;#147;Record&amp;#148; button. &lt;/P&gt;&lt;P&gt;· Enter the transaction code (e.g. IE01) &lt;/P&gt;&lt;P&gt;· Continue recording the transaction. Ensure data is entered into every field that is to be used during the upload. &lt;/P&gt;&lt;P&gt;· Save the test case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download the source file template &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download of source file template is conducted in two stages as follows: &lt;/P&gt;&lt;P&gt;· Creation of import parameters: &lt;/P&gt;&lt;P&gt;· Within transaction SCAT, Double Click on the TCD line in the &amp;#147;Maintain Functions&amp;#148; screen. &lt;/P&gt;&lt;P&gt;· Click the Field List button (Field list is displayed). &lt;/P&gt;&lt;P&gt;· For every field that you wish to upload data, double click in the Column New field contents (This creates an &lt;/P&gt;&lt;P&gt;import parameter). &lt;/P&gt;&lt;P&gt;· In the Maintain Import Parameter Pop-Up: &lt;/P&gt;&lt;P&gt;· Delete the default value if not required. &lt;/P&gt;&lt;P&gt;· Press Enter &lt;/P&gt;&lt;P&gt;· The New field contents column now contains the character &amp;amp; followed by the field name (e.g. &amp;amp;EQART). This &lt;/P&gt;&lt;P&gt;is the name of the import parameter. &lt;/P&gt;&lt;P&gt;· Repeat this for every field (in every screen) to be uploaded. &lt;/P&gt;&lt;P&gt;· Back out and save the CATT test case &lt;/P&gt;&lt;P&gt;· Download of source file template: &lt;/P&gt;&lt;P&gt;· Use the path GOTO -&amp;gt; Variants -&amp;gt; Export Default &lt;/P&gt;&lt;P&gt;· Select path and file name (e.g. C:TEMPZ_IE01_UPLOAD.TXT) &lt;/P&gt;&lt;P&gt;· Click Transfer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify the source file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The downloaded source file template is now populated with the data that is to be uploaded. This is completed as follows: &lt;/P&gt;&lt;P&gt;· Using Excel, open the tab-delimited text file. &lt;/P&gt;&lt;P&gt;· Do not change any of the entries that already exist. &lt;/P&gt;&lt;P&gt;1st row contains the field names. &lt;/P&gt;&lt;P&gt;2nd row contains the field descriptions. &lt;/P&gt;&lt;P&gt;3rd row displays the default values which are set in the test case. &lt;/P&gt;&lt;P&gt;4th row contains a warning that changing the default values in the spreadsheet has no effect on the actual default values. &lt;/P&gt;&lt;P&gt;· The data to be uploaded can be entered in the spreadsheet from row 4 onwards (delete the 4th row warning &amp;amp; &lt;/P&gt;&lt;P&gt;replace with data for upload). &lt;/P&gt;&lt;P&gt;· Save the file as a Text file (Tab delimited). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload data from the source file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uploading the data is completed as follows: &lt;/P&gt;&lt;P&gt;· Execute the CATT test case &lt;/P&gt;&lt;P&gt;· In the Execute screen: &lt;/P&gt;&lt;P&gt;· Set processing mode to Errors or Background (your choice). &lt;/P&gt;&lt;P&gt;· Set variants to External from file. &lt;/P&gt;&lt;P&gt;· Click the Choose button and select the file to be uploaded. &lt;/P&gt;&lt;P&gt;· If uploading to another client, click the Remote execution button and select the RFC connection to the required client. &lt;/P&gt;&lt;P&gt;· If uploading to the current client, click the execute button. &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;Padmam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 05:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scatt-command/m-p/2670228#M616437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T05:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SCATT Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scatt-command/m-p/2670229#M616438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&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;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&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>Tue, 14 Aug 2007 05:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-scatt-command/m-p/2670229#M616438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T05:58:29Z</dc:date>
    </item>
  </channel>
</rss>

