Fill a table in a wordtemplate

Hallo,
I need to fill a table in a word template with data from a measurement.
I have bookmarked the table in the template (it has 2 columns and 5 rows).
The following try failed:
Can anybody help me?!
Thanks
Solved!
Go to Solution.

Hi,
It would be helpful for us to know which version of LabVIEW and of Word you are using. If you see an error message, its content could also be helpful.
Beside, you can get a look at the post of Viper. There is some helpful informations inside.
Regards
Florian Abry
Application Engineer Group Leader
NI Germany

Similar Messages

  • Strange error while filling setup tables for purchasing

    hi experts,
    while filling setup tables, job is getting cancelled. when I check in sm37 message is
    Enter rate GBP / SGD rate type M for 03.08.2009 in the system settings
    Job cancelled after system exception ERROR_MESSAGE
    It is for only the 8th month of 2009. If I run for other dates it is succesfull.
    I am not able to understand what it mean. 
    Pls guide me how to resolve this.
    regards,
    rajesh.

    hi
    according to sven check this link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/dc43c445-0d01-0010-23a1-ca348ff5f975?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0d5bf96-b19b-2c10-e3b6-e2f12a3de99a?QuickLink=index&overridelayout=true
    EUR Conversion to USD
    may help you.

  • How can I fill a table of objects from cursor with select * bulk collect???

    Hi All, I have a TYPE as OBJECT
    create or replace type dept2_o as object (
    deptno NUMBER(2),
    dname VARCHAR2(14),
    loc VARCHAR2(13));
    I can fill a table of objects from cursor with out select * bulk collect...., row by row
    declare
    TYPE dept2_t IS TABLE of dept2_o;
    dept_o_tab dept2_t:=dept2_t();
    i integer;
    begin
    i:=0;
    dept_o_tab.extend(20);
    for rec in (select * from dept) loop
    i:=i+1;
    dept_o_tab(i):=dept2_o(
    deptno => rec.deptno,
    dname => rec.dname,
    loc =>rec.loc
    end loop;
    for k IN 1..i loop
    dbms_output.put_line(dept_o_tab(k).deptno||' '||dept_o_tab(k).dname||' '||dept_o_tab(k).loc);
    end loop;
    end;
    RESULT
    10 ACCOUNTING NEW YORK
    20 RESEARCH DALLAS
    30 SALES CHICAGO
    40 OPERATIONS BOSTON
    But I can't fill a table of objects from cursor with select * bulk collect construction ...
    declare
    TYPE dept2_t IS TABLE of dept2_o;
    dept_o_tab dept2_t:=dept2_t();
    begin
    dept_o_tab.extend(20);
    select * bulk collect into dept_o_tab from dept;
    end;
    RESULT
    ORA-06550: line 6, column 39;
    PL/SQL: ORA-00947: not enough values ....
    How can I fill a table of objects from cursor with select * bulk collect???

    create or replace type dept_ot as object (
    deptno NUMBER(2),
    dname VARCHAR2(14),
    loc VARCHAR2(13));
    create table dept
    (deptno number
    ,dname varchar2(14)
    ,loc varchar2(13)
    insert into dept values (10, 'x', 'xx');
    insert into dept values (20, 'y', 'yy');
    insert into dept values (30, 'z', 'zz');
    select dept_ot (deptno, dname, loc)
      from dept
    create type dept_nt is table of dept_ot
    declare
       l_depts dept_nt;
    begin
       select dept_ot (deptno, dname, loc)
         bulk collect
         into l_depts
         from dept
       for i in l_depts.first .. l_depts.last
       loop
          dbms_output.put_line (l_depts(i).deptno);
          dbms_output.put_line (l_depts(i).dname);
          dbms_output.put_line (l_depts(i).loc);    
       end loop;
    end;
    /

  • Error while filling setup tables for 2lis_13_vahdr

    Dear friends,
    I am getting below Error while filling setup tables for 2lis_13_vahdr.
    More faulty documents found than the tolerated 0000000000
    Message no. M2222
    Can any one guide me how to address this issue.
    Thanks and Regards
    Nithya

    Hello Nithya,
    It seems the No of tolerated faulty documents that you have given is 0. So when you initialize try to these.
    While executing OLI*BW including a value in the maintain  "No. tolerated faulty documents" - 5000 or 10000.
    Then execute the program in background.
    Once the job is completed check the background job log if any errors.
    Thanks
    Chandran

  • Error while filling setup table for Sales

    Dear Team,
    We are getting following error while filling setup table for Sales (application component 11) and for Billing (application component 13),
    application component 11
    Error determining rate: foreign curr.  local curr. INR date 08.10.2007 (doc. 673624) (JOB - RMCVNEUA)
    Message No M2810
    application component 13
    Billing document 480050000: error determining stats. currency rate (no updating)
    More faulty documents found than the tolerated 0000000000 (JOB - RMCVNEUF)
    I have seen lot of threads based on this but all r showing diffrenent currency to INR but for the above mentioned documents currency is in INR only so why it is showing the error I am not able to determine.
    If anybody faced this problem kindly reply to this.
    Best Regards,
    SG

    Hi There,
    Might be your using a wrong document number.
    I mean if your using the 11 you should use only Sales document number and for 13 you should only use billing document number.
    If you use vice versa that error will throw.
    Regards,
    MQ

  • Error in filling the table.

    Hi to all
            I am trying to fill the setup table for 2lis_03_bf.But i am getting the following error
    : No extract structure active or no bw connected.
    when i intimated to onsite team this very simple issue i ahve to active the D.S.When i checked it is in active only.Please give me some solution.
    Thanks to all

    Hi
    Take a look at this SAP OSS Note 914268
    Symptom
    Within an instance, you use the NetWeaver components of SAP ERP and BW.
    When you execute transactions like to fill rebuild tables in Logistics, the system issues the termination message M2 630:
         No extraction structure active or no BW connected
    The connection test and the settings for the Myself source system are definitely correctly maintained.
    Other terms
    OLTP, extractor, data extraction, DataSource, API service, SAPI, RSA2_SERV_BW_CONNECTED, OLI1BW, OLIZBW, OLI3BW, OLI9BW, 2LIS_XX_XXX, M2630, SBIW, LIS, rebuild
    Reason and Prerequisites
    The problem is caused by a program error.
    Prerequisites:
    Within an instance, you are using the NetWeaver components of SAP ERP and BW. Thus, potential data loading processes are executed by using the Myself source system connection.
    No other BW system is connected for data as a target system.
    Cause:
    Prior to NetWeaver, you could not operate ERP and BW in one common system. For this reason, the case that Logistics data need to be loaded into the same system for BW functions was not considered. The system as "source system" does not recognize that the system is connected as a "BW system".
    Solution
    To correct the problem, you need Service API 7.00 Support Package 08 or PI 2004.1 4.6C Support Package 13 in the affected source system. The attached composite SAP note informs you on which software components contain Service API 7.0 and lists the corresponding Support Packages of these components.
    Alternatively, implement the attached program corrections.
    In the BW system, you only need to implement the correction if the BW system is affected in its role as a source system for itselt (myself connection) or for another BW system.
    Caution: Service API is an internal component. Therfore, it is not delivered separately but as a part of other software components: PI, CRM, PI_BASIS and several others. Thus, a composite SAP note is created for each SAPI correction note. This composite note describes which Support Packages of the above mentioned software components contain the SAPI correction. However, the composite SAP note will only be released when the corresponding SAPI Support Packages are released.
    Regards
    Pradip

  • What do exactly mean by 'document is lost' while filling setup table

    Hi ,
    In various threads its mentioned that, while extraction of logistics data .. say sales billing document, the document is 'lost', if its posted/changed while filling setup table . Hence we need to have system downtime while filling setup table.  So my questions are as follows :
    1)What exactly do u mean by 'Document is Lost'?  (I mean the document entries,will always be there in application tables ).
    2)Suppose we have DSO in "Over Write" mode at first level (after datasource). Will we need system downtime for filling setup table?  (I read n some forum that overwrite mode DSO at first level eliminates the need for system downtime)
    Please let me know your opinion on above questions
    Regards
    Mohit
    Edited by: Mohit Gupte on Jan 23, 2010 9:12 AM

    Hi Mohit,
    1) If document created/changed during filling of setup tables, it will not be available in corresponding extract queue and therefore not be available for delta update. Right?
      Sorry ,the answer is 'No' , because if you make any changes at the time of filling the set-up table, then those changes will be captured either in the set-up table or in the extraction queue and hence you will not miss any documents.Condition is ,you have to use 'Queued delta' .If you use 'Direct delta' then you miss the documents becasue of 'no' extraction queue .
    All documents are permanently stored in your application tables(VBRK,VBRP etc) always , but at the time of filling the set-up tables these documents will be collected from the application tables and will be moved to set-up table and then the changes will be stored in the extraction queue. At the time of set-up table running,new/changed documents will be stored either in the set-up table or in the extraction queue .So if you follow the correct loading method,you will not miss any documents.
    2)However these documents (changed/created during setup run) will be stored in application tables (VBRP & VBRK, in case of sales billing). Hence we can always retrieve consolidated list of such documents , by querying 'CREATED ON'/'CHANGED ON' fields of base tables. Then we can upload these consolidated records, via Full Repair Requests , to BI data targets. So documents are not permanently lost.
    Yes. Antyime later you can retrieve the records even if you missed at the time of loading.
    Hope it clears your doubts.
    Thanks.

  • Order is locked by user while filling setup table

    Hi Experts,
    Yesterday while i am filling setup table for 2LIS_DM_VAITM (DBM Sales) data source it got cancelled.
    It showed that " Order xxxxxx is locked by user".
    Because we have DSO concept in our CUBE, we didn't lock users.
    But then the basis checked the users and removed from the system.
    But still after removing the users, when we do the setup filling it still gets cancelled showing the same error.
    Please help on this. Now i am stuck in filling setup section.
    Thanks,
    Thilini

    Hi,
    Thanks. I followed your instructions and removed * , last two check boxes and selected sales org.
    Now i am filling setup and its still running. I used a background job.
    In sm37 it shows as "active"
    But when I check in NPRT, It shows no logs were found.
    I want to know that, is everything fine?
    Setup table is filling right?
    expects a reply please...
    Thanks,
    Thilini

  • Timeout error while filling setup tables

    HI all
    I am getting timeout error while filling setup tables(OLI1BW).I clicked on execute button on hte screen.Its not scheduled as a background job.
    Going through threads i have come to know that to solve this issue
    1.BASIS team have to increase backgroung processses or memory
    2.run it as a background job.
    When I went to Program->Executein the backgroundPrint background parameters window has popped up.
    What to do in there?I am afraid if I include parameters like printer name....what is it and how long is it going to print?
    Please let me know.
    Thanks,
    Harika.

    thanks for the reply.
    it was set to LOCL only.
    But i have 3 options in the dropdown  windowsprinter :Send to onenote2007
                                      Microsoft XPS document writer
                                      OUrprinteraddress
    WHich one to choose here?
    Edited by: harikag on Aug 10, 2011 8:47 AM

  • While filling setup table

    hi,
    whilw iam filling setup table iam getting the error
       <b>No extraction structure active or no BW</b>
    in rsa5 and rsa6 i did the procedure
    inlbwe that ds is active
    i deleted the set uptable
    after i fill the set up table
    iam getting this error
    iam experting a solutions from the experts
    regards
    kiran
    plz response to my mail id [email protected]

    Hi Kiran,
    It is not possible to modify the extract structure if
    1. Set up tables have been populated during preparation and contains data
    2. outstanding items in the extraction que (LBWQ) pending updates
    3. Unfinished delta load or items in delta que RSA7.
    What update method are you using ? Serialised V3 or the latest methods like
    Queued delta ? what version of PI are u using. As i assume u also have latest PI or PI > 2001.2.
    When u run SM13, make sure you select * or client and * for user. Also, the
    date selection - make sure u enter date like 01011990 to include any
    document that was posted. You will find some outstanding update records.If u
    find any, try deleting them or else force the update using the collective
    run.
    If you have modified and you get an error, you may have to set back the
    changes and reactivate the extract structure first and then do a collective
    run ( search for a program with R*02)- this program forces any outstanding
    updates for the modules under '02'. This program probably is the same in the
    'job control' but am not sure. It is safe to execute this report which will
    clear any o/s updates.
    Carry out the changes using the following steps.
    0. Lock transactions to be sure no postings are going to take place while
    you are about to make changes.
    1.There is a report you can run to check whethere changes to the extract
    structure is possbile without errors. Report name is RMCSBWCC. Enter all the
    comm tables related to purchasing ilike header, item and SCL while
    performing this check. You should get a green light for permitting changes
    to extract structure.Deactivating the extract structure has no effect so it
    can remain active.
    2. Delete the set up table for 02.
    3. Performa collective run to be sure all qued data is taken into delta que
    (even if u have never initialised).
    4. Delete if you find any in RSA7 for the datasources in question. you will
    lose the data but can be reinitialised later.
    5. Run RMCSBWCC again to check if it is ok for bring about changes to the
    extract structure.
    6. If OK, make the changes necessary and save, generate datasource,
    replicate and perform set up table before init run from BW. make sure no
    collective run is started before completion of init load if you are using
    serialised update.
    hope this helps
    award points if useful.
    regards
    Archna.

  • How to stop document posting when filling setup tables for logistic app.

    Hello Boys
    I've read several threads and weblogs about data extraction from logistic applications i.e the ones which uses the infosources like 2lis_13_vditm, 2lis_02, 2lis_03, etc, etc,and now almost every thing is clear to me but one thing: how do i actually "close the system" while the process of filling setup tables i.e MC03BF0SETUP, MC03BX0SETUP, MC13VD0ITMSETUP,  are running?
    So I have some questions
    1) which is the procedure to prevent users from posting documents for an specific logistic applications (02,03, etc.) in a source system
    3) For example when using TC OLI9BW for statistical setup from billing documents (app no. 13), there is a check box "Block all billing documents?". Is this option for such pourpose?
    4) Every logistic applications has a different procedure??
    thanks (with points of course) for any help
    rgds
    A. Garduñ

    Hi Azael:
    Q1: usually the BW team will inform basis/secuity about the deletion and performing of setup tables. they will fix a time after the normal hours where in all users are locked out from the system. in a sense, R/3 will be down for that time.
    2. the check box which says, "block documents" is meant to block posting. for eg: you are doing setup tables late in the evening, and you assume that no user is assessing the system, but if there is a user(just by chance) who is doing some posting and when he try to save it, the system will not allow him to do save as you cheked this option.(normally we donot use this)
    3. some LO may have different procedures, for eg IM. but most of them have the same functionality.
    hope it helps.
    assign points if helpful
    kalyan

  • Graduated fills in table cells

    How do you make a graduated fill in tables?
    I seem to be able to make a graduation from left to right but not top to bottom.
    Here is an example of what I am trying to do...

    I had a thought that maybe cell styles would do it. But although you can make a style from a gradient-filled cell, and when you apply it the swatches panel will confirm that the cell is filled with the gradient, in my test it was actually filled with a solid of one end of the gradient.
    k

  • Fill database table from internal table

    I made one table ZDISP_CHDOC_CC and want to fill that table from internal table.and i got runtime error. that duplicate entry
    and two entry are like 10 200000    likhp 10
                                        10 200000    likp   10
    DESCRIBE TABLE IT_CHDOC .
        LOOP AT IT_CHDOC.
        INSERT ZDISP_CHDOC_CC FROM  IT_CHDOC.
        endloop.
        IF SY-SUBRC = 0.
          COMMIT WORK.
        ELSE.
    and when i used following then only one entry is insreted.
    DESCRIBE TABLE IT_CHDOC .
        LOOP AT IT_CHDOC.
        INSERT ZDISP_CHDOC_CC FROM  IT_CHDOC.
        IF SY-SUBRC = 0.
          COMMIT WORK.
    endloop.
        ELSE.

    Hi,
    Replace your current code
    DESCRIBE TABLE IT_CHDOC .
    LOOP AT IT_CHDOC.
    INSERT ZDISP_CHDOC_CC FROM IT_CHDOC.
    endloop.
    IF SY-SUBRC = 0.
    COMMIT WORK.
    ELSE.
    WITH THE ONE GIVEN BELOW
    DESCRIBE TABLE IT_CHDOC .
    INSERT ZDISP_CHDOC_CC FROM TABLE IT_CHDOC ACCEPTING DUPLICATE KEYS.
    IF SY-SUBRC = 0.
    COMMIT WORK.
    ELSE.
    Regards,
    Siddarth

  • Select statment - fill internal table

    Hi,
    I have following situation:
    TYPES: BEGIN OF q_data,
             i_lqua LIKE lqua,
             v_xxx(20) type c,
           END OF q_data.
    DATA: a_data TYPE STANDARD TABLE OF q_data.
    Now I would write a select statment and fill the table a_data.
    select lqua~matnr lqua~werks... from lqua inner join mch1 into (i_lqua-matnr, i_lqua-werks.....)...
    Is it possible to write a statement without writing the whole structure (all the names of columns) of lqua in the SQL-statement (lquamatnr lquawerks lqua~........)?
    Thanks
    Michael

    1. you can write that but i think you have to write that in SELECT ...ENDSELECT.
    select lquamatnr lquawerks... from lqua inner join mch1 into (i_lqua-matnr, i_lqua-werks.....
    append i_lqua.
    endselect.
    2. OR you can use INTO CORRESPONDING FIELDS OF TABLE
       select lquamatnr lquawerks... from lqua inner join mch1 into corresponding fields of table i_lqua.

  • How to fill a table model

    Hi
    I want to fill a table model (that I've defined as DefaultTableModel) with data I'm retireving from a DB.
    Then, I've made a "populate" method that try to do the job as follows:
    try {
                Statement statement = dbcon.createStatement();
                String query = "SELECT * FROM datos ORDER BY nombre";
                ResultSet rs = statement.executeQuery(query);
                Vector ucliente = new Vector();
                while (rs.next()) {
                    ucliente.add(rs.getString("codigo"));
                    ucliente.add(rs.getString("nombre"));
                    ucliente.add(rs.getString("email"));
                    ucliente.add(rs.getString("fax"));
                    ucliente.add("");
                    clientsModel.addRow(ucliente);
                    ucliente.clear();
            } catch (SQLException ex) {
                System.err.print("SQLException: ");
                System.err.println(ex.getMessage());
            }But when I run my program I receive a java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
         at java.util.Vector.elementAt(Vector.java:427)
    What's wrong ? How could I fill the model ?
    Thanks in advance
    xl

                while (rs.next()) {
                    Vector ucliente = new Vector();
                    ucliente.add(rs.getString("codigo"));
                    ucliente.add(rs.getString("nombre"));
                    ucliente.add(rs.getString("email"));
                    ucliente.add(rs.getString("fax"));
                    ucliente.add("");
                    clientsModel.addRow(ucliente);

Maybe you are looking for

  • How to optimize the column width in Table Control

    Hi all,       When I am displaying fields in Table Control, the columns are displayed in full length, and I am unable to see all the fields at once. So as in grid , where we optimize the column width using layout, do we had any property for TC to do

  • Refresh IE page if computer idle for a specified time with powershell

    Hi, I have a Windows 8 pc that i have created a kiosk mode for and i want to be able to check the idle time so that if the idle is more than three minutes it will close all tabs without a warning and navigate the primary tab to a specific web site. T

  • Problem: Lightroom to Elements and back

    I can get an image from Lightroom 3 to Photoshop Elements 8 (Mac) but I can't seem to get back. Even after saving and closing the image in Elements it is not visible in Lightroom. Also, since I just changed printers I have new icc files. I have those

  • Get informations whether changes in Table content before store

    Hallo, in my Web Dynpro Application I have a table. If the User changes something in this table I must get the Information in what row the changes are before I store. Than I have to set a attribute in this row back. Is there any possibility to do tha

  • Distance between Points?

    Am I missing the built-in method to determine the distance (float) between two CGPoints? I know the formula xd = x2-x1 yd = y2-y1 Distance = SquareRoot(xd*xd + yd*yd) but I could not find a method in the docs.