How to call eCATT scripts thru QTP

Hi friends,
I am trying to call eCATT scripts thru QTP.
Tell me the minimum requirements to communicate QTP to ECA system.
<b>Note:</b> I installed SAP Addins.
Thanks,
Nagaraju

Hi Nagaraju,
First and foremost, You should have a QTP installed in your system.
You should have a licence to use QTP in ECA.
Then, You should create a script for every QTP script you have and refext them in one of your master scripts or where ever you want to refer them.
While create an eCATT for a QTP Script, give a name, version(optional) and the QTP option in the external Tool field. Enter your script and give the mandatory fields like title, Component and then press on button "Script" and brouse to the QTP script location.,
Save your ecatt and use it anywhere as you use your general scripts, but remember to use REFEXT instead of REF to call your QTP encbled eCATT scripts.
Hope this answers your queries.
-Harsha
PS: reward points, if this answers your queries and also reward for everyone participated.

Similar Messages

  • How to call java script function from JSP ?

    how to call java script function from JSP ?

    i have function created by java script lets say x and i want to call this function from jsp scriplet tag which is at the same page ..thanks

  • How to call SQL Script in DBMS_SCHEDULER

    How to call SQL Scripts in DBMS_SCHEDULER?
    Things I got working
    1) Successfully created and tested a PL/SQL that was created under SQL Workshop->SQL Scripts (I named it 'TEST'). I was able to run this no problem.
    2) Successfully created a DBMS_SCHEDULER that runs every minutes. (See below)
    begin
      dbms_scheduler.create_job(
        job_name => 'myjob',
        job_type => 'plsql_block',
        job_action => 'null;',
        start_date => '19-JUL-11 03.10.00 PM', /* Remember to use the DB time, not your local time if not specifying a timezone */
        repeat_interval => 'freq=minutely',
        enabled => true);
    end;The problem i am having is to make the PL/SQL script (named 'TEST') runs every minute. Its probably very easy to do that but i dont seems like finding any examples online.
    I tried replacing the job_action attribute to " job_action => 'begin TEST; END;', " However, that did not work.
    I am stuck here for couple hours already, any clues would be great :)
    Thanks in advance
    John
    Application Express 4.1.0.00.32
    Edited by: John Lau on Aug 14, 2012 12:47 PM
    Edited by: John Lau on Aug 14, 2012 12:48 PM

    The PL/SQL is pretty long, I would like to call it from a different location rather then putting the whole coding as part of the argument. Sounds like I should be looking into procedure package in database?
    I will do some more research on procedure package, how to create one and how to call from it.
    Thanks
    John

  • How to call unix script/command in ODI

    Hello Gurus,
    Please let me know how to call unix script/command in ODI?
    Thanks
    Shridhar

    you can call shell script using the OS command found in Package.
    Step 1. Drag the OS Command in the Packgae
    Step 2. In the Text mentiond call the script say for ex sh /opt/path/script.sh
    Step 3. Execute.
    Note : Make sure the User through which ODI is triggering does have the required permission to execute shellscript , also always provide the full path , since scripts are execute from the oracldi/bin folder so its necessary to provide the complete path of the script location.
    Hope this helps.

  • How to call shell scripts

    Hi,
    Please let me know how to call shell scripts from WDA
    Thanks
    Bala Duvvuri

    Hi Bala
    You can not call any client side funcitons using Web Dynpro ABAP, it is possible in BSP using JavaScript.
    You can use Suspend and Resume Plugs to navigate to a BSP page and perform the shell script and return to WDA using Resume Plug.
    http://help.sap.com/saphelp_nw04s/helpdata/en/45/19bf8c16f25d7ae10000000a11466f/frameset.htm
    Now, you can use JavaScript to execute shell script:
    http://www.itjungle.com/mpo/mpo052302-story01.html
    Abhi

  • How to call Java script from java code?Can Jscript be executed at server?

    Hi All,
    We are using 'WebTrends' tool to analyze our site usage pattern.
    To use WebTrends, we need to :
    1) call Java Script code from the java code
    2)Java script has to be executed at server.
    Please comment on two points mentioned above. If yes, please let me know how to do them?
    Thanks in advnce,
    Regards,
    Ganga

    You can check out Rhino project.
    [http://www.mozilla.org/rhino/]

  • How to call a script in OWB?

    I have some scripts in .sql form. I want to call/execute these script using owb10gr2.
    Any pointers as to how can I call/execute these scripts in OWB ?
    Thanks

    Hi,
    there are several variants for execution SQL-scripts in OWB:
    1) compile your scripts as stored procedure and import definitions into OWB - after that you can call this procedure in mapping (with Pre/Post-mapping operator) or in processflow;
    2) in porcessflow you can use User Defined Activity for calling SQL-scripts
    Regards,
    Oleg

  • How to call perl script in R12

    Hi
    Can anyone please suggest, how to call a custom perl script from Oracle Apps 12.1.2.
    Regards
    Jimms

    Pl see the steps in this MOS Doc
    Using the Perl Programming Language to Create Concurrent Programs for Oracle Applications [ID 280229.1]
    HTH
    Srini

  • How to call Python Scripts throght Labview

    Hi all,
    I am new to this community. Need some inputs  for following Questions
    Questions:
    1)  How can I call python script from LabView?
     (Basically this python script calls some other DLL and print some message, to run the script using Python net in my application .To run my script in python net using following commands: import python script name )
    2)  In how many ways we can call Python scripts from labview?
    I have tried with this option "System Exec.vi "in labview , able to calling pythonnet but unable to send commands and arguments to run python script(i.e  import python script name ). 
     If anyone have samples".VI " please send to me. If you people want any information and clarification  from my side please let me know. Thanks in advance.
    Regards,
    Sambasivareddy

    One way is to create a client server app and to send arguments to python (and back) over TCP/IP. This work very well.
    There is an example on the old OpenG Website about this. Look it up.
    Python client to LabVIEW Server.
    PJM
    Message Edited by PJM_Labview on 03-12-2008 09:00 AM
    Got EasyXML?
    JKI.VIPM.EasyXML.OpenG.LAVA.Builder.blog

  • How to call PERL Scripts from JavaFX?

    Hi to all,
    Does any one knows how to call a perl script with or without parameters from JavaFX?
    Thanks in advance.
    Kind Regards.

    If I need to pass some parameters to the perl script, how I do so?
    java.lang.Runtime.getRuntime().exec(['cmd', '/c', 'start',  "c:\\helloperl.pl"]);
    What's   'cmd', '/c', 'start'
    The cmd stands for command prompt from xp and prior and /c is stands for the command to be passed to command promt.
    I don't have good experience of perl but if it's like java then you can pass the parameter like this
    java.lang.Runtime.getRuntime().exec(['cmd', '/c', 'start',  "c:\\helloperl.pl param1 param2"]); Thanks,
    narayan

  • How to call a script with procedure parameter

    I have a script my_script.sql in sqlplus and that script calls a procedure with one in parameter my_procedure (my_parameter IN VARCHAR2).
    I need to pass the parameter in the script call.
    sqlplus>@my_script my_parameter
    How can I do that?

    SQL> set serveroutput on
    SQL> create or replace procedure testpass (par1 in varchar2)
      2  is
      3  begin
      4     dbms_output.put_line(par1);
      5* end;
    SQL> get my_script
      1* exec testpass ('&1');
    SQL> @my_script 'This is the parameter'
    This is the parameter
    PL/SQL procedure successfully completed.
    SQL>                                                                                        

  • How to call matlab script? (it shows server error)

    hi all
    i am using original version of Labview 8.2 and Matlab 7 . but i can not call the matlab script in Labview. while doing the same it shows server error Active X control fails to connect the server. What can i do?
    suggestion please...
    thanks in advance...

    Hi adsafsaf,
    Can you provide an error number or more details about how you are trying to call your MatLab script? Until you can share those details, you might want to consult either this KnowledgeBase or this one.
    Regards,
    Hillary E
    National Instruments

  • How to call SQL script from PL/SQL block

    Hi All,
    I have a pl/sql block from which i need to call a *.sql script file.
    Please tell me that how can i do this?
    Thanks and Regards.

    > Though just for knowledge sake, would you please tell if there is a way
    to call a sql script from a pl/sql block.
    This question stems usually from a confusion about client-server and which is which in Oracle.
    SQL*Plus is a client. PL/SQL is a server side language. SQL is a server side language.
    When entering either one of these two languages in SQL*Plus (or TOAD, SQL-Developer, etc), the content is shipped to an Oracle server process, is parsed there, and is executed there.
    The Oracle server process servicing the client can accept a single SQL statement or PL/SQL block at a time.
    It cannot accept a block of SQL statements delimited with a semicolon. That is a client concept where the client will read each delimited statement and send that, one after the other (in synchronous call mode) to the Oracle server for execution.
    The Oracle server does not have a "script parser". It understands SQL. It understands PL/SQL. And that is what it expects from the client.
    Whether the client supports the SET command, the HOST command, SPOOL command, ability to run scripts, and so... have no bearing on what the server itself is capable of doing. The server does not care what feature set the client has. It is tasked with servicing the client via SQL and PL/SQL.
    It is not tasked to support or emulate client features like running SQL scripts.
    Nor confuse PL/SQL with the very limited command set of SQL*Plus. The two has nothing in common. And just as PL/SQL cannot understand C# or Delphi commands, it cannot understand SQL*Plus commands.

  • How to call shell script from a pl/sql procedure

    Hi all,
    I am little bit new to plsql programming, i have a small problem as follows
    I have to call a shell script from a pl/sql procedure ..
    Please suggest me some methods in oracle 10g, which i could make use of to achieve my goal. also please tell me what are the constraints for those methods if any.
    I already came across dbms_scheduler, but i have got a problem and its nor executing properly its exiting giving 255 error or saying that permission problem, but i have already given full access to my shell scripts.
    Thanks in advance
    Best Regards
    Satya

    Hi,
    Read this thread, perhaps is there your response :
    Host...
    Nicolas.

  • How to call a report  thru an RFC w/o displaying the Report UI

    Hi ,
    I have to pass the parameter to a report thru an RFC.
    I am using submit command , but I do not want SAP gui to appear..
    This is the report UI code .
    PARAMETERS     : werks LIKE mseg-werks OBLIGATORY.
    SELECT-OPTIONS : budat FOR mkpf-budat OBLIGATORY,
                     material FOR mseg-matnr.
    I have to pass the value to the report from my RFC by assiging values to these control in my RFC . and also I do not want display the SAP GUI for the Screen.
    I have used this code to achive this.
    SUBMIT ZRPT_MM_045 EXPORTING LIST TO MEMORY AND RETURN
                   USING SELECTION-SET 'ZZZ'.
    where 'ZZZ' is my variant .
    the problem here is I can not change the values dynamically in my RFC. All the values in 'zzz' variant are predefined.
    HOw to achive this ...
    A sample piece of code  greatly appreciated
    thanks
    pkiran

    If you want to pass parameters dynamically without using a static variant, you can do the following.
    In this example,  P_1, P_2, P_3, S_1, S_2, S_3 are the names of the parameters/select-options in the submitted program.   PA_1, PA_2, PA_3, SO_1, SO_2, SO_3  are fields in your RFC that can be built dynamically.
    * Lets say that S_1 in the submitted program is a date
    * range.  We want to pass a seven day range starting
    * today.
    <b>ranges: SO_1 for sy-datum.
    SO_1-sign = 'I'.
    sO_1-option = 'BT'.
    SO_1-low   = sy-datum.
    SO_1-high  = sy-datum + 7.
    append SO_1.</b>
    SUBMIT ZRPT_MM_045 EXPORTING LIST TO MEMORY
         WITH P_1 = PA_1
         with p_2 = PA_2
         with p_3 = pa_3
    <b>     with s_1 in so_1</b>
         with s_2 in so_2
         with s_3 in so_3
         AND RETURN.
    Regards,
    Rich Heilman

Maybe you are looking for

  • Error while loading shared libraries: libdb-3.3.so: cannot open shared obje

    Hi, I am trying to install apex on my linux system. I am doing this on 11g db. As part of post installation, while configuring the HTTP server getting this error. What is the problem? Thanks, Kavitha

  • WEB ADI INTEGRATOR FOR Bill of Material

    I am developing a WEB ADI integrator for Bill of material upload. The integrator will populate the data in a temporary table, validate it & write the error messages back to the table . On succesful validation the data will be sent to interface tables

  • Urgent plz

    Purchase order control report (MM & SD): This report will show the statuses of Purchase orders and Sales orders in particular the third party PO and SO. This report will also show the customer name and the customer PO for third party.  This report wi

  • Launch PDF

    I'm looking for ideas. Up to now I've used Flash 8 to launch swf files and it has worked terrifically for that. Now, however, I have an application where I need to launch pdf files within a flash environment. Can Flash do that? Also, is there a way t

  • SQL - Joining tables

    Hi, im having problems joining all my tables. Everythings ok, until i add the bold lines in the sql. code: SELECT distinct RTRIM( decode(c.ADDRESS1, NULL, NULL,c.ADDRESS1|| ' , ') || decode(c.ADDRESS2, NULL, NULL,c.ADDRESS2|| ' , ') || decode(c.ADDRE