VLOOKUP external file range

When using VLOOKUP in Excel, I could reference a range in a different Excel file. Can't seem to do that in Numbers. Is it possible?

Thanks Jerry. I was afraid this would be the answer. I believe I have a work-around for now, and I've submitted the following request to Apple at your suggestion:
I recently purchased a 27" iMac and am in the process of migrating as much of my workflow to Mac OS as possible. For the rest, I'm using VMWare Fusion with a Windows 7 VM. In my opinion this combination makes an ideal platform to do just about anything.
However, in my business of designing and manufacturing electronic products, I need to manage inventory of a large number of items used to build the circuit boards I design. I have a master parts database and many bills of material - all in Excel spreadsheets. I use the VLOOKUP function extensively to coordinate data between the BOM's and the master parts list. The requires the lookup columns range to be in an external file.
Unfortunately, I apparently cannot reference an external file from the VLOOKUP function in Numbers '09 as I can in Microsoft Excel. BUMMER!!! I would really like to migrate this process to MAC OS, but now I'm stuck.
BOTTOM LINE: In the next version of iWork, please include the ability to reference external files from within functions such as VLOOKUP.

Similar Messages

  • Excel External File Range

    I have two files (server, client).
    I am doing the following: =VLOOKUP(D2,'[My_client_file.xlsx]Sheet1'!B$2:L$504, 2,FALSE)
    Is there a way to send these two files without breaking the link? I mean, can I create a range with text that utilizes path, filename, sheet, and cell range.
    I am envisioning a name that uses Cell("filename") and searching for '[' to delineate the path the files are in, then using other names to define the other attributes and then correlating them with one formula.
    Note: I realize the folder is not included in this formula, but I have seen other formulas where folder might be needed.
    Thanks.

    Hi Karl,
    Thank you for posting in the MSDN Forum.
    Since the issue is more relate to the end-user, I'd like to move it to Excel IT pro forum.
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thanks for your understanding.
    Best regards
    Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can a pdf link to an external file

    ... so changing the original file changes the pdf?
    I've got a dinner riding on this. My co-worker says don't change that Illustrator .eps file - all our pdfs are linked to it! You'll  mess them up!
    I say - what? no way...  pdf's aren't linked to external .eps  files (that we imported into Quark and made pdf's) They are standalone docs. I did a test and can't replicate what he says. Using high-res print pdfs.
    What you say?  Am I buying dinner?

    Thanks for the input guys.
    I've been making pdf's well over 10 years but use only a narrow set of pdf types. I know there is a range of options and things you can do with pdf's that I've never done. This co-worker is actually my boss and he's adamant this has happened to him, pissed that I'm doubting him and won't let me improve a workflow system because of it.
    Maybe there is (or was in the past) some type of pdf that can link to an external file and can be changed by revising the external file?

  • Opening external files in Director Projector... *URGENT*

    Hi, this should be really basic, but I just can't work it
    out...
    I want to open external files (but kept in the same root
    directory as my projector file) from a mouse/button click in my
    projector.
    I don't know any Lingo, but I am assuming it should be pretty
    straight forward... I need to launch a .pdf, a .html file (I can do
    this with the goto URL behaviour actually), and a .exe.
    Is there not a preset behaviour for this somewhere?
    Your help is much appreciated.

    > Are we sure that I am doing this right?
    What about the following - copy it into your cast as a
    behavior and
    attach it to all your buttons, one at a time, choosing the
    file you want
    to open when you click each button. You might need to remove
    previous
    code attempts from your buttons. Be sure to include FileXtra4
    with your
    projector - (Menu:) Modify -> Movie -> Xtras..., click
    Add, locate the
    xtra and add it to the list displayed; or simply place it in
    a folder
    named 'Xtras' alongside your projector
    property myFile
    on getPropertyDescriptionList
    fx4 = xtra("FileXtra4").new()
    tRange = fx4.fx_FolderToList( _movie.path )
    fx4 = VOID
    return [#myFile: [#comment: "File to open:", #format:
    #string,
    #default: tRange[1], #range: tRange]]
    end
    on mouseUp me
    tDelimiter = the itemDelimiter
    the itemDelimiter = "."
    tType = the last item of myFile
    the itemDelimiter = tDelimiter
    fx4 = xtra("FileXtra4").new()
    if tType = "exe" then
    OK = fx4.fx_FileRunApp( _movie.path & myFile )
    else
    OK = fx4.fx_FileOpenDocument( _movie.path & myFile )
    end if
    if ( OK <> 1 ) then
    alert "Error opening file:" && myFile
    &RETURN& fx4.fx_ErrorString()
    end if
    fx4 = VOID
    end

  • External number ranges in LSMW

    Hi all,
    can anyone explain me that how to use external number ranges in LSMW.
    I have to upload data using MM01 in LSMW.
    one material number should be extended to 8plants.but the field values for some fields are varying.the material number should be same for 8plants
    For this issue, which method i should follow.

    exteernal ranges means you are going to extend this material in all 8 plant.
    material number remains same.
    that means just you have to pass material number by yourself in upload.
    upload file
    material        plant     qty ................
    1                  plant1
    1                  plant2
    1                  plant 3
    1                 plant 8.
    with this  material 1 is extended in 8 plants.
    reward if useful.
    Amit Singla

  • Reference list of Identifiers from external file (ie .txt file)

    Hello All,
    I was hoping someone may be able to help me with a conceptual (and then technical...) line of thought?
    I have a list of roughly 7000 loans to interrogate in an excel spreadheet or text file, is there a way I can get my query to reference this list, regard it as a temporary table and join it to an SQL query?
    The list of loans are unique 8 digit identifiers. I have a very simple SQL query over two core tables that brings back the balance and currency for all loans on our system but I want to get these fields for the 7000 loans in question only.
    I would normally just query all the loans and use a vlookup in Excel but the numbers are too big to make this viable.
    The only method I currently have in place is to loop through the identifers one by one, querying each separately. Running the same query 7000 times seems rather inefficient!!
    Is this a reasonable concept? If so I shall need some help with how to reference the external file, which will be gratefully received!!
    Thank you :)
    Jon

    Hi Peter,
    You're right this is ad-hoc, but this sort of situation arises all the time where I am given a list of identifiers to furnish with data, if I can figure out how to use external files it will be very useful. At least having some knid of work around would help.
    Running
    select *
    from dba_sys_privs
    where grantee = 'REPORTER'
    order by privilegeGives me:
    GRANTEE          PRIVILEGE          ADMIN_OPTION
    REPORTER     ALTER SESSION          NO
    REPORTER     CREATE CLUSTER          NO
    REPORTER     CREATE DATABASE LINK     NO
    REPORTER     CREATE SEQUENCE          NO
    REPORTER     CREATE SESSION          NO
    REPORTER     CREATE SYNONYM          NO
    REPORTER     CREATE TABLE          NO
    REPORTER     CREATE VIEW          NO
    REPORTER     SELECT ANY DICTIONARY     NO
    REPORTER     SELECT ANY TABLE     NO
    REPORTER     UNLIMITED TABLESPACE     NOSo I don't have the rights for the external tables if I understand correctly? Directory creation for example. I do appear to be able to create tables though so perhaps I can greate a TEMP table under my REPORTER login and populate it on an ad-hoc basis as you suggest.
    I'm stil wading through that document! I'm going to try to talk to someone in our IT department as well about the server side.
    Thanks for the advice, will update asap.
    Jon

  • Launch external files on Linux

    I want to launch external files from Java, in a cross platform way.
    ie say I have a file fred.jpg, I want to launch that on any platform to open in the editor defined on that computer.
    The book 'Swing Hacks' (Marinaccci and Adamson), shows how to do this for Windows and Mac. My version of their code is
         static public void launch(URL url){
              try{
                   String cmd;
                   if (OS.isMac())
                        cmd = "open "+url;
                   else     // TODO linux?
                        cmd = "cmd.exe /c start "+url;     
                   Runtime.getRuntime().exec(cmd);
              catch(Exception e){new Fail(e);}          
         }However, I don't know what to put in for linux?
    Searching the web I came across http://weblogs.java.net/blog/ixmal/archive/2006/05/javaawtdesktop.html,
    which suggests that
    Desktop.getDesktop().open(new File(filename));is more platform independant. However for me it seems to work only on Windows, failing silently on Mac and Linux?
    Can someone with a good knowledge of Linux help please.

    >
    Will Duke stars get anyone to answer this?>I cannot say. What I can tell you is that at least it got me to read it.
    And now I look over your original post..
    >
    ..However for me it seems to work only on Windows, failing silently on Mac and Linux?>'Seems'? The docs. for Desktop.open(File) suggest it throws a whole range of exceptions if it cannot perform the task. Are you sure the code is not 'swallowing exceptions'?
    Can you produce an SSCCE that fails as you claim? If so, this really sounds like a bug.
    And as an aside, Desktop was introduced in 1.6, but AFAIR, Apple is still stuck on 1.5. How did you get it to 'fail silently' on a Mac.?
    Edit 1:
    But if you are intent on doing it the way that you originally asked about, you might be able to pick up some tips from the [http://browserlaunch2.sourceforge.net/|BrowserLauncher2] code.
    Edited by: AndrewThompson64 on May 22, 2008 4:48 PM

  • How to assign numbers in external number range?

    Dear experts,
    Since NUMBER_GET_NEXT can only be used to assign numbers in internal number range, how to assign numbers in external number range?
    So far, I only know the NUMBER_CHECK function module to deal with external number ranges and it only check a number whether it lies in any external number range or not, but it doesn't update any number range status. What I need is a function module like NUMBER_GET_NEXT that supports external number range.
    Thanks in advance.
    Regards,
    Haris
    Edited by: harissahlan on Oct 19, 2011 5:44 AM

    With external number range, there is no updating of the number range objectt. The only thing you need to know is whether the number you wish to assign is allowed according to the external number range. And also check if there isn't already an object/document with the same number in the database.

  • Reading the Blob and writing it to an external file in an xml tree format

    Hi,
    We have a table by name clarity_response_log and content of the column(Response_file) is BLOB and we have xml file or xml content in that column. Most probably the column or table may be having more than 5 records and hence we need to read the corresponding blob content and write to an external file.
    CREATE TABLE CLARITY_RESPONSE_LOG
      REQUEST_CODE   NUMBER,
      RESPONSE_FILE  BLOB,
      DATE_CRATED    DATE                           NOT NULL,
      CREATED_BY     NUMBER                         NOT NULL,
      UPDATED_BY     NUMBER                         DEFAULT 1,
      DATE_UPDATED   VARCHAR2(20 BYTE)              DEFAULT SYSDATE
    )The xml content in the insert statement is very small because of some reason and cannot be made public and indeed we have a very big xml file stored in the BLOB column or Response_File column
    Insert into CLARITY_RESPONSE_LOG
       (REQUEST_CODE, RESPONSE_FILE, DATE_CRATED, CREATED_BY, UPDATED_BY, DATE_UPDATED)
    Values
       (5, '<?xml version="1.0" encoding="UTF-8"?><xml-response><phone-number>1212121212</tracking-number></xml-response>', TO_DATE('09/23/2010 09:01:34', 'MM/DD/YYYY HH24:MI:SS'), 1, 1, '23-SEP-10');
    Insert into CLARITY_RESPONSE_LOG
       (REQUEST_CODE, RESPONSE_FILE, DATE_CRATED, CREATED_BY, UPDATED_BY, DATE_UPDATED)
    Values
       (6, '<?xml version="1.0" encoding="UTF-8"?><xml-response><phone-number>1212121212</tracking-number></xml-response>', TO_DATE('09/23/2010 09:01:34', 'MM/DD/YYYY HH24:MI:SS'), 1, 1, '23-SEP-10');
    Insert into CLARITY_RESPONSE_LOG
       (REQUEST_CODE, RESPONSE_FILE, DATE_CRATED, CREATED_BY, UPDATED_BY, DATE_UPDATED)
    Values
       (7, '<?xml version="1.0" encoding="UTF-8"?><xml-response><phone-number>1212121212</tracking-number></xml-response>', TO_DATE('09/23/2010 09:01:34', 'MM/DD/YYYY HH24:MI:SS'), 1, 1, '23-SEP-10');
    Insert into CLARITY_RESPONSE_LOG
       (REQUEST_CODE, RESPONSE_FILE, DATE_CRATED, CREATED_BY, UPDATED_BY, DATE_UPDATED)
    Values
       (8, '<?xml version="1.0" encoding="UTF-8"?><xml-response><phone-number>1212121212</tracking-number></xml-response>', TO_DATE('09/23/2010 09:01:34', 'MM/DD/YYYY HH24:MI:SS'), 1, 1, '23-SEP-10');
    Insert into CLARITY_RESPONSE_LOG
       (REQUEST_CODE, RESPONSE_FILE, DATE_CRATED, CREATED_BY, UPDATED_BY, DATE_UPDATED)
    Values
       (9, '<?xml version="1.0" encoding="UTF-8"?><xml-response><phone-number>1212121212</tracking-number></xml-response>', TO_DATE('09/23/2010 09:01:34', 'MM/DD/YYYY HH24:MI:SS'), 1, 1, '23-SEP-10');THe corresponding proc for reading the data and writing the data to an external file goes something like this
    SET serveroutput ON
    DECLARE
       vstart     NUMBER             := 1;
       bytelen    NUMBER             := 32000;
       len        NUMBER;
       my_vr      RAW (32000);
       x          NUMBER;
       l_output   UTL_FILE.FILE_TYPE;
    BEGIN
    -- define output directory
       l_output :=
          UTL_FILE.FOPEN ('CWFSTORE_RESPONCE_XML', 'extract500.txt', 'wb', 32760);
       vstart := 1;
       bytelen := 32000;
    ---get the Blob locator
       FOR rec IN (SELECT response_file vblob
                     FROM clarity_response_log
                    WHERE TRUNC (date_crated) = TRUNC (SYSDATE - 1))
       LOOP
    --get length of the blob
    len := DBMS_LOB.getlength (rec.vblob);
          DBMS_OUTPUT.PUT_LINE (len);
          x := len;
    ---- If small enough for a single write
    IF len < 32760
          THEN
             UTL_FILE.put_raw (l_output, rec.vblob);
             UTL_FILE.FFLUSH (l_output);
          ELSE  
    -------- write in pieces
             vstart := 1;
             WHILE vstart < len AND bytelen > 0
             LOOP
                DBMS_LOB.READ (rec.vblob, bytelen, vstart, my_vr);
                UTL_FILE.put_raw (l_output, my_vr);
                UTL_FILE.FFLUSH (l_output);
    ---------------- set the start position for the next cut
                vstart := vstart + bytelen;
    ---------- set the end position if less than 32000 bytes
                x := x - bytelen;
                IF x < 32000
                THEN
                   bytelen := x;
                END IF;
                UTL_FILE.NEW_LINE (l_output);
             END LOOP;
    ----------------- --- UTL_FILE.NEW_LINE(l_output);
          END IF;
       END LOOP;
       UTL_FILE.FCLOSE (l_output);
    END;The above code works well and all the records or xml contents are being written simultaneously adjacent to each other but we each records must be written to a new line or there must be a line gap or a blank line between any two records
    the code which I get is as follow all all xml data comes on a single line
    <?xml version="1.0" encoding="ISO-8859-1"?><emp><empno>7369</empno><ename>James</ename><job>Manager</job><salary>1000</salary></emp><?xml version="1.0" encoding="ISO-8859-1"?><emp><empno>7370</empno><ename>charles</ename><job>President</job><salary>500</salary></emp>But the code written to an external file has to be something like this.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <emp>
      <empno>7369</empno>
      <ename>James</ename>
      <job>Manager</job>
      <salary>1000</salary>
    </emp>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <emp>
    <empno>7370</empno>
    <ename>charles</ename>
    <job>President</job>
    <salary>500</salary>
    </emp>Please advice

    What was wrong with the previous answers given on your other thread:
    Export Blob data to text file(-29285-ORA-29285: file write error)
    If there's a continuing issue, stay with the same thread, don't just ask the same question again and again, it's really Pi**es people off and causes confusion as not everyone will be familiar with what answers you've already had. You're just wasting people's time by doing that.
    As already mentioned before, convert your BLOB to a CLOB and then to XMLTYPE where it can be treated as XML and written out to file in a variety of ways including the way I showed you on the other thread.
    You really seem to be struggling to get the worst possible way to work.

  • How to open and read an external file in Dashboard widget?

    I am new to Dashboard widgets and also Javascript. I have written a widget that needs to open and read a file on the local file system. I have searched a lot and have not found any documentation or reference on the internet as to how to do this.
    I know it can be done since there is a checkbox in the widget attributes that says "Allow External File Access".
    can anyone help me out here?
    Thanks

    You need to define the AllowFileAccessOutsideOfWidget key to Yes.
    You also need to define the AllowFullAccess key.
    You may also need to define the AllowSystem key (to Yes of course).
    Mihalis.
    PS. If you cannot find any other documentation please check http://widgetbook.blogspot.com.

  • T code reqd for External No range which is reqd at the time of posting AFAB

    Hi Gurus,
    While i am running AFAB,the system shows that i have to give external no range for doc type.I have given no range in FBN1 but system denies.Can pl provide T code for external no range which is reqd for Depn run.
    Pl advise.
    Regards,
    Samar

    Hi Guru,
    Thanks for your reply.
    After running AFAB,follwing error comes:
    "Create document number range 24 using external number assignment.
    Message no. AA759
    Diagnosis
    Processing had to be terminated, since you set up the document number range 24 for the year 2008 with internal number assignment.
    System response
    You should create a document number range with external document numbers for periodic depreciation posting, since the document numbers are not assigned from Financial Accounting, but by the posting program of Asset Accounting.  The external number assignment, therefore, should not be understood as manually entering the document number.  It is only external from the point of view of the Financial Accounting application.
    Procedure
    Change the number range 24 from internal to external number assignment in Asset Accounting Customizing."
    Now pl advise me how i can change no range from internal to external.
    Regards,
    Samar

  • External table: How to load data from a fixed format UTF8 external file

    Hi Experts,
    I am trying to read data from a fixed format UTF8 external file in to a external table. The file has non-ascii characters, and the presence of the non-ascii characters causes the data to be positioned incorrectly in the external table.
    The following is the content's of the file:
    20100423094529000000I1 ABÄCDE 1 000004
    20100423094529000000I2 OMS Crew 2 2 000004
    20100423094529000000I3 OMS Crew 3 3 000004
    20100423094529000000I4 OMS Crew 4 4 000004
    20100423094529000000I5 OMS Crew 5 5 000004
    20100423094529000000I6 OMS Crew 6 6 000004
    20100423094529000000I7 Mobile Crew 7 7 000004
    20100423094529000000I8 Mobile Crew 8 8 000004
    The structure of the data is as follows:
    Name Type Start End Length
    UPDATE_DTTM CHAR 1 20 20
    CHANGE_TYPE_CD CHAR 21 21 1
    CREW_CD CHAR 22 37 16
    CREW_DESCR CHAR 38 97 60
    CREW_ID CHAR 98 113 16
    UDF1_CD CHAR 114 143 30
    UDF1_DESCR CHAR 144 203 60
    UDF2_CD CHAR 204 233 30
    DATA_SOURCE_IND CHAR 294 299 6
    UDF2_DESCR CHAR 234 293 60
    I create the external table as follows:
    CREATE TABLE "D_CREW_EXT"
    "UPDATE_DTTM" CHAR(20 BYTE),
    "CHANGE_TYPE_CD" CHAR(1 BYTE),
    "CREW_CD" CHAR(16 BYTE),
    "CREW_DESCR" CHAR(60 BYTE),
    "CREW_ID" CHAR(16 BYTE),
    "UDF1_CD" CHAR(30 BYTE),
    "UDF1_DESCR" CHAR(60 BYTE),
    "UDF2_CD" CHAR(30 BYTE),
    "DATA_SOURCE_IND" CHAR(6 BYTE),
    "UDF2_DESCR" CHAR(60 BYTE)
    ORGANIZATION EXTERNAL
    TYPE ORACLE_LOADER DEFAULT DIRECTORY "TMP"
    ACCESS PARAMETERS ( RECORDS DELIMITED BY NEWLINE
    CHARACTERSET UTF8
    STRING SIZES ARE IN BYTES
    NOBADFILE NODISCARDFILE NOLOGFILE FIELDS NOTRIM
    ( "UPDATE_DTTM" POSITION (1:20) CHAR(20),
    "CHANGE_TYPE_CD" POSITION (21:21) CHAR(1),
    "CREW_CD" POSITION (22:37) CHAR(16),
    "CREW_DESCR" POSITION (38:97) CHAR(60),
    "CREW_ID" POSITION (98:113) CHAR(16),
    "UDF1_CD" POSITION (114:143) CHAR(30),
    "UDF1_DESCR" POSITION (144:203) CHAR(60),
    "UDF2_CD" POSITION (204:233) CHAR(30),
    "DATA_SOURCE_IND" POSITION (294:299) CHAR(6),
    "UDF2_DESCR" POSITION (234:293) CHAR(60) )
    ) LOCATION ( 'D_CREW_EXT.DAT' )
    REJECT LIMIT UNLIMITED;
    Check the result in database:
    select * from D_CREW_EXT;
    I found the first row is incorrect. For each non-ascii character,the fields to the right of the non-ascii character are off by 1 character,meaning that the data is moved 1 character to the right.
    Then I tried to use the option STRING SIZES ARE IN CHARACTERS instead of STRING SIZES ARE IN BYTES, it doesn't work either.
    The database version is 11.1.0.6.
    Edited by: yuan on May 21, 2010 2:43 AM

    Hi,
    I changed the BYTE in the create table part to CHAR, it still doesn't work. The result is the same. I think the problem is in ACCESS PARAMETERS.
    Any other suggestion?

  • Is it possible to link and update external files in a Indesign document when sharing the Indesign file in Creative Cloud with multiple users?

    I am new to Creative Cloud, but have been using Adobe software for many years.
    Now we are considering sharing an Indesign file with my project group using CC.
    The Indesign file contains links to external files (one Illustrator and multiple .txt files); and we export the approved version to an Hi-Res PDF.
    These .txt files are currently hosted on our internal server but have not been linked directly: we first copy them over to local desktop and update the links in Indesign before creating a new PDF. 
    Since these file can be update by different people we would like to keep them outside the Indesign and Illustrator files.
    Is it still possible with CC to link directly to the files on our server in Indesign and see if there have been updated?
    Or can they also be stored in the CC cloud? Or is there another method?
    Thanks in advance for any help or suggestions
    Ronald

    This will work if you all use the file syncing of the Creative Cloud desktop application and then you use the Collaborate option for the folder containing all the files. Then it will work on each of your desktops.
    Links to files will not work in the browser when viewing the InDesign document from https://creative.adobe.com/files.

  • How to Read a External File in a livecycle form (using javascript)

    Hi Everyone,
       First of all, i would like to thank you in advanced for your help !!
       I have a situation were i need to load some values into some fields inside a dinamic pdf that was created in livecycle, what can i do so far ?
       I can load the fields with some values using a livecycle event and javascript, the values come from some functions that i have created but ... are fixed of course...
    What i need is to load up the values from the outside world.... from a external file (text or xml) or a webservice... i have some several experiences but nothing has worked so far...
    Can anyone publish a sample code in javascript to load up a file (text or xml) that works inside livecycle ??
    Thanks in advanced.
    Miguel Angelo (migas)

    Hi, Paul,
      Thanks i have looked inside the link (dam big ) but i'm still kind of lost, can anyone please publish a code example ?
    Miguel

  • Need how to get the data from the external file in eCatt

    Hi ,
      Could any body suggest how to get the values from the external file(Excel,CSV file,Text file) and pass it as varaiable in ecatt Test script.
    Problem: Need to execute FK01-Vendor creation Transaction with multiple set of data .As per my understanding we could achive through Variants in Testdata set in eCatt .
    But is there any way to store the data in excell file and get the data and pass it to FK01 Test scripts
    Appreciate response on this

    Hi
    See the links they may be useful
    check these link,
    eCATT- An Introduction
    /people/sumeet.kaul/blog/2005/07/26/ecatt-an-introduction
    Creating Test Scripts
    /people/sumeet.kaul/blog/2005/08/10/ecatt-creating-test-scripts
    eCATT Logs
    /people/sapna.modi/blog/2006/04/18/ecatt-logs-part-vi
    eCATT Scripts Creation – TCD Mode
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation-150-tcd-mode-part-ii
    Creation of Test Data Container
    /people/sumeet.kaul/blog/2005/08/24/ecatt-creation-of-test-data-container
    eCATT Scripts Creation - SAPGUI Mode
    /people/sapna.modi/blog/2006/04/10/ecatt-scripts-creation--sapgui-mode-part-iii
    Integrating ECATT & MERCURY QTP Part -1
    /people/community.user/blog/2007/01/02/integrating-ecatt-mercury-qtp-part-1
    Using eCatt to Test Web Dynpro ABAP
    /people/thomas.jung/blog/2006/03/21/using-ecatt-to-test-web-dynpro-abap
    and
    -command reference
    http://help.sap.com/saphelp_nw04/helpdata/en/c6/3c333b40389c46e10000000a114084/content.htm
    /people/sapna.modi/blog/2006/04/10/ecatt--an-introduction-part-i
    http://prasadbabu.blogspot.com
    https://www.sdn.sap.com/sdn/developerareas/was.sdn?page=test_tool_integration_for_sap_e-catt.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    http://www.erpgenie.com/ecatt/index.htm
    hope this helps.
    Reward points for useful Answers
    Regards
    Anji

Maybe you are looking for

  • Losing SFSB after exception thrown - how can I avoid this?

    I am using Sun Java System Application Server 9.0 I am using a State Full Session Bean (SFSB) via a Remote Business Interface. In this SFSB I do a �try/catch� to perform an update on an entity with child entities. My catches look for an OptimisticLoc

  • Start Up Disk and iMac

    Hi Experts, I bought iMac in Nov '12 & it did not come with a start up disk. If for a question, my hard disk crashes & requires a new start up disk or requires reinstallation of the Lion OS - how do I do this? Thanks

  • Centering a Flash website?

    Hello all, I am very new to Flash, but I have created a new webpage using Adobe Flash CS5.5, and there are a few things I am unsure about, one of them being centering the flash document on a webpage. My project is 1000x563 pixels big, and when I hit

  • Photoshop 7 and slices

    Hello, I created a psd with CS3 and had many slices (both user and automatic). When I saved it I selected to maximize compatibility. I sent the psd to a friend that is using Photoshop 7.0.1. With Photoshop 7.0.1 he is only able to see a single slice

  • HTML_DB items

    Hi : In my Application i am using htmldb_item.text where htmldb_item.text gets generated dyanamically based on the project name here i am defining objects to this htmldb_item.text here objects are associated with projects I need to know how to define