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

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

  • 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

  • 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.

  • 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

  • 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.

  • 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

  • Test Script Generation in UPK for Oracle Apps

    Hi,
    Can any body let me know how to create the Test Script using UPK in R12 env.
    Regards,
    Dan

    Then its expected behaviour, you need to make active-passive configuration on JCA adapters.
    Ideally we use "clusterdid" setting to make active- passive configuration on JCA adapter.
    <property name="clusterGroupId">ProcessClusterID</property>
    The above properties i had set it for File/FTP adapter on composite.xml. This make sure only one node active at any given point of time.
    Not sure wheather the same will be helpful or not. W'll update you shortly.
    Thanks,
    Vijay

  • 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

  • How to define Export parameter as Import parameter in next test script.

    Hi Experts,
    We have defined Purchase order no. as export parameter in ME21N transaction test script.
    Test configuration for ME21N transaction executed succesfully and the Purchase order No. appeared in the last message
    is the export parameter for next test script i.e. MIGO transaction.
    However I am unable to define this export parameter as Import parameter in next test script for MIGO transaction.
    Please suggest me the method to define the same.
    Please Help...
    Thanks in Advance
    Vikas

    Vikas,
    You need to create super script which is nothing but having the both the steps (Po creation & MIGO ) in this eCatt script. This can be achieved by using the REF command as ex. below.
    Create PO
    REF ( Z_CREATE_PO , Z_CREATE_PO_1 ).
    Create MIGO
    REF ( Z_CREATE_MIGO , Z_CREATE_MIGO_1 ).
    Z_Create_PO is the actual eCatt script that you recorded to create the PO. Z_CREATE_QUOTE_1 is the interface created by SAP. Similarly you have use the REF command to call the MIGO script inside this super script.
    To pass the export parameter from PO step to MIGO, double click the Z_CREATE_PO_1and define the export variable for PO number. And do the same on the interface for MIGO step.
    Follow the instructions if you need in this help document posted by another user in this forum
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0134775250DB00634934533836311611End?blog=/pub/wlg/3497
    Note : Cut & paste the entire link above to view the document.
    thanks
    Venkat

  • MM Test script Scenarios

    HI guru's,
    Iam new to MM any one can send me MM Test Script SCript Scenarios.. I want to do Unit Testing and Integrating Testing.....plz send me docuemnts to this id....janab4u(at the rate of )gmail
    regards
    JK

    hi,
    It depends upon the business process.
    Example : you are checking a P.O for GRN
    Test Script:
    1) Go to  MIGO
    2) enter the P.O no:
    3) enter the details.
    4) Check ,it green button is appearing.
    5) post the document.
    Enter the Results: PASS and enter the Document
    If you observing any error like for eg G/l account is not maintained
    Result : FAIL
    do the correct action and test  again
    G.Ganesh Kumar

  • 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.

  • 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

  • How to execute a MTS (Master Test Script) in SAP ECATT Test Configuration for multiple variants.

    I have a MTS (Master Test Script) which references 4 Test Scripts. As of now, I am able to run this MTS directly by opening it as a Test Script and running it for default test data.
    Now, I want to run this MTS in SAP ECATT Test Configuration for multiple variants/test data. I am not able to see any parameter if I enter MTS in the Test Configuration.
    Below thread is similar to my requirement but I am not able to understand the solution properly.
    eCATT - how to run multiple test scripts with input variables in different test scripts?
    Any help in this case would be highly appreciated.
    Thanks & Regards,
    Vaibhav Gupta

    I have a MTS (Master Test Script) which references 4 Test Scripts. As of now, I am able to run this MTS directly by opening it as a Test Script and running it for default test data.
    Now, I want to run this MTS in SAP ECATT Test Configuration for multiple variants/test data. I am not able to see any parameter if I enter MTS in the Test Configuration.
    Below thread is similar to my requirement but I am not able to understand the solution properly.
    eCATT - how to run multiple test scripts with input variables in different test scripts?
    Any help in this case would be highly appreciated.
    Thanks & Regards,
    Vaibhav Gupta

Maybe you are looking for

  • Zooming in in CS.5.5 with theatrical footage

    Hi, I would like to zoom in on clip in Premiere Pro.  The problem is that footage has a theatrical borders on the top and bottom and I would like to keep those borders.  When I do zoom in, the top and bottom black borders disappear and the picture ex

  • Error in Database Options Configuration

    My Teststan installation includes TS4.1 and TS3.5.  Under c:\ProgramFieles\NationalInstruments I have dir 'TestStand' and also 'TestStand35'. I'm running an application written in TS3.5 and it run fine.  However, when I select the 'Database Options'

  • Stretching problem in Oracle ADF..

    Hi All... Oracle ADF Inline Frame is not stretching properly. Any solution... The following code for your reference... <?xml version='1.0' encoding='UTF-8'?> <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.co

  • Table name in which return item data is stored of a PO

    Can some please specify the table name in which return item data is stored of a PO? Thanks in advance;

  • How to open multiple Forms sessions

    How do I open multiple sessions of Oracle Forms on the same Client machine. Right now if I have a Forms session open, when I open a new browser session and type in the URL it takes me back to the Oracle Forms session which I have open. I am running F