Hi about CATT

hi Experts,
  can anybody pls tell me about the CATT

hi ...
go thru the below details...
reward points if it is useful...
  CATT: Enhanced Mode (BC-CAT-TOL) 
http://help.sap.com/saphelp_nw04/helpdata/en/ae/410b37233f7c6fe10000009b38f936/frameset.htm
Use
The Test Workbench contains the Computer Aided Test Tool (CATT) to create manual or automatic test cases.
Manual test cases
Manual test cases are most useful for acceptance tests. They are descriptions of tests which a tester must perform manually on the system.
Automatic test cases
Automatic test cases are performed by the R/3 System without user dialog, and are most useful for function tests. The result of an automatic test case is a detailed log which documents the test. The use of automatic tests can considerably reduce the test effort.
Test cases test individual transactions or whole business transactions. Test cases are constructed modularly, to minimize the creation and maintenance effort, above all for business transactions.
The procedure for testing one transaction or function is described in test modules. The creation of test modules is greatly simplified by the CATT recording functionality.
Test procedures can be constructed from the test modules. Test modules are referred to and linked in the test procedure.
In modular test procedures:
n test modules can be reused
n changes to test modules are immediately effective in the test procedures which use them.
Simple test case creation
The transaction test procedure is recorded with a transaction recorder for the test module. The creator runs the application as in normal dialog operation. At the end of the transaction, you go back to CATT.
You can make test cases flexible by subsequently replacing the values input when recording by parameters.
You can store frequently used parameter settings in variants which you use in tests.
This functionality has been available since 4.6 in an additional  CATT maintenance mode which can be used by users without technical background knowledge.
Implementation notes
Test cases usually make R/3 System database changes, so they should not run in the productive system. To control this centrally, the client table maintenance has a flag which allows tests to be run in the system.
Authorizations are also checked in CATT.
Integration
The ABAP Workbench infrastructure provides general functions such as correction and transport, the Repository information system, and multi-lingual applications.
In addition, it guarantees the correctness of a test run by updating synchronously, thereby explicitly refreshing the table buffer. This is especially important for transaction chains, where transactions use the results of previously executed transactions.
You can also test processes from one central R/3 system in a different R/3 or R/2 satellite system. The test procedure runs in the central R/3 system and controls the transactions via Remote Function Call (RFC) in the satellite systems.
The CATT logs created contain all information relevant for the test run and are stored centrally in the database of the executing R/3 system.
Functions
CATT can:
•     test transactions
•     check system messages
•     check authorizations (user profiles)
•     testing results and database updates
•     setup customizing tables
•     test the effect of customizing setting changes
These processes are less suited for CATT:
•     lists and display results
•     menu paths
•     Online help (F1, F4)
•     editor functions
Restrictions
You cannot use CATT for the following transaction types:
•     Transactions that contain the statement LEAVE TO TRANSACTION
SAP CATT - Computer Aided Test Tool
User Guide for Data Upload
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.
Over-all procedure
The over-all procedure to upload data using CATT is as follows:
• Creation of the CATT test case & recording the sample data input.
• Download of the source file template.
• Modification of the source file.
• Upload of the data from the source file.
Details of each step are provided in the following paragraphs.
Detailed Procedure
Creation of the CATT test case:
Creation of the test case is completed as follows:
• Execute Transaction SCAT
• Name the test case.  Test case name must start with “Z”.  It is also good practise to include the transaction code in
  the test case name (e.g. Z_IE01_UPLOAD for the upload of equipment)
• Click the “Record” button.
• Enter the transaction code (e.g. IE01)
• Continue recording the transaction.  Ensure data is entered into every field that is to be used during the upload.
• Save the test case.
Download the source file template
• Click the Field List button (Field list is displayed).
• For every field that you wish to upload data, double click in the Column New field contents (This creates an
  import parameter).
• In the Maintain Import Parameter Pop-Up:
• Delete the default value if not required.
• Press Enter
• The New field contents column now contains the character & followed by the field name (e.g. &EQART).  This
  is the name of the import parameter.
• Repeat this for every field (in every screen) to be uploaded.
• Back out and save the CATT test case
• Download of source file template:
• Use the path GOTO -> Variants -> Export Default
• Select path and file name (e.g. C:\TEMP\Z_IE01_UPLOAD.TXT)
• Click Transfer
Modify the source file
The downloaded source file template is now populated with the data that is to be uploaded.  This is completed as follows:
• Using Excel, open the tab-delimited text file.
• Do not change any of the entries that already exist. 
  1st row contains the field names. 
  2nd row contains the field descriptions. 
  3rd row displays the default values which are set in the test case. 
  4th row contains a warning that changing the default values in the spreadsheet has no effect on the actual default values.
• The data to be uploaded can be entered in the spreadsheet from row 4 onwards (delete the 4th row warning &
  replace with data for upload).
• Save the file as a Text file (Tab delimited).
Upload data from the source file
Uploading the data is completed as follows:
• Execute the CATT test case
• In the Execute screen:
• Set processing mode to Errors or Background (your choice).
• Set variants to External from file.
• Click the Choose button and select the file to be uploaded.
• If uploading to another client, click the Remote execution button and select the RFC connection to the required client.
• If uploading to the current client, click the execute button.
SAP users use CATT frequently to upload master data or to make changes to master data records. SAP Consultants and Abapers tend to used 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.
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.
The process of uploading data with a CATT
Activate CATT in your client
•     In transaction code SCC4 - click the change button
•     Double click on the client number
•     In the Restriction section, tick Allows CATT processes to be started.
Upload data using CATT
1. Create Import variant for the fields you need
•     Transaction SCAT
•     Goto Parameters
•     Create Import Variant
•     Goto Variant -> Edit
•     Goto Variant -> Fast entry or F9
•     Duplicate 01
2. To change the MRP Group for a list of Material
Assuming that I want to change the MRP Group for a list of Material.
My text files should look something like this:
[Variant ID] [Variant Text] &ZDISGR &ZMATNR
--> Parameter texts MRP group Material
--> Default Values M1 A001
Changes to the default values displayed above not effective
#01  M1 A001
#02  ''     A002
#03  M1 A003
Note : '' denotes a blank in the field. e.g. Material A002 MRP group will be replaced by a blank.
3. Configure the recorded entry fields to read from the imported text file data
•     In the CATT : Maintain functions test case Screen
•     Double click on the Object Name
•     Double click on the screen number with your desired fields
•     Park the cursor on the fields
•     Click Edit -> Details
•     Fill in the Parameters Name and Field Contents
•     Finish Save it.
•     Assign your text file data.
•     In the CATT : Execute test case Screen
•     Click External from file and choose your text file
•     CATT will now read from your text file and update whatever data you have specified.
Summary:
How can I use the CATT procedure?
Full Article:
Disclaimer: Contents are not reviewed for correctness and are not endorsed or recommended by ITtoolbox or any vendor. FAQ contents include summarized information from ITtoolbox SAP-R3-Log discussion unless otherwise noted.
1) Adapted from response by Pat on Fri, 12 Apr 2002
http://Groups.ITtoolbox.com/archives/archives.asp?l=sap-r3-log&i=84548
CATTs are very useful for creating mass transactions. I use them when I don't have an abap programmer available to write a BDC.
I actually use CATTs to load inventory, change material type, extending views, change valuation, creating master data for storage bins in WM. You name it, a CATT can be used to create the transaction. It's kind of hard to use for BOM's and Routings but not impossible.
Think of it like a macro.  
2) Adapted from response by Anja on Fri, 12 Apr 2002
http://Groups.ITtoolbox.com/archives/archives.asp?l=sap-r3-log&i=84509
Transaction SCAT
1. Record your transaction
2. Save the CATT
3. Go into your recorded CATT Procedure and edit the parameters - you set these per SCREEN that you have visited. Double click on the screen number - you will get the screen layout. Place your cursor on a field and mark it as "input", "constant",...
4. Save again
5. If you have input parameters, you can prepare your input file in Excel. Display your parameters. The first ROW in Excel contains the technical description of the parameter. The second row in Excel contains the parameter description the third row contains a default value (this record is therefore NOT uploaded in the CATT) from the 4th row onwards, you will upload the data.
6. Save the Excel file as
7. Run the CATT (choose the processing you like, point it at the text tab delimited file) and go.
3) Adapted from response by Chris on Fri, 12 Apr 2002
http://Groups.ITtoolbox.com/archives/archives.asp?l=sap-r3-log&i=84720
If you really want to get into CATT, try the book Testing SAP R/3 Systems; Authors: Gerhard Oberniebermaier / Marcus Geiss; yr: 2000; Pearson Education, LTD. It compliments relatively good documentation that SAP provides in the Application Help area.
More information:
More information on SAP R/3 Logistics is available in the SAP-R3-Log discussion group. Enter a topic or subject and click the search button for detailed results.
SAP CATT (Computer Aided Test Tool) Tutorial Hints and Tips
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.
SAP Consultant and Abapers tends to used it for creating test data. 
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.
The transactions run without user interaction. You can check system messages and test database changes. All tests are logged.
What CATT does is record you performing the actual transaction once. 
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.
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.
SAP CATT Books
Testing SAP(R) R/3(R) Systems: Using the Computer Aided Test Tool
CATT activation
Activate CATT in your client

Similar Messages

  • HI about CATT Scripts

    HI Thanks for every one who gave me the reponse to my previous thread. Now i can run both CATT and ECATT scripts.
    But can any one clearly tell me the differences or advantages of ECATT scripts over CATT Scripts.

    Hi Sreekanth,
    I obsereved the follwing differences btw CATT and eCATT
    1. By using CATT you can test transaction in  R/3 system. Where as by using  eCATT you can test SAPGUI for Windows and SAP GUI for Java (As it works with SAP Web Application Server 6.20)
    2. In eCATT you can write any ABAP login you want, and you can also call RFC,BAPI in the script itself.
    3. By using eCATT you can test the web interfaces as well
    4. Using eCATT you can have the functionality of other testing tools in the market. like QTP.
    5. eCATT provides an interface for external tools. This allows companies to perform automated tests from an SAP system in a complete IT solution landscape across system boundaries. These new options enable complete automation of solution landscapes under standard Windows and Web-based user interfaces- resulting in low-cost operation of an IT Solution.
    i think we can consider the above all points as advanteages over CATT tool.
    hope this helps. Rewars if it help.
    -Manjula P

  • Calling CATT through report program

    hai folks!
          well i am facing some problem while working with CATT. i am making use of the transaction VT02N.
    my problem is i am passing some records to CATT by using
      excel sheet.here some records are processed succesfully
      and some are not.now how to handle these error records,so that we can know what all the records are not processed succesfully.
    NOTE: without looking into the error log. i want to handle it programatically.
    Can we call CATT with in a loop.If so please suggest me.
       watiing for your valuable suggestions.
    thanks & regards.

    Hi ,
    Please check these links they may helps you.
    Question about CATT
    <a href="http://www.sapdevelopment.co.uk/testing/ecatt.htm">Program</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/u/53202">sdn blog</a>
    <i>Hope This Info Helps YOU.</i>
    Regards,
    Lakshmi

  • How to Run CATT Scripts

    Hi !
    Could you please help me out about CATT Scripts. I guess this will be a job of abaper, but in bpp's it asking to run the CATT script.
    Pls help me out.
    Regards,
    Ben Hur
    Moderator: Please, search help.sap.com for CATT and try posting on the relevant forum next time

    See shoblock's answer
    call sql script from unix
    masterfile.sql:
    @file1 &1
    @file2 &2
    @file3 &3
    @file4 &4
    then just call the master script:
    sqlplus userid/password @masterfile <p1> <p2> <p3> <p4>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to upload data using CATT ?

    These are the steps to be followed to Upload data through CATT: Creation of the CATT test case & recording the sample data input. Download of the source file template. Modification of the source file. Upload of the data from the source file.
    I KNOW ONLY THIS ABOUT CATT but i wanna complete in details with an example. its better if anyone can further explain in detail with example

    hi,
    1)     Start tcode SCAT
    2)     Give the test case name and create
    3)     Give title, component then save and come back
    4)     Select the test case and go to change mode
    5)     Start record and provide the tcode to be recorded
    1st button is for normal record (button with arrow key)
    2nd button is for remote (to record in remote server of our landscape)
    Give all the mandatory fields in the transaction without errors and without using f4 and f1 just like recording
    After entering entire data click save button
    Then click end recording
    Then double click on the test case TCD
    Then double click on the first report (SAPMF02D)
    It will open the recorded transaction code
    Import all the fields which we are going to provide in flatfile
    There should not be any default values in the fields after importing
    Click on next screen button
    Same way import for all screens
    Finally it should come to the below screen
    Then go back and click save then go to GOTO -> VARIANTS -> EXPORT DEFAULT
    Then give the path to be transferred in our local sys and transfer as excel file (save with .xls type)
    Then open the excel file
    Select 1st 2 columns right click and delete
    It should contain only the field headings and description as shown in the below excel snapshot
    Leave one empty line and enter our records from 4th row onwards
    Enter all the records and save the excel file
    Then execute our test case
    Then select the type of mode (foreground/background) and variants from external file
    Select our excel file and then execute (click remote execution if it’s a remote server)
    Finally check the data is uploaded or not
    END
    gIVE ME YOUR MAILid so tha i can fwd the atachment to you
    Regards,

  • Change FAX number for all vendors and customers in a massive way.

    Hello,
    I need to change the FAX number for all the vendors and custormers in Q01 so that every form should output through an specific test fax-printer. The problem is that I don't know which field I should change and how can i do it in a massive way. I have heard something about catts but i don't know almost anything.
    Could you help me?
    Thanks in advance.
    Luis Álvarez.

    Hi Luis,
    Use tcode XK99 for vendor mass change, select the Fax no field. You have to take note that this changes will be only 1 fax number for all vendors.
    Else you have to use BAPI for mass change.
    regards,
    maia

  • Mass movement of materials

    Hello all
    I need help in moving some materials from a warehouse managed storage location to an Inventory managed storage location...this has to happen in the production environment...we have some materials which is warehouse managed and we dont want those materials to be warehouse managed.so we are planning to move those materials to an inventory managed location...Is anyone help me how to do this with the step by step procedure...
    Thanks

    Hi
    Welcome to SDN World!
    Goods movement procedure:
    1. Use MB1B transaction with movement type 311
    2. CReate trasfer order using LT06 for Material document.
    3. Confim transfer order using LT12.
    Usually mass good movements can be done by using LSMW and CATT procedure.
    YOu can check this link to know about CATT
    http://help.sap.com/saphelp_46c/helpdata/en/a7/1bb38337fa11d2bd39080009b4534c/frameset.htm
    hope this helps.
    regards
    Srinivas
    reward if it helps.

  • Need Suggestion about Solman support & testing E CATT feature

    Hi Solman Experts .
    I need your Strong suggestion. Actually i am working in  ABAP module , I recently joined as a fresher in small company,  I got opportunity to  go Saudi for  "Solman support & testing ,E CATT"  in big MNC . Now i need suggestion , If i go and work there in these areas , If i return to India  will i get Good Job  and Salary here .
    Please suggest me. please it my career issue.

    hi Gafoor,
    I too had this kind of oppurtunity and now i am in abhudabi in crm and solman testing. No problem in this , So you can go to saudi as your wish and the future and scope for the solman is very good. So it s reasonable to go saudi .
    Regards,
    Prabhushankar

  • What is the Tcodes for Uploading of data using BDC & CATT

    PP members:
    I was going through the <b>cutover activities</b> ,  and what I understood is  we transfer all the legacy system data into SAP before going live
    The data upload follows certain steps (depends on the organizational design load strategies)
    First we upload all the master data ( material master, BOM, W/C's & Routings)
    Then the transaction data ( Ideally speaking, there should no open orders i.e. WIP as on the day of cutoff )
    If the WIP (Work in Process) is unavoidable then the materials consumed shall be treated as <b>materials of the previous stage</b> and necessary adjustments shall be made after cutover day
    At this point, I could not able to understand what does the author mean <b>materials of the previous stage</b>
    Now comming to the uploading of data into SAP from legacy system, we use tools like LSMW, CATT & BDC
    Is it a must to use <b>only LSMW tool</b> to upload master data or any other upload tools are fine
    Lastly,. I am not sure about the Tcode of CATT & BDC
    Summary of the questions:
    1.What does the author mean  <b>material of previous stage</b>, for WIP materials during cutover activities
    2. Is it mandatory to use only LSMW tool for uploading for master data
    3. What are the Tcodes for upload tools CATT & BDC ?
    Thanks for your time
    Suren R

    Dear,
    1.What does the author mean material of previous stage, for WIP materials during cutover activities - as i understood, what is the stage of material..like it must have gone through 2 work centers and other 2 is left. i.e. you need to create Production order with only 2 operation as other 2 is already over. - usually it is done in such a way that we will create Production order and confirm till 2 operations and WIp is calculated so thatb FI will tally the books in SAP and lagacy.
    2. Is it mandatory to use only LSMW tool for uploading for master data - no you can use any tool as required and suits yr requirement
    3. What are the Tcodes for upload tools CATT & BDC- BDC through a prog in SE38. CATT through - SCEM.

  • Need information about t-code SCAT

    Hi All,
             I need information about t-code *SCAT.*
             I dont know any thing about this transaction. I need information about how to use. What for we will use. Basis people how they can use this SCAT t-code.
             Try to help me out in solving this issue.
    Regards,
    Sateesh J

    SCAT is used to upload the data with the transaction.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.
    The over-all procedure to upload data using CATT is as follows:
    · Creation of the CATT test case & recording the sample data input.
    · Download of the source file template.
    · Modification of the source file.
    · Upload of the data from the source file.
    Refer the links:-
    http://sap.ittoolbox.com/documents/popular-q-and-a/catt-procedure-1795
    http://www.thespot4sap.com/Articles/CATT.asp

  • PO UPLOAD - CATT

    Hi,
    Can any one give the best method for upload the PO data's?
    as well, pls explain abt CATT and is it good for upload a mass records ? pls give me step by step guide with screen shots.
    Rgds
    Kumar

    chk this pdf file
    http://www.sappoint.com/abap/bdcconcept.pdf
    chk this for FAQs on BDC
    http://www.sap-img.com/abap/question-about-bdc-program.htm
    sample code for call transaction method
    http://www.sapdevelopment.co.uk/bdc/bdc_ctcode.htm
    chk this for BDC recording with screen shots
    http://www.sapdevelopment.co.uk/bdc/bdc_recording.htm
    Hi refer the following links,
    http://www.sappoint.com/abap/bdcconcept.pdf
    http://www.planetsap.com/bdc_main_page.htm
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.sappoint.com/abap/files.pdf
    http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_gci1068429_tax293481,00.html
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d62292b3-0301-0010-df98-aaac31cd4a41
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d62292b3-0301-0010-df98-aaac31cd4a41
    regards
    kunal
    award if helpful

  • Best Practice for CATTS time entry to Purchase Order

    Hello All -
    We have a scenario where we create a purchase order to a recruiting company for a contractor.
    When the contractor works on our project and books hours via CATTs, we would like the hours to post back to the purchase order like a goods receipt.
    What is the best way to do this?  Service Entry Sheet or Goods Receipt?
    if so, technically, what should be done?
    Thanks for your help!

    Well their first requierement was to get real time data .. if i am in Xcelsius and click refresh then i want it to load my last data ..
    with live office , i can either schedule a crystal report and get the data delayed or use the option from live office to make iterfresh as right now .. is that a correct assumption ?
    I was talking about BW, just in case they are willing to change the requierement to go from Real time to every 5 min
    Just you know we are also thinking of the following option:
    1 - modify the virtual provider on the  CRM machine to get all the custom fields needed for the Xcelsius Dashboard
    2 - Build some interactive report on the top of these Virtual Provider within CRM
    3 - get the link to this report , it is one of the Report feature within CRM
    4 - design and build your dashboard on the top of it
    5 - EXport your swf file to the cRM web ui
    we are trying to see which one is the best one
    Philippe

  • E-CATT!!! Can Somebody please help.

    In E-Catt script i want to append output type for billing document. If i already has 2 types i should continue adding from the 3rd record. If i've 4 types already there i should add the new one in 5th record.
    When we r recording for create test case creating the output type as first item and then executing the test case with some other billig document that already has some output types, the script is trying to insert the output type in first record. But it should append it.  We are trying this script for trnx VF02.
    Please help me. Is there any thing in script that we have like in BDC POA for OK code.

    Hi!
    I found the function 'new entries' in message screen (key F8, okcode V70H). Then you can insert a new value in second line - if there is no filled first line, this should not harm.
    And of course you can change scripts manually, too - I didn't get your question about POA, I guess. What's POA?
    Regards,
    Christian

  • Using CATT / WinRunner for converting Material Classification Data

    The requirement is>......
        The Classification Master Data to be created will be taken from the existing classification systems that are in the legacy systems at present and have valid object assignment. the data will be created manually. This data will be cleansed and may be modified based on cleansing and Data model decisions/new processes from P1. The file will be loaded into a CATT or WinRunner program into the new P1 system. The upload program must be able to handle Classes with multiple characteristics and Characteristics with multiple values.
         Can anybody explain how can we go about doing this in CATT or win runner. Your help would be always recognised and duly points will be awarded. thanks in advance.

    Hi Eliza,
    I think rather than class type there should be Class Name  e.g.
    -<ClassHierarchies>
    <Class>LIQUID_SAMPLER</Class>
    <ParentClass />Zparent<ParentClass />
    <Name_English>LIQUID_SAMPLER</Name_English>
    </ClassHierarchies>
    -<ClassHierarchies>
    <Class>Zparent</Class>
    <ParentClass />
    <Name_English>ZPARENT</Name_English>
    </ClassHierarchies>
    One of the <ClassHierarchies> should not have ParentClass because there must be one class which is parent of all classes e.g. here ZPARENT
    You should check that may be 001 is here also defined as class-name not class type. I would also say check do you have other ParentClass as Class name or not, except 001. Try to import this data in the manner as shown in MDM import Manager Reference Guide page 162 onwards using Create Hierarchy, after import check with business/functional consultant. Please have a look into it,
    http://help.sap.com/saphelp_nwmdm71/helpdata/en/4b/72b8e7a42301bae10000000a42189b/MDMImportManager71.pdf
    You can also use predefined import map for pre-delivered repositories like Material, Product etc.
    Also, refer http://wiki.sdn.sap.com/wiki/display/SAPMDM/eClassTaxonomyinCustomRepositories
    Regards,
    Mandeep Saini

  • Control data is obsolete, rerecord (VERBS-NAME: CreateObject CATT

    Hello experts,
    To create factory calendar holiday(t-code SCAL), I use t-code secatt for the purpose.
    But when running the test configuration script, I face the following error
    Error in eCATT command TCD SCAL
    Message no. ECATT507
    Control data is obsolete, rerecord (VERBS-NAME: CreateObject CATT: <none> Callno: 000001)
    Message no. TT377
    I use a tab separated text file with numbering of records.
    I read on this forum some topics about the error but it doesn't solve the issue.
    Please suggest what should be done to avoid this error
    Thanks in advance for your reply.

    thanks AP for your reply.
    I have deleted and  I have recreated the file with new recording but the error still ramains.
    Can anybody assist to solve the issue ?
    Thanks in advance.

Maybe you are looking for

  • XI 3.0 SR1 Install and Config.

    Hello Guru's, I have read the XI 3.0Sr1 installation guide, the only part i didn't quite catch was about the Adapter Engine installation for Business System. Can anyone be kind enough to explain that to me ? I am quite new to this XI concept.. The sc

  • Data Services as a data migration tool

    Hello All, Has anybody used Data Services as a data migrition tool from a SAP ECC system?  If so what is it like to use and are there any documents on this? Cheers, Nick.

  • IMac does not recognize digital video camera plugged into USB port

    Hi Everyone, I received a Kodak Zi8 digital video camera as a gift recently. I was told it was compatible with macs. When I plug the camera into the USB port of the mac it doesn't recognize that it is there. I read on one discussion board to turn the

  • Long Description and Short Description

    Dear All, I have a dimension with three levels. 1. District (district_id, district_name) 2. Council(Council_id, council_name) 3. Address(person_id, address, postcode, phone....) I have set the district_id, council_id and person_id as SHORT DESCRIPTIO

  • Premiere.exe process continues to run

    Hi All, I have experienced what I think is a bug in PPro CS5 on Win7. The application works great, but the exe process continues to run after I close the application. The process uses about 26% CPU, and if I then launch PPro and close it again, anoth