<?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: scat in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160895#M457035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tx for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no need to hard code ur pgm while using SHDB.&lt;/P&gt;&lt;P&gt;Is there a similar option using SCAT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 07:53:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T07:53:16Z</dc:date>
    <item>
      <title>scat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160891#M457031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here a recording can be created for any tcode. is it possible to build a pgm like how we do in SHDB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160891#M457031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: scat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160892#M457032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Though we can uplaod the data using scat/catt method,&lt;/P&gt;&lt;P&gt;You can't upload the data with Multiple records like Table control using CATT procedure.&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;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160892#M457032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: scat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160893#M457033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No , CATT is a testing Tool , i thin u cannt  generate program from out of this.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160893#M457033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: scat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160894#M457034</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;yes it is possible .you have to hard code the entire program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;Prajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160894#M457034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: scat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160895#M457035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tx for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no need to hard code ur pgm while using SHDB.&lt;/P&gt;&lt;P&gt;Is there a similar option using SCAT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scat/m-p/2160895#M457035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:53:16Z</dc:date>
    </item>
  </channel>
</rss>

