Transaction to find ecatt test script

transaction to find ecatt test script and the table which stores ecatt test script
transaction to find function group and the table which stores function group
transaction to find general text and the table which stores general text
where i should be able to change the devlopment class

Hi Avinash,
For ecatts check development class/package SECATT_DDIC and transaction SECATT.
For general text transaction is SO10 and tables are STXH and STXL.
For Object Naviagtor SE80 you can change development class.
For function groups check ENLFDIR table.
All transaction codes are stored in TSTC and TSTCT tables
Thanks
Lakshman

Similar Messages

  • RPT_ECATT_EXECUTE_TEST to execute eCATT Test Scripts in background

    Hi everyone,
      Found this program RPT_ECATT_EXECUTE_TEST  to execute eCATT Test Scripts in the background. However, when i try to run a TCD test script in the background, im getting a "Control Framework: Fatal error - GUI cannot be reached" error in the job log.
    Is there a workaround for this?
    Thanks in advance.

    Hello,
    If the recording is done using SAPGUI , here is the solution .
    Say there are 3 radio buttons.
    First time record with only one radio button clicked , complete the entire recording and save the script.
    Split the recording using Methode wise, once this done you will have one SAPGUI for each operation performed.
    Reopen the script in the change mode and also open the transaction screen where you want to record the remaining radio buttons.
    Do a SAPGUI attach twice once for each radio button after the SAPGUI of the first radio button .
    Once all the recoding is complete.
    Declare 3 different input parameters (basically 3 flags), one for each radio button.
    Note: SAPGUI recording is done only for checking the radio button and not unchecking.
    IF ( input_parameter_radio_button_1 = 'x' ).
    SAPGUI ( first radio button).
    endif.
    IF ( input_parameter_radio_button_2 = 'x' ).
    SAPGUI ( second radio button).
    endif.
    Similarly for the third one.
    Hope you understood the logic.
    Thanks & Best regards,
    Ajay

  • Regarding ECATT Test Scripts

    Hi All,
    I would like to know abt how we assign <b>Transaction to ECATT test scripts</b>,once i can get transaction to run this i can improve the program with more conditions using selection-screen etc.
    Here i will execute the test script using <b>SECATT</b> Transaction.
    But now i want to put the this test script into one transaction.....
    Means i should be able to run the TEST SCRIPT from a Tranasaction.
    or i will run one Transaction and i have to provide option like enter test script name from there so that i can execute.
    Can body have the solution for the above.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi All,
    Can anybody give the solution to above issue.
    I want to run the Test Scripts that are being run from <b>SECATT</b> from Seperate[My Own] Transaction.
    Please provide the solution for above issue.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

  • ECATT test script preparation

    Hi SRM Gurus,
    I would like to create an ecATT Test Script for creation of shopping cart. Can anyone, give me some inputs on this like, how to go about, steps involved.
    Thanks  & Regards,
    Ramkumar

    Hi,
      Pls refer the foll links:
    http://www.erpgenie.com/sap/ecatt/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    http://www.sapdevelopment.co.uk/testing/ecatt_qas.pdf#search=%22ecatt%20in%20SRM%22
    HTH.
    BR,
    Disha.
    Pls reward points for helpful answers.

  • Does Single Sign on feature affect the eCATT test script

    Hi
    I am having problem with eCATT test scripts when running on the PC with single sign on feature .
    I am able to run the eCATT test script on PC with out single on feature .when I am trying to run the same eCATT script on the PC with single sign on feature it gives error message
    When the test script is executed it open up new session and tries to log on system and then it comes out of the Session  and gives the error message.
    Error When starting replay session Possible causes
    1) Scripting is deactivated in Replay system .
    2)User has not logged on with in given time or user has no Dailog rights .
    3) Too Many Sessions are open.
    Can you please Suggest me how to overcome this problem .
    The PC with single sign on feature is using SAP GUI 7.1 Version and the PC with out single sign on feature is using SAP GUI 7.2 Version . Will this affect the test script.
    Thanking you .
    Regards
    Kiran

    Hi
    The issue is resolved . Once the single sing on program is disabled on the machine the eCATT test scripts are working fine now .
    Thank you .
    Regards
    Kiran

  • Importing internal table data from FM to eCATT test script

    Hi all,
    I am working on Workflow project where by i need to post invoices related to purchase orders sent as scanned imaages. Incase all the data in the incoming invoice(scanned) is correct then i am using BAPI_INCOMING_INVOICE_CREATE to post the invoice.
    But when the data is wrong, i need to give the user MIRO transaction pre-populated with the invoice details so that he manually corrects them(after verification) and posts the invoice.
    I understand MIRO is an ENJOY transaction hence BDC doesn't work properly(i have tried with all kinds of options on recording and the problem comes incase of multiple POs) hence i choose to use eCATT.
    The recording worksfine but my real problem is the PO data (multiple PO details for same invoice) is in table form. In all my previous objects related to eCATT we used to upload the file, hence no problem of importing tables.
    But now as i'll call this test script from a function module which has all the POs in the form of internal table, i need to import this into my test script.
    Please any body tell me how to proceed in this case or please suggest me a better a way to record the MIRO.
    Thank you,
    Lakshmi Narayana.S

    Hello Raj,
    First of all thank you for your inputs.
    Yes, I know about Parking an invoice. even i am using it in some scenarios.
    If everything on the invoice matches with the values in SAP then i am posting it using BAPI invoice_create also.
    But for some scenarios like if the PO on the invoice doesnot match with actual PO then i need to create a work item in the Accounts Payable user's inbox and he will change invoice data manually (after getting confirmation and correction) and post it using MIRO.
    Here i need to pre-populate the MIRO with the invoice data so that he can correct and post it.
    Hence i was trying to write a BDC and as MIRO is an Enjoy transaction i thought writing a BDC is not a good idea (i tried writing BDC but had problems) hence i am using eCATT.
    Hope i am clear about my problem. Any inputs to solve this are welcome.
    Thanks,
    Lakshmi Narayana.S

  • Error During ECATT test script creation

    Hi,
    I am creating test script using SECATT t.cde. I select traget system and click on Pattern Button and provide input as follow.
    Group : UI Control
    Command : TCD (Record)
    Transaction : MM02
    When I click continue button, I am getting error "Transaction MM02 could not be found in Target System".
    I had check my RFC Configuration, its working properly.
    Please help me to solve this issue.
    Regards,
    Nisit

    Not sure what exactly you're asking, but here is a "how-to" article on eCATT creation:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50bec015-14f1-2910-6080-9874b3499052

  • ECATT Test Script

    Hello All,
    I am writing a Test Script for MM01 transaction.
    I don't know Where to write the ABAP and ENDABAP Block for test script.
    Should I have to write it in the Command Editor or anywhere else.
    Can anybody help in the procedure of doing a testing for VA01 transaction.
    Thank you in advance.
    Looking forward to your response.
    Warm Regards,
    SampathKumar G.

    Hi,
    Put the whole ABAP code in ABAP & END ABAP statements,
    for VA01, based on transaction using by you
    like for inquiry,quatatio,saleorder,credit notes,billing,shipping
    put these transaction one after onein TCD command and test it.
    If you are facing any difficulty please let meknow I''l forward the link.
    Thanks,
    Rahman

  • ECATT Test Script Generation with ME21N MIGO

    Hi,
    I am generating the test script in DEV 100 it is running successfully when i am running it into the target system DEV 200 it is giving error.
    I am facing this for MIGO when canceling the document, displaying any document or changing any document in ME21n, ME22n and soon.
    Suggest the solution for that.
    Regards

    > I am generating the test script in DEV 100 it is running successfully when i am running it into the target system DEV 200 it is giving error.
    Interesting.
    Unfortunately nobody has a magic ball to check which error you get; so if you want some advise, please post what you face.
    Markus

  • In eCATT, How to mention the values as  input parameter during test script

    Hi,
    1. I am just learning eCATT tool. I created a Test Script by recording my transaction. But if i want to execute the recorded transaction with different data then how to store the values.
    2. How to execute my Test Script created in one client to another client of same server. is it just by mentioning the target system or do we have to do anything in anothere client.
    Lakshmi

    Hi
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0e0ebec-c9da-2910-689e-b1a22a621c7f
    Manoj Shakya.

  • Error in ecatt testing for me21n transaction.

    Hi All,
    I have created Test script, test data container and Test configuration for ME21N (create purchase order) transaction
    While executing test configuration, I got below error message.
    S00349 Field COBL-KOSTL. does not exist in the screen SAPLMEGUI 0014
    Please help me for further action.
    Many thanks
    Vikas

    Hi Vikas,
    Before running the test configuration, Please check ME21N transaction manually and find out the field
    COBL-KOSTL and check whether it is mandatory or not.
    If it found check your script whether that field is properly recorded or not.
    May be this field is newly added as mandatory for that transaction
    Regards,
    Santosh.
    Edited by: ABAP Santosh on Oct 19, 2009 9:17 AM

  • Using mercury test scripts in eCATT

    Can anyone tell me if its possible to use the test case built in Mercury QTP be used as eCATT test case to run the test. If thats possible wats the way to use them. All along i hav been using Mercury to Test Sap application now i need to build the test scripts in eCATT for the same. Can i make use of the test scripts built in mercury
    is it possible to use the test scripts built in the older version say 6.2 of mercury used in 4.6C or 4.7 os SAP eCATT
    can i atleat get the scripts into CATT and then migrate it to eCATT.

    Hello,
    Please post your question in the WAS forum.
    SAP NetWeaver Application Server
    thx,
    E.T.

  • Error in Test Script in eCATT

    Hello Experts,
    When i am executing my test script after recording the transaction,the system is running FB50 in the remote system but giving error in foreground mde.
    Attached is the snapshot of error.
    Abhishek

    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.

  • ECATT  problem in creating test script

    Hello Everybody,
    when i am creating test script in  ECATT
    i am getting  this type of error  " no script text exit " .
    i didn't understand this  error .
    if anybody hv knowledge  abt this then plz suggest me
    also give me  some documentation related ECATT with print-screen
    ASP

    Hi sandeep,
           You can refer the following link. Here, you can get more knowledge about eCATT.
    http://help.sap.com/saphelp_nw04/helpdata/en/10/f3383fe58d5900e10000000a114084/frameset.htm
    Do reward point if it is useful...
    Regards,
    Gopi

  • ECATT calling multiple Test script to single test script

    HI experts,
    How to integrate i mean calling multiple test script  to single test script and store in single test script in ECATT
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Apr 8, 2011 9:50 AM

    HI experts,
    How to integrate i mean calling multiple test script  to single test script and store in single test script in ECATT
    Moderator message: please search for available information/documentation.
    Edited by: Thomas Zloch on Apr 8, 2011 9:50 AM

Maybe you are looking for

  • How to build a pl/sql report

    Hi everyone, Plz tell me the procedure of buiding pl/sql report Thank you in advance.. Edited by: user10763149 on Feb 10, 2009 3:16 AM

  • Current Time code field and "Capture Now has reached the end of tape......"

    Hi I just got my new iMac and I have lots of space. When I open up the Final Cut Pro and press the capture now it gives me the notice that it had reached the end of tape, but I haven't reached the end. I have vhs in the VCR machine and it is connecte

  • New salary is not updating in MSS Compensation Planning (ECM)

    Hi In MSS Compensation Planning (ECM) iView, when we are applying a percentage increase for a particular employee the new salary column is not updating when we press enter or recalculate. The value is changing intially when we press refresh property

  • Partner profile settings.. for IDOC to File

    i am trying to send Idoc to XI system from my r/3.. once iam sending from r/3 we19 ,i am getting error like this receiver port " port name " does not exist in the table of port descriptions .. how can i maintain receiver port in sender sys..?it is as

  • Problem in Uploaing BI patches in BW 7.0 Server.

    Hi, Experts I have installed the BI Server in HP Unix and i have added the bi addon also. I have applied the bi patch 1 also. but when i try to apply the bi patch 2 it running more then 9 hours in move nametab stage. I have checked in work process it