How can i see Log information of Report Run Time?

Hi Gurus,
How can i see Log information of Report Run Time?, till now i am counted report run time manually. Is there any way i can see the workbook running time in log information?.
Thanks & Regards
Vikram

There could be a few things -
At one time, you needed to run a separate script to create the tables. I'm not sure that is still the case. If you check the Administrators guide, look into the chapter that deals with the EUL Status Workbooks.
If you are not logged on as the eul owner, you may not have select privileges, or you may need to qualify the table with the schema (if there is no synonym) - select * from <eul_owner>.EUL5_QPP_STATS;
If you are on 4i, the table is EUL4_QPP_STATS

Similar Messages

  • How Can I see the CO-PA report

    hi sap experts,
    how can i see the CO-PA report and in detail configuriation,
    and controlling reports.
    Advance Thanks,

    For executing COPA - Tcode is KE30 (for define change etc... KE31 to KE34)
    Standard reports available in controlling sub-components under information system
    Regards
    Radha

  • How can I see the information about a file used in a sequence?

    How can I see the information about a file used in a sequence?

    You can use pretty much any two or multiple button mouse on a Mac, right out of the box.
    I use this one: http://www.apple.com/mightymouse/

  • How can I see the information at the bottom of any window

    In the finder, how can I see the information at the bottom of any window (number of files etc..), like before Lion?

    In finder, show status bar. It's under View.

  • How can I see my backed up photos in time capsule

    how can I see my backed up photos in time capsule

    Basically the answer is you have to restore the iPhoto library to access it and see what is in it - can you provide more informatin about what you want to do and why
    LN

  • How can i update data in JTable at run time ?

    i am trying to build a client/server architecture for conducting quizzes & online tests.. My client will return a object to the server after the test is over, which contains details about the participant, his score and other details. i am putting the incoming object to an Vector. I'll create a new thread each time for the incoming connection and insert the object to the Vector.. Now, please tell me tat, how can i update my table automatically at run time so tat, my table is updated whenever a new object is entered into vector..
    here is my code for the table..
    public class MyTableModel extends AbstractTableModel {
        String columNames[] = { "ID", "NAME", "COLLEGE", "SCORE", "CELL" };
        /** Creates a new instance of MyTableModel */
        public MyTableModel() {
            Main.List = new Vector();
            SetDefaultData();
        public int getRowCount() {
            return Main.List == null ? 0 : Main.List.size();
        public int getColumnCount() {
            return columNames.length;
        public String getColumnName(int column) {
            return columNames[column];
        public boolean isCellEditable(int row,int col) {
            return false;
        public Object getValueAt(int rowindex, int columnindex) {
            if(rowindex < 0 || rowindex >= getRowCount())
                return "";
            Student row = (Student)Main.List.elementAt(rowindex);
            switch (columnindex)
                case 0 : return row.id;
                case 1 : return row.name;
                case 2 : return row.college;
                case 3 : return row.score;
                case 4 : return row.cell;
            return "";
        public String getTitle() {
            return "Student Table";
        private void SetDefaultData() {
            Main.List.removeAllElements();
            Main.List.addElement(new Student("CS041","Keerthivasan M","MNM",95,"9884326321"));
            Main.List.addElement(new Student("CS012","Arun M","MNM",90,"9884825780"));
            Main.List.addElement(new Student("CS019","Balaji S","MNM",79,"9841742068"));
            Main.List.addElement(new Student("CS005","Anand R","MNM",89,"9884130727"));
            Main.List.addElement(new Student("CS045","Manish J","MNM",55,"9841624625"));
            Main.List.addElement(new Student("CS013","Mangal S","MNM",5,"9841961742"));
    }

    In the future Swing related questions should be posted in the Swing forum.
    how can i update my table automatically at run time so tat, my table is
    updated whenever a new object is entered into vector..You don't update the Vector directly. You should be creating a method in your TableModel, called "addRow(...)". This method will do two things:
    a) add the Student object to the Vector
    b) invoke the fireTableRowsInserted(..) method of AbstractTableModel. This will cause the table to be repainted.

  • Can I Disable the Menu at report run time

    Dear All,
    I have windows Environment with Oracle 8i and Report 6i
    Can I Disable the Menu at report run time.
    user not able to generate other formats (HTML,PDF etc) of my report.
    awaiting with advance Thanks

    Hello,
    There are some parameters to disable some "feature" :
    DISABLEFILE
    Description
    DISABLEFILE specifies whether to disable the File->Generate to File menu in the Runtime Previewer.
    Syntax
    [DISABLEFILE=]YES
    Search for disable* in the Reports 6i online help for more details ..
    Regards

  • How can i see log in sm35 after i run my program  ?

    i ahve some problem in my recording  , but i cant get what screen couse
    to the error .
    i get message in the end of the session  "Start screen does not exist in batch input data".
    i try to fix ( remark or open some lines ) but i cant find
    the problem  , so i wan to see the log in sm35 but i cant see .
    how can i do it  ?
    i now about "RSBDC_PROTOCOL " , but it didn't help .
    my program/record   :
      LOOP AT IT_AGR_LIST .
        PERFORM BDC_DYNPRO      USING 'SAPMM06E' '0205'.
        PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                      'RM06E-EVRTN'.
        PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM BDC_FIELD       USING 'RM06E-EVRTN'
                                      IT_AGR_LIST-EVRTN . " '4610000065'.
        PERFORM BDC_DYNPRO      USING 'SAPMM06E' '0220'.
        PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                      'RM06E-EBELP'.
        PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                      '=NP'.
        PERFORM BDC_FIELD       USING 'RM06E-EBELP'
                                      '10'.
        PERFORM BDC_DYNPRO      USING 'SAPMM06E' '0220'.
        PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                      'EKPO-PEINH(02)'.
        PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM BDC_FIELD       USING 'RM06E-EBELP'
                                        '20'.
        LOOP AT IT_BKPF WHERE EVRTN = IT_AGR_LIST-EVRTN .
          PERFORM BDC_FIELD       USING 'EKPO-EMATN(02)'
                                        IT_BKPF-EMATN  . " '7000305'.
          PERFORM BDC_FIELD       USING 'EKPO-NETPR(02)'
                                   IT_BKPF-NETPR .     "'2552'.
          PERFORM BDC_FIELD       USING 'EKPO-PEINH(02)'
                                        '1000'.
          PERFORM BDC_DYNPRO      USING 'SAPMM06E' '0220'.
          PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                        'RM06E-EVRTP(02)'.
          PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                        '=TXP'.
          PERFORM BDC_FIELD       USING 'RM06E-EBELP'
                                        COUNTR .                "'20'.
          PERFORM BDC_FIELD       USING 'RM06E-TCSELFLAG(02)'
                                        'X'.
          PERFORM BDC_DYNPRO      USING 'SAPMM06E' '0106'.
          PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                        'RM06E-LTEX1(01)'.
          PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                        '=TEDE'.
          PERFORM BDC_FIELD       USING 'RM06E-SELKZ(01)'
                                        'X'.
          PERFORM BDC_DYNPRO      USING 'SAPLSTXX' '1100'.
          PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                        'RSTXT-TXLINE(02)'.
          PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                        '=EDNP'.
          PERFORM BDC_FIELD       USING 'RSTXT-TXLINE(02)'
                                        IT_BKPF-STR_LEN1.
             'aaaaaaaaa1aaaaaaaaa2aaaaaaaaa3aaaaaaaa'  &
                          *'a4aaaaaaaaa5aaaaaaaaa6aaaaaaaaa7aa'.
         PERFORM BDC_DYNPRO      USING 'SAPLSTXX' '1100'.
         PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                       'RSTXT-TXLINE(03)'.
    if not IT_BKPF-STR_LEN2  is initial .
         PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                       '=EDNP'.
          PERFORM BDC_FIELD       USING 'RSTXT-TXLINE(03)'
                                   IT_BKPF-STR_LEN2.
             'aaaaaaaaa1aaaaaaaaa2aaaaaaaaa3aaaaaaaa'  &
                          *'a4aaaaaaaaa5aaaaaaaaa6aaaaaaaaa7aa'.
    endif.
         PERFORM BDC_DYNPRO      USING 'SAPLSTXX' '1100'.
         PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                       'RSTXT-TXLINE(04)'.
         PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                       '=EDNP'.
          PERFORM BDC_FIELD       USING 'RSTXT-TXLINE(04)'
                                   IT_BKPF-STR_LEN3.
             'aaaaaaaaa1aaaaaaaaa2aaaaaaaaa3aaaaaaaa'  &
                          *'a4aaaaaaaaa5aaaaaaaaa6aaaaaaaaa7aa'.
         PERFORM BDC_DYNPRO      USING 'SAPLSTXX' '1100'.
         PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                       'RSTXT-TXLINE(05)'.
      if not IT_BKPF-STR_LEN2  is initial .
         PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                       '=EDNP'.
         PERFORM BDC_FIELD       USING 'RSTXT-TXLINE(05)'
    **'ssssssssssssssssssssssssssssssssssssss'
    ***'sendif.sssssssssssssssssssssssssssssssss'.
    **endif.
         PERFORM BDC_DYNPRO      USING 'SAPLSTXX' '1100'.
         PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                       'RSTXT-TXLINE(06)'.
         PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                       '=EDNP'.
         PERFORM BDC_FIELD       USING 'RSTXT-TXLINE(06)'
    **'ssssssssssssssssssssssssssssssssssssss'
    ***'ssssssssssssssssssssssssssssssssss'.
         PERFORM BDC_DYNPRO      USING 'SAPLSTXX' '1100'.
         PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                       'RSTXT-TXLINE(07)'.
          PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                        '=TXBA'.
          PERFORM BDC_DYNPRO      USING 'SAPMM06E' '0106'.
          PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                        'RM06E-SELKZ(01)'.
          PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                        '=BU'.
          PERFORM BDC_FIELD       USING 'RM06E-SELKZ(01)'
                                        'X'.
          CALL TRANSACTION 'ME32K' USING BDCDATA
                                           MODE   P_DMODE  "A"
                                           UPDATE 'S'
                                           MESSAGES INTO ITAB_MSG1.

    hi,
    goto se38 - find - rsbdc*:
    you'll find a lot of prg. to analyse your bdc-map
    like RSBDCLOG  or RSBDC_ANALYSE 
    A.

  • How can I see what has been copied to time machine?

    I have set up the way in which I want Time Machine to back up my data but before deleting a large file of photos and music which has been copied from another machine i want to make sure that Time Machine has copied the data. How do I see that this has been done?

    Launch time machine and browse the folders you wish to confirm.  Anything you browse while you're in TimeMachine is part of your backup.

  • How can I use undo and redo with run time menu?

    Hi..I try to built my own menu for graphic programming. How can I use undo and redo in labview with run time menu?

    filozof-
    During runtime, by default, LabVIEW has undo/redo data changes under the edit menu. This will undo/redo changes made to controls during runtime. If you want a more extensive undo/redo (custom for your application), you are going to have to do quite a few things
    1) Create a custom runtime menu (Edit>>RunTime Menu) and place your own undo/redo controls on it
    2) Keep an action history in your program
    3) Catch the Shortcut menu event for your custom undo/redo controls
    4) Reverse the last action in your histroy when you catch the event
    This method would allow you undo entire operations (like resize, move, or whatever kind of functionality you are building into your application) unstead of just undoing data changes.
    Xaq

  • How can i assign view page name at run time in task flow

    Hi,
    jdev 11.1.2.3.0
    I have a requirement to get view page (jsff page) dynamically.
    Ex: I have TF in that i have two views i.e view1 and view2. in view1  there is one inputtext and button in inputtext i will give the name of the page, In view2 that particular page should be displayed.
    Input Text                 View2
    Employee                Employee Page
    Department              Department Page
    How can i implement this ?
    Thanks,
    Nitesh

    Use a router in your task flow and point to the page you want to display according to the value entered in the input text.
    A sample on how to use this technique can be found here http://tompeez.wordpress.com/2011/11/27/jdev-11-1-2-1-0-using-router-to-conditionally-set-navigation-target/
    Timo

  • Time capsule - how can I see logs from other days?

    I want to know who were connected or tried. I make sure that nobody else of our office were connected. I dont know if is that possible, I know that I can see who's connected rigth know.
    Can I do what I want?
    Thanks,

    Sorry, but no.

  • How to Hide a column in a report @run time

    Hello Can you help me please
    I need to hide some columns in a report when you run it , I dont want it to be displayed.
    Here is the scenerio.
    I have a column called (QTY) and the other (Price). Now I have a new one where I take
    (Qty*Price) and the result is in a column called(qtyprice)now I only want to display of the qtyp*price at the end of the report.
    can you help please
    Thank you
    alpha

    Their are so many ways to do this..
    1.simplest thing is just delete that field from your layout so it will not apperar.
    2.go to layout and right click on that field and go to property and just click hide so that field will be hide while running the report.
    3. when you create a layout at that time just deselect that fields so it will not appeare in report while it running.

  • How can we add elements to component at run time  through java

    Hi,
    In my project ,I am using JArrayList to collect urls and I need to add those to JScrollPane(JTextArea) and this to frame. This works fine but I need the process of how the elements added to ArrayList simultaneusly added to JTextArea.
    pls suggest the way

    arrayList.add( someObject );
    textArea.append( someObject.toString() );

  • Help please - how can i change a file extension at run time

    hi all
    i have a question about file created on the run. for instance, if i need to create a file initially with a an extension of '.in'. and there are some processes writing data to it, and after the file is written. i need to change it to some thing like '.out'. is it possible to do this? can u please provide some samples if you have any solution or suggestion. thanks.

    do u have the links of these tutorials?IO tutorials...
    http://java.sun.com/docs/books/tutorial/essential/io/index.html

Maybe you are looking for