ECATT :Chaining of transactions

Hi Gurus,
I am facing some problems in eCATT chaining of transactions.  I am creating a Third party purchase cycle in eCATT. In that Purchase requisition number from Schedule line data from Sales Order should go to ME21n. I have a system generated purchase requisition number in the field VBEP BANFN. How to export this purchase requisition number to next transaction? Which symbol I have to use? For transporting last message from previous transaction we are using symbol “&MS1”. But for transporting data from schedule line data which symbol I have to use.
Your help is highly appreciated with good points.
Thanks in advance
Anil

Hello Anil,
In your first transaction you can define variables you want to keep as export parameter.
You can then define import parameters in the recording of the second transaction and just use the variables from the first one.
Regards,
Walter

Similar Messages

  • ECATT Chain of Transactions

    Hi Gurus,
    I am facing some problems in eCATT chaining of transactions.  I am creating a Third party purchase cycle in eCATT. In that Purchase requisition number from Schedule line data from Sales Order should go to ME21n. I have a system generated purchase requisition number in the field VBEP BANFN. How to export this purchase requisition number to next transaction? Which symbol I have to use? For transporting last message from previous transaction we are using symbol “&MS1”. But for transporting data from schedule line data which symbol I have to use.
    Your help is highly appreciated with good points.
    Thanks in advance
    Anil
    Please suggest me some solution.

    Hi Gurus,
    I am facing some problems in eCATT chaining of transactions.  I am creating a Third party purchase cycle in eCATT. In that Purchase requisition number from Schedule line data from Sales Order should go to ME21n. I have a system generated purchase requisition number in the field VBEP BANFN. How to export this purchase requisition number to next transaction? Which symbol I have to use? For transporting last message from previous transaction we are using symbol “&MS1”. But for transporting data from schedule line data which symbol I have to use.
    Your help is highly appreciated with good points.
    Thanks in advance
    Anil
    Please suggest me some solution.

  • Error in DAC ETL Full Load (Supply Chain Inventory Transactions)

    Hi Gurus,
    My Environment is like this,
    Syatems: windows 2003 server 32 bit
    DAC: 10.1.3.4.1 with Patch 10052370
    Informatica : Power Center 8.6.1 Hot Fix 11
    OBIA: 7.9.6.2
    OBIEE: 10.1.3.4.1
    I Created a plan with one Subject area Supply Chain Inventory Transactions. while running i am getting an error (out of 241 tasks 22 got failed). Nothing got Failed in Informatica. TASK_Group_Load_PositionHierarchy got failed. when i go through the log the error is like this.
    Error:
    Values :
    Null Map
    MESSAGE:::ORA-00604: error occurred at recursive SQL level 1
    ORA-01654: unable to extend index SYS.I_WRI$_OPTSTAT_H_OBJ#_ICOL#_ST by 128 in tablespace SYSAUX
    ORA-06512: at "SYS.DBMS_STATS", line 18408
    ORA-06512: at "SYS.DBMS_STATS", line 18429
    ORA-06512: at line 1
    EXCEPTION CLASS::: java.sql.SQLException
    Error:
    MESSAGE:::DataWarehouse:DBMS_STATS.GATHER_TABLE_STATS(ownname => 'DWH_REP', tabname => 'W_POSITION_DH', estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, method_opt => 'FOR ALL INDEXED COLUMNS SIZE AUTO',cascade => false, degree => DBMS_STATS.DEFAULT_DEGREE)
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01654: unable to extend index SYS.I_WRI$_OPTSTAT_H_OBJ#_ICOL#_ST by 128 in tablespace SYSAUX
    ORA-06512: at "SYS.DBMS_STATS", line 18408
    ORA-06512: at "SYS.DBMS_STATS", line 18429
    ORA-06512: at line 1
    Values :
    Null Map
    Please Help me to Solve this.
    Edited by: 846311 on Apr 11, 2011 10:52 PM

    Hi Naveen,
    Thanks for your reply,
    I added one more temp tablespace like temp3, it resolves my problem, i am getting sucesses now. temp tablespace is using while exicuting large queries like aggrications.
    Thanks,
    Rajesh Thumuluri

  • Ecatt with multiple transactions

    Hi gurus,
    Is it possible in ecatt with multiple transactions(ie i want to record more transactions in a single scrip ex:PO&GR in a single script and execute that)
    if possible please let me know the procedure
    good answer will be awarded
    regards
    kiran

    Hi,
    You can create Ecatt with multiple transactions. Check in this below link to create ECATT.
    www.erpgenie.com/sap/ecatt/index.htm
    Regards
    Ravi Shankar.

  • Chaining two transactions in eCATT

    Hi All,
    I have two transactions. I need to execute one after the other. But the first one dont through any export parameter and once the first transaction executed automatically the second transaction has to be run. I sit possible to run like this with out having any export parameters from the first transaction?
    I have created two separate scripts for running two transactions and for chaining them i hav e created third script but how can i get them executed one after the other?
    Thank you in advance
    Regards
    G.s.naidu

    Hi,
    take all the fields to internal table and then use like this.
    Loop at it_table to wa_table.
    *************for first Transaction
    perform bdc_dynpro      using 'SAPMP50A' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=INS'.
    perform bdc_transaction using 'TCODE'." first t code
    *****************for second transactions
    perform bdc_dynpro      using 'SAPMP50A' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=INS'.
    perform bdc_transaction using 'TCODE'." this t code is second one
    endloop.
    try this, i hope you can succeed.
    Regards,
    Arjun.
    Edited by: mallikarjuna goud on Dec 17, 2008 10:35 AM

  • Chaining two transactions

    Hi All,
            I have two transactions. I need to execute one after the other. But the first one dont through any export parameter and once the first transaction executed automatically the second transaction has to be run. I sit possible to run like this with out having any export parameters from the first transaction?
               I have created two separate scripts for running two transactions and for chaining them i hav e created third script but how can i get them executed one after the other?
    Thank you in advance
    Regards
    G.s.naidu

    >
    G.S. NAIDU wrote:
    > Hi All,
    >
    >         I have two transactions. I need to execute one after the other. But the first one dont through any export parameter and once the first transaction executed automatically the second transaction has to be run. I sit possible to run like this with out having any export parameters from the first transaction?
    >
    >            I have created two separate scripts for running two transactions and for chaining them i hav e created third script but how can i get them executed one after the other?
    >
    > Thank you in advance
    >
    > Regards
    > G.s.naidu
    Hi,
    In the third script,you have to do the following.
    Once you are in the command editor,you have to use the command REF from the pattern.
    We  have to use this command to call the test scripts as follows/in the order in which you want to execute.
    REF(SCRIPT A,SCRIPT A_1).
    REF(SCRIPT B,SCRIPT B_1).
    The next step is to parameterize the required fields in the third script(Parent script).
    When you execute the main script,it will execute in the pattern you want.
    hope this info help.
    Regards,
    SSN.

  • Set KOKRS for ECATTs using CO-Transactions like KP06

    Dear Collegues,
    how can i make sure the ECATT i create does set the KOKRS if nessessary for transactions like KP06 for example?
    I just did record the KP06 transaction now and defined the paramters as following:
    KOKRS     Kostenrechnungskreis          I     KOKRS          C     4     
    VERSION     Version               I     VERSN          C     3
    PERVON     Periode ab               I     KPLA_PERBL          N     3
    PERBIS     Periode bis               I     KPLA_PERBL          N     3
    GJAHR     Geschäftsjahr          I     GJAHR          N     4
    KOSTL     Kostenstelle               I     KOSTL          C     10     
    KOART     Kostenart               I     KSTAR          C     10     
    PLANFIX     Geplante Fixkoste          I     WERTV8          P     15     2
    VS     Verteilschlüssel          I     SPRED          C     4          
    My problem is now, how to set the KOKRS to the value of the import-file, which is including all fields mentioned above within this KP06 ECATT? I just thought about smth. like following:
    IF KOKRS = ' '.
      ABAP.
      ENDABAP.
    But how to use the values from the importfile here?
    Any other more easy solutions for this issue?
    Thanks a lot in advance
    Best regards
    Carsten Klatt
    Endif.
      TCD ( KP06 , KP06_RECORD_2 ).

    You do not need a separate input file, just use internal variants for the test data in the eCATT test configuration or handle you data for input in external variant files (which have format of csv).
    See also the [online help|http://help.sap.com/saphelp_smehp1/helpdata/de/da/f1383fe58d5900e10000000a114084/content.htm].
    Kind regards,
    Christoph

  • 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 : multiple line itmes

    Hi Gurus,
    i am creating ecatt with TCD recording. My requirement is if i record a sales order with one line item can i use the same ecatt for multiple line items.
    for example if i create a test script z_va01 in this i record a sales order having one line item. For this i created test data and configaration. Can i use same ecatt to create a sales order having multiple line items.
    Thanks in advace
    anil

    Hi Anilkumar,
    I don't think you can use same TCD script for single line item and multiple line item. The reason behind is the line items are part of recording. And their positions get recorded. So data has to match with run time behavior of transaction.
    In SAPGUI recording, record VA01 transaction for multiple line items first. And see whether you get different dynpro for each line item. If so, then you can make them Optional. Now this script can run for both multiple line item as well as single item provided one dynpro for each line item.
    Find the following weblog for SAPGUI recording and making screens optional -
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
    /people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv
    But my personal experience says not to play much with the recorded scripts in the given scenario. If you can record two different scripts for the different line items, your life will be simpler.
    Hope this helps.
    PS If the answer solves your query, plz close the thread by marking it Solved and rewarding each reply.

  • FAQs with respect to extended Computer Aided Test Tool (eCATT) - Part 1

    Dear  Community Members,
                                                                                    Please find the answers to the threads that can be frequently asked in the forum.
    1. What is eCATT?
        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.
    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.
    See Also 1. eCATT - An Introduction (PART I)
    /people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i
    2. What are the features of eCATT?
    You can:
    ·        Test transactions, reports, and scenarios
    ·        Call BAPIs and function modules
    ·        Test remote systems
    ·        Check authorizations (user profiles)
    ·        Test updates (database, applications, GUI)
    ·        Test the effect of changes to customizing settings
    ·        Check system messages
    3. How to record a transaction using TCD driver or command ?
    See link: eCATT Scripts Creation u2013 TCD Mode (PART II)
                   /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
    4. How to record a transaction using SAPGUI driver or command ?
    See link: eCATT Scripts Creation - SAPGUI Mode (PART III)
                   /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
    5. What is Parameterization, Test Data, Test Configuration,System Data and how to create them in eCATT?
    See link: eCATT Chaining, Parameterization, Creation Of Test Data,Test Configuration, System Data (PART IV)
                 /people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv
    6. What is Test Workbench and How is it Managed?
    See Link: eCATT Scripts Management Via Test Workbench (PART V)
                   /people/sapna.modi/blog/2006/04/13/ecatt-scripts-management-via-test-workbench-part-v
    7. What is eCATT Log?
    See Link: eCATT Logs (PART VI)
                   /people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi
    Continued.
    Thanks and Kind Regards
    Mohan Kumar K
    eCATT Forum Moderator

    PMU reset does not get rid of it sorry to say and logic board replacement does nothing to cure it. They all have this problem I believe, and it could very well be the battery that is the culprit, and a recall might be on the way for the batteries or a firmware update. Who knows at this point, this is an inherent reality of first gen Apple portables (products also), they are never bug free, if you buy a MBP now, you should know what you are getting into and try to deal with it as best as you can, if you don't have the "stugots" to deal with these issues and document them, wait for the 3rd and 4th gen, those are usually bug free, but end of life also.
    Take it easy and don't worry, they will fix it soon, they just need documentation of the problem, half the battle has been won.
    --Felix

  • Parameterization  in ecatt

    hi,
    Is Parameterization  require in ecatt ? when we transfer catt to ecatt .
    supriya.

    Hi
    Parameterization in eCATT
    By Venkat
    In eCATT script we can pass 3 types of parameters.
    Import
    Export
    Local variables 
    Import Parameters: Import Parameters are input values to the test script. These variables are the local to the script i.e. Import Parameters can access only in eCATT script editor but not in ABAP…ENDABAP block. These are version independent. 
    Export Parameters: Out put result values after executing the script are caught in Export Parameters. These variables are the local to the script i.e. Export Parameters can access only in eCATT script editor but not in ABAP…ENDABAP block. These are version independent. 
    Local Variables: Local Variables are used in both eCATT script editor and ABAP…ENDABAP block. These are version dependent i.e. local variables defined in one version is not automatically defined in other version. 
    After the recording has been done for the particular transaction without parameterization, we need to check whether the recording is error free or not. Once it is confirmed error free then we go for parameterization of required fields. Usually we go for parameterization for reusability of eCATT script. Different set of data can be passed via parameters and recorded script can be used again and again. 
    Parameterization in TCD mode: 
    Fields having mode ‘S’ (Set) under each dynpro of command interface contains some values entered during the recording. These are the values need to be parameterized as Import, Export or Local as shown below. 
    Replace the value ‘P’ in VALIN with I_MBRSH parameter. 
    And now double click on the parameter I_MBRSH then the following screen will appears. 
    Select Local and click ‘YES’. 
    The output result of transaction is assigned to Export parameters. These are very useful in chaining of transactions where the output of transaction is input to another transaction. 
    In this mode, last dynpro of the dynpro list just before the MSG node in the command interface contains the output messages as shown below.  
    Here we have to change the mode ‘O’ (Field output) to mode ‘G’ (Get) and assign Export parameter in VALIN as shown below. 
    Parameterization in SAPGUI mode: 
    Now double click on each step of command interface of SAPGUI command from the test script editor. In this case, first double click on “ME01_200_STEP_2”. Then you will get following screen. 
    Now replace value of material number T-BW06-02 with parameter. Here, T-BW06-02 is replaced with I_MATNR. 
    Now double click on I_MATNR then you will get pop-up box as shown. 
    Click ‘YES’. The entry appears in Parameter list and provides parameter reference. 
    The output result of the transaction in this mode can be captured using MESSAGE….ENDMESSAGE node. 
    Click the Pattern button from the application tool bar and select MESSAGE…ENDMESSAGE option as shown. 
    And click ‘OK’.
    Now the following screen appears. 
    Now place the command interface between MESSAGE….ENDMESSAGE command to capture the export parameter. 
    Here, the material number is captured in parameter1 (MSGV1). Now we can assign this value to export parameter as shown below. 
    if found useful award points.

  • Batch Input / Recording for EnjoySAP transaction

    Hi Experts,
    May I know any possibility for us to do recording/batch input processing for EnjoySAP transaction ??
    Nowadays I need to do Recording for ME29N, as ME28 have some problem on release some of the PO document, so may I know any tool that I might can use?
    Thanks
    Cheers,
    Isaac.

    Hi Issac,
    Suggest you to<b> Search in SDN with key - eCATT</b>
    Will get few more useful related Posts.
    Check
    ECATT - Extended Computer Aided testing tool.
    http://help.sap.com/saphelp_47x200/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm
    Part I - eCATT An Introduction
    /people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i
    Part II - eCATT Scripts Creation - TCD Mode
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
    Part III - eCATT Scripts Creation - SAPGUI Mode
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
    Part IV - eCATT Chaining, Parameterization, Creation Of Test Data,Test Configuration, System Data /people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv
    Part V - eCATT Scripts Management Via Test Workbench
    /people/sapna.modi/blog/2006/04/13/ecatt-scripts-management-via-test-workbench-part-v
    Part VI - eCATT Logs
    /people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi
    Reward points if this Helps.
    Manish
    Message was edited by:
            Manish Kumar

  • ECATT Question

    Hi All,
    I needed some information related to eCATT.
    We want to upload the data for eCATT execution through an external text file.
    We have created the Test script(TS),Test Data container(TD) and the Test Configuration(TC) .
    The variants come up from the text file to the test data container when we upload through
    EDIT->VARIANTS->UPLOAD.
    We have also copied the parameters from the TD to the TS by
    EDIT->PARAMETER INTERFACE ->IMPORT.
    In the TS these parameters are assigned to the proper fields where the value needs to be populated.
    The problem is that when we run the TS these values are not getting uploaded to the parameters of the TS.
    Needed your help in solving this problem.
    Regards,
    Rupesh.

    Hi Rupesh,
    Good Check out the following documentation
    Purpose
    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.
    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.
    Implementation Considerations
    Test cases usually make database changes. Therefore, you should not normally run them in productive systems.
    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.
    Integration
    eCATT can be used with the Test Workbench.
    You can migrate test cases from Computer Aided Test Tool (CATT) to take advantage of the better features of eCATT.
    eCATT is also integrated with the Object Navigator (SE80).
    Features
    You can:
    ·        Test transactions, reports, and scenarios
    ·        Call BAPIs and function modules
    ·        Test remote systems
    ·        Check authorizations (user profiles)
    ·        Test updates (database, applications, GUI)
    ·        Test the effect of changes to customizing settings
    ·        Check system messages
    Constraints
    eCATT runs in a system based on SAP Web Application Server 6.20 or higher. However, you can use this system to test systems with Release 4.6C or higher.
    Check out the following documentation
    ECATT is automated testing tool developed by sap for functional testing.
    http://www.sapdevelopment.co.uk/testing/ecatt.htm
    Check my weblogs too.
    /people/community.user/blog/2007/02/05/create-and-migrate-catt-to-ecatt-part-1
    /people/community.user/blog/2007/02/06/create-and-migrate-catt-to-ecatt-part-2
    /people/community.user/blog/2007/01/22/integrating-ecatt-mercury-qtp-part-3
    /people/community.user/blog/2007/01/15/integrating-ecatt-mercury-qtp-part-2
    /people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1
    extended Computer Aided Test Tool (eCATT) is use to create and execute functional tests for software.
    eCATT Tutorial
    http://help.sap.com/saphelp_sm40/helpdata/EN/fd/4f6b3f3d643b3be10000000a114084/content.htm
    Following are the individual article links on SDN for SAP eCATT Weblogs. Kindly comment on them -
    1. eCATT An Introduction(Part I)
    /people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i
    2. eCATT Scripts Creation - TCD Mode (Part II)
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
    3. eCATT Scripts Creation - SAPGUI Mode (Part II )
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
    4. eCATT Chaining, Parameterization, Creation Of Test Data,Test Configuration, System Data (Part IV)
    /people/sapna.modi/blog/2006/04/18/ecatt-chaining-parameterization-creation-of-test-datatest-configuration-system-data-part-iv
    5. eCATT Scripts Management Via Test Workbench(Part V)
    /people/sapna.modi/blog/2006/04/13/ecatt-scripts-management-via-test-workbench-part-v
    6. eCATT Logs (Part VI)
    /people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi
    7. eCATT Scripts Creation Non-User Interface Mode & Rename, Copy, Delete, Upload, Download eCATT Objects(Part VII)
    /people/sapna.modi/blog/2006/04/19/ecatt-scripts-creation-non-user-interface-mode-rename-copy-delete-upload-download-ecatt-objectspart-vii
    8. eCATT Tips Of Recording, Testing & Links (Part VIII)
    /people/sapna.modi/blog/2006/04/24/ecatt-tips-of-recording-testing-links-part-viii
    ERPGenie.COM -> The Home of SAP R3 ABAP -> ABAP utilities -> eCATT
    Extended Computer Aided Test Tool
    Working with eCATT (Extended Computer Aided Test Tool)
    (By: KVR Prasad Babu[11] , Infotech Enterprises Ltd[12] , email: [email protected][13] )
    Description:
    In this article first I will introduce some of the basic concepts regarding eCATT[14] and then we will see how to develop a test script to upload a test data file with a practical example.
    So in precise in this article you will see what eCATT is, how we can use it; how we can load a test data from a file in 4.7X and it end with an example.
    After reading this article you will have a clear idea about eCATT tool. And you will be able to write a test script in which test data can be loaded from a file.
    This article is divided into following sections,
    What is eCATT?
    How to load test data from a file in 4.7X with an example?
    What is eCATT?
    eCATT stands for extended Computer Aided Test Tool (eCATT) which is built is testing tool to test SAP system. By using testing tool we can test the entire business process, and we can also use this tool with a third party testing tool (I am not covering this topic). Execution of every test script ends with a log, which explains the results of the test script.
    By using eCATT we can do following operations,
    · Test transactions, reports, and scenarios
    · Call BAPIs and function modules
    · Test remote systems
    · Check authorizations (user profiles)
    · Test updates (database, applications, GUI)
    · Test the effect of changes to customizing settings
    · Check system messages
    For more information go to: eCATT::Extended Computer Aided Test Tool (sdn.com)
    Here I am discussing fundamentals about eCATT in detail. You can find very good documentation in sdn.com.
    To develop a test script in eCATT we need to follow the following steps,
    1. Creating Test Scripts.
    2. Creating Test Data Containers[16] .
    3. Understanding System Data Containers[17] .
    4. Executing Test Configurations.
    There is a very good web blog on eCATT in sdn.com which explains eCATT with necessary screen shots. To read document click here Blog on eCATT in sdn.com
    Good Luck and thanks
    AK

  • Creation of BC set for ECATT

    Hello,
    I have created a ECATT for master data uploading. This created a request number. Now when I am trying to create a BC set using tcode SCPR3 and attaching the above created request it is giving me the following error:-
    Message Number: S_CUS_IMG_ACTIVITY230
    Diagnosis
    Logical object ECAT is a lockable (TADIR-mandatory) object.
    System Response
    Lockable objects cannot be included in BC sets because, during the activation process, an entry would have to be written in the catalog of repository objects (table TADIR). However, this is not possible with BC sets.
    Procedure
    The object cannot be used in BC sets.
    Kindly guide me as to how do i resolve this error and attach my Ecatt request in the BC set.
    Narendra
    Creation of BC set for ECATT

    Hi,
    Check if this process helps u.
    Procedure
    Aassign existing preconfiguration, transactions or rReports
    1.      Go to the structure element to which you want to assign preconfiguration, in the project structure.
    2.      Choose BC Set, CATT, eCATT Test Configuration, Transaction, Program or Add-On Transport Request, in the Type column.
    3.      If it is not a process step, enter a component from the possible entries help in the Component field.
    4.      Make an entry in the Object column, or choose from the possible entries help for the Object field.
    5.      Save your entries.
    Assign IMG objects
    1.      Go to the structure element in the reference structure to which you want to assign an IMG object.
    2.      Choose IMG Object in the Type field.
    3.      If it is not a process step, enter a component from the possible entries help in the Component field.
    4.      Call the possible entries help for the Object field. You go to the Implementation Guide (IMG) of the selected component system.
    5.      Choose one or more IMG object nodes and choose Select.
    6.      Choose Copy Selected Nodes.
    You have now assigned an IMG object to a structure element.The system goes back to the Configuration tab and fills in the Object and Description columns.
    Create and assign preconfiguration
    1.      Go to the structure element to which you want to assign preconfiguration, in the project structure.
    2.      Choose a Type.
    3.      To create a new BC Set, CATT or eCATT test configuration from the Configuration tab, enter a name in the Object field and choose Create.
    4.      You go to one of the following transactions, depending on the object type:
         BC Set: BC Set Maintenance
         eCATT Test Configuration: Test Configuration (eCATT tool)
         CATT: Change test case.
    5.      Enter the data required to create a new BC Set, eCATT test configuration or CATT.
    regards
    Gokul

  • Authorizations for which transactions are required in BW?

    Hi,
    Can any ony please give some information regarding
    Authorizations for which transactions are required in BW Production Support?
    Regards,
    Aryan

    Hi Aryan,
    Authorizations for the following transactions are required in BW
    1. RSA1
    2. SM37
    3. ST22
    4. ST04
    5. SE38
    6. SE37
    7. SM12
    8. RSKC
    9. SM51
    10. RSRV
    11.RSPC
    13.RSMON
    The Process Chain Maintenance (transaction RSPC) is used to define, change and view process chains.
    Upload Monitor (transaction RSMO or RSRQ (if the request is known)
    The Workload Monitor (transaction ST03) shows important overall key performance indicators (KPIs) for the system performance
    The OS Monitor (transaction ST06) gives you an overview on the current CPU, memory, I/O and network load on an application server instance.
    The database monitor (transaction ST04) checks important performance indicators in the database, such as database size, database buffer quality and database indices.
    The SQL trace (transaction ST05) records all activities on the database and enables you to check long runtimes on a DB table or several similar accesses to the same data.
    The ABAP runtime analysis (transaction SE30)
    The Cache Monitor (accessible with transaction RSRCACHE or from RSRT) shows among other things the cache size and the currently cached queries. The Export/Import Shared buffer determines the cache size; it should be at least 40MB.
    ****Assign Points If Helpful****
    Regards,
    Ravikanth

Maybe you are looking for

  • HTML Content in UWL Description

    Hi All, We are developing UWL Connector with third party system. We want to display HTML Content in UWL Description.  I tried with embedding HTML tags with Description. But it displays description with HTML tags. Is it possible to embed HTML design w

  • ITunes Visualizer as screen saver.

    apple make the itunes visualizer and option of one of the screen savers on apple tv

  • All my contacts gone

    Help - I used the 2.0 and created a new exchange push account for my work. Afterwards I noticed my regular contacts in my iphone is gone, all of them. Can I get them back????

  • Older Software Question

    I have some older software (Creative Suite Premier from 2006).  I have been using it without issue for the most part but am now looking to either load it onto a new computer or upgrade to a cloud version.  Is my only option to sign up as a new custom

  • What can I do to try and make my new Comcast internet work with my express

    HI, I just got a comcast internet for my office. I attached the back of the modem to my airport express base station. I get a blinking yellow and not a green. I tried the different ports on the back of the base station without luck. I unplugged it an