TOTAL_TIME_SEC field value is more then 2000 sec in S_NQ_ACCT table

Hi Everyone,
In a Usage tracking report, I am displaying report response time (which is total_time_sec field in S_NQ_ACCT table).
For few reports, this field value is displayed as more than 2000 secs, but in reality, that report doesn't run more than 2 secs.
In the database table S_NQ_ACCT also Time is recorded as more than 2000 secs. But the time is supposed to be 2 secs.
Please let me know if anyone is having idea on this issue.
Thanks in Advance.

Check this post:
http://sranka.wordpress.com/2010/06/22/the-myth-usage-tracking-measures-for-tracking-the-performance-of-report-retrieval-time/

Similar Messages

  • I just downloaded more then 2000 photo's from my camera into iPhoto. Shortly after that my battery life was depleted and so I plugged the computer back into power and after I opened iPhoto later, I could not find those photos anymore

    I just downloaded more then 2000 photo's from my NIKON camera into iPhoto. Shortly after that my battery life was depleted and so I plugged the computer back into power and after I opened iPhoto later, I could not find those photos anymore!! Help where are they? How can I retrieve them or are they lost???
    Please help me!!!

    Do you see more photos, when you enable "Hidden Photos" in the "View" menu?
    And that was afetr I took the connection with the NIKON out of my laptop.
    Check, if you really imported into your iPhoto library - is the preference setting "Advanced > Importing: Copy items to the iPhoto Library" active?  If not, connect your Nikon again - do you now see more photos?
    If you imported into the iPhoto Library, check inside the package:
    Select your iPhoto library in the Finder, ctrl-click it, use the command "Show Package Contents".
    There will be a folder named "Masters" inside, with subfolders named by year - month - day. Look for the date you did the import and check, if the photos are inside.
    If yes, copy this folder to a folder on your desktop to save the photos.
    If not, search for a folder "Importing" inside the library. Is it there? Then copy these photos to a folder on the Desktop.
    If you found your photos, backup and rebuild your library.
    See Old Toad's post here:  Rebuild iPhoto Version 11

  • Field value is getting double while updating the database table

    Hi Experts,
    A simple doubt :
    there is a standard program through which a zfunction module is getting triggered, through this zfunction module i am updating the database table.
    Now what happening is one of the field(KCQTY) value in database is getting double at a time when i am executing the Program with same variant only.
    I have also done the CLEAR & REFRESH internal tables starting of the Function module.
    Can you please help me out.
    Max points wil be awarded.
    thanks
    rico.

    Hi Nicole,
    this is the part of the coding where you can see how the field KCQTY is getting moved in the loop statement.
      DELETE IT_CE20002B_815 WHERE
          KONDA = SPACE  OR
          WERKS = SPACE  OR
          VVB01001 < 0.
        LOOP AT IT_CE20002B_815.
          INDX = SY-TABIX.
          CONCATENATE IT_CE20002B_815-PERBL0(4) IT_CE20002B_815-PERBL5(2)
                                                    INTO MONAT.
       MOVE itab_ce20001b-perbl TO monat.
          CLEAR S815.
          READ TABLE IT_ZPL_MCS5 WITH KEY KONDA = IT_CE20002B_815-KONDA
                                           BINARY SEARCH.
            SELECT SINGLE * FROM S815 WHERE VRSIO = '000'
                                         AND SPMON = MONAT
                                         AND KONOB = 'APO'
                                         AND MVGR2 = IT_CE20002B_815-KONDA
                                         AND PRODH = IT_CE20002B_815-PRDHA
                                         AND WERKS = IT_CE20002B_815-WERKS.
                                        AND VTWEG EQ CO_VTWEG_99.
    BREAK SAMEE.
          IF SY-SUBRC EQ 0.
    Eintrag in S810 existiert
            IF S815-AEMENGE <= IT_CE20002B_815-VVB01001.
    wenn die Auftragseingangsmenge kleiner gleich der Kontingentsmenge
    wird die Kontingentmenge in das Steploop übernommen
              MOVE IT_CE20002B_815-VVB01001 TO  W_T_DATA_815-KCQTY.
    *Liste ausgeben
             PERFORM AUSGABE4.
              PERFORM AUSGABE4_815.
            ELSE.
    Ausgabe Fehlermeldung, wenn die Auftragsmenge größer als die
                           Kontingentmenge ist.
    *Liste mit fehlermeldungen ausgeben, Kontingent trotzdem übernehmen
              MOVE IT_CE20002B_815-VVB01001 TO  W_T_DATA_815-KCQTY.
             PERFORM AUSGABE_FEHLER4.
              PERFORM AUSGABE_FEHLER4_815.
            delete it_ce20002b index indx.
            continue.
            ENDIF.
          ELSE.
    Es existiert kein Eintrag in S810, dann direkt eingeben
            MOVE IT_CE20002B_815-VVB01001 TO W_T_DATA_815-KCQTY.
            MODIFY IT_CE20002B_815 INDEX INDX.
    *Liste ausgeben (Kein Eintrag in S810)
           PERFORM EINTRAG2.
            PERFORM EINTRAG2_815.
          ENDIF.
    *Übergabestructur für die Weiterverarbeitung durch das Copymanagement
    *im Functionsbaustein wird gefüllt.
          W_T_DATA_815-SPMON = MONAT.   "itab_ce20001a-perbl.
          W_T_DATA_815-KONOB = CO_KONOB_APO.
          READ TABLE IT_ZPL_MCS5 WITH KEY KONDA = IT_CE20002B_815-KONDA
                                          BINARY SEARCH.
          IF SY-SUBRC EQ 0.
            W_T_DATA_815-MVGR2 = CO_MVGR2_999.
          ELSE.
            W_T_DATA_815-MVGR2 = IT_CE20002B_815-KONDA.
          ENDIF.
          W_T_DATA_815-WERKS = IT_CE20002B_815-WERKS.
          W_T_DATA_815-PRODH = IT_CE20002B_815-PRDHA.
         W_T_DATA_815-VTWEG = '99'.
         W_T_DATA_815-KUNNR = '9999999999'.
          W_T_DATA_815-KCQTY = IT_CE20002B_815-VVB01001.
          W_T_DATA_815-BASME = IT_CE20002B_815-VVB01_ME.
    JR181005 - begin of ins.
         w_t_data_810-matkl = it_ce20002b-matkl.
    JR181005 - end of ins.
          APPEND W_T_DATA_815 TO TAB_DATA.
          CLEAR IT_CE20002B_815.
        ENDLOOP.
    thanks for reply
    rico

  • Storing more than 2000 characters in a varchar2 column in Oracle 11g?

    We have a table in Oracle 11g with a varchar2 column. We use a proprietary programming language where this column is defined as string. Maximum we can store 2000 characters (4000 bytes) in this column. Now the requirement is such that the column needs to store more than 2000 characters. The DBAs don't like BLOB, CLOB or LONG datatypes for maintenance reasons.
    There are 2 solutions I can think of -
    1. Remove this column from the original table and have a separate table for this column and then store each character in a row, in order to get more than 2000 characters. This table will be joined with the original table for queries.
    2. If maximum I need is 8000 characters, can I just add 3 more columns so that I will have 4 columns with 2000 char each to get 8000 chars. So when the first column is full, values would be spilled over to the next column and so on.
    Which one is a better and easier approach? Please suggest.

    Visu - Some people also do not like to use LOBs because of difficulty in reclaiming space and ever increasing LOB segments. Some of these problems were caused by Oracle bugs (eg, Bug 2944866 Free space in LOB table / tablespace not reused with ASSM, Bug 3019979 Space may not be reused efficiently in a LOB segment) - albeit in 9.2. I've seen a few bug reports for similar things in 10.2 (don't have the references). Still, if there is a workaround/patch is this reason enough to steer the application development into a new direction?

  • How to set a particual field value as sysdate if it is null

    Hi,
    I have a requirement in custom OAF page.
    In the results table, if DATE field value is NULL, then we need to set it as SYSDATE by default.
    For this I'm using the following code. Could anyone suggest me whether I'm doing correct or not?
    PFR CO Code:
    if(xxMDateBean == null)
    OAMessageDateFieldBean xxMDate = (OAMessageDateFieldBean)webBean.findIndexedChildRecursive("xxMDate");
    oracle.jbo.domain.Date date1 = am.getOADBTransaction().getCurrentUserDate();
    java.text.SimpleDateFormat displayDateFormat = new java.text.SimpleDateFormat ("dd-MM-yyyy");
    String OracleDateForm = displayDateFormat.format(date1.dateValue());
    xxMDate.setValue(pageContext,OracleDateForm);
    I am getting the following error:
    Error(81,8): variable xxMDate not found in class (CONTROLLER)
    Edited by: Sruthi on Jan 20, 2011 5:09 PM

    Sruthi,
    Sorry I missed the point that the field is in the table region.
    Now my understanding is, you have a display table, which has a column of Type Date,
    If the query returns null for that value, you want to display the sysdate is it correct?
    If yes, please change ur logic little bit,
    I am sure you will be calling an AM Method to execute the VO,
    In your AM, after the execution, traverse throw the Rows,
    And check for the dateColumn value and then set Sysdate, which will reflect here.
    Sample code:
    locatorVO.executeQuery();
    XXPOLocatorVORowImpl locatorVORow = (XXPOLocatorVORowImpl)locatorVO.first();
    while (locatorVORow!=null)
    //get the dateValue and check it is null
    if(date is null)
    Date currentDate = this.getOADBTransaction().getCurrentDBDate();
    locatorVORow.setOrderedDate(currentDate);
    locatorVORow = (XXPOLocatorVORowImpl)locatorVO.next();
    Thanks,
    With regards,
    Kali.
    OSSI.

  • How to Handle Blank Field Value based Condition in SmartForms

    Dear Sir,
    In SMARTFORM , we need to define a Condition that incase Field Value is not equal to  BLANK value (blank means that field is empty) then a specific text gets printed .
    Our problem is that  We do not know as how to define  Empty Field Value  based condition .
    Had it been Non Empty Field value based condition then solution was simple and could be done in following way :
    Field Value                        R                     Comparision Value
    WA_KZDKZ                      =                      'X'
    In our case , we need to give Blank (Empty Value) instead of 'X' .
    Kindly help us pl .
    Rgds
    B Mittal

    Hi,
    To handle blank field values in SMARTFORMS,
    Go to the conditions tab in your SMARTFORM and give condition there
    Field                Comparision operator          value
    <Field name>      <> Here symbol is diff     space.
    eg:
    wa_mara-matnr    =/                                   space.
    Regards,
    Santosh Kumar M.

  • Automatic price update if key field values changed in sales order and bill

    Hi Experts,
    I have requirement as follows.
    <b><u>Scenario: -</b> </u>We wanted carryout the pricing based on Incoterms, customer and material. I have created the condition table with these fields. And maintained the condition record. The values will flow to sales order without any problem.
    <b>
    Problem: - </b>When we change the incoterms say for CIF to FOB the system should redetermine the price automatically, but this is not happening (If will redetermine only freight). If we carryout new pricing manually the right price will flow.
    <b>
    Expectations: -</b> Is their any exit or any configuration setting where in system will redetermine the price automatically if we change the field value in sales order(For the field value it will be used to create condition table).
    If anyone done this please help me with setting or Exit and code to enable us to come out from the situation.
    We need this to happen while creating sales order as well as billing, Since @ billing prices will be redetermined.
    Thanks in advance for the needful.
    With regards,
    Manjunatha H.S.
    M: 9740433511
    <b></b><u></u><u></u>

    Hi Shivakumar,
    You can use USEREXIT_NEW_PRICING_VBAP in include SAPMV45A for this.
    Regards
    Nikhilesh

  • Field value in transaction  is diferent in database table.

    Hi, i have a field type "curr" in a transaction. The field has a value in the transaction but  this value is diferent in
    the table that fill this transaction. For example, so field value is 6000 in the transaction, in the table is 60,00.
    I need get this value with the format in the transaction.
    Can you help me, please?

    Hi
    It means you're using a currency without decimals, in this case the system stores the amount devided for 100 in order to use the field completely and safe the space.
    Every field for a amount needs a currency field for the control: so the system can know how to store and display it
    When u write an amount you should always use the option CURRENCY in order to convert it to output format automatically.
    WRITE <AMOUNT> CURRENCY <CURRENCY>.
    Max
    Edited by: max bianchi on Mar 18, 2008 5:10 PM

  • How to fetch the Business area field value from MIRo into report

    Hi,
    I want to create a report for MIRO with payment details.
    How to fetch the business area field value in to report.
    What is the table name. I verified it is storing in structure. Which is the right table for fetching that value with reference to MIRO.
    After that, how to find the accounting document for payment and check details.
    What are the table names and field names. What we can get from PAYR table.
    With regards
    Lakki

    Dear,
    For Bussiness area
    RKPF-GSBER

  • Can i update more then one column using select query.

    Dear All,
    Can i update more then one column of target table A from source table B. Like
    Update table A set A.A1 = (Select B.B1 from B where A.A3 = B.B3).
    Above stmt. I am updating only one column. But I want to update more then one column A.A1 and A.A2
    Plz give me the possible ways.
    Thanks,
    Vikas

    Yes you can do. Try the below Query
    Update A set (A.A1,A.A2) = (Select B.B1,B.B2 from B where A.A3 = B.B3)

  • Is there a way to Search (List search) for more then one field text from a column for Bulk uploading?

    I've been trying to find more information on this and I apologies if this has already been answered. I just don't know the correct way to ask this. We have a SharePoint List at the company that we have people input information into different columns. The
    problem is most of those information are very repetitive. Is there a way for me to search more then one field text in the column and just input that same information in?
    ex:
    Column 1
    Column 2
    Date:
    883851
    MidWest
    User input 
    8831518
    MidWest
    User input
    On the search field in the SharePoint List, I would need to search for 883851, 8831518 etc,  would view those requested numbers, then I would click edit and change dates to those rows. Does that make sense? I'm sorry I'm fairly new at sharepoint.

    I think what you're asking is about having repetitive options in a list, show up easily for new items being created.
    This can be done by setting the columns that contain repetitive information to Choice fields.  In the configuration of the Choice field, check the box for "Allow custom values".  Now as users are entering data into the list, the dropdown of options
    for a given field grows and users can quickly see and select previously entered and thus repetitive values for the given fields.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Set more then 3 values in link

    Hello,
    i am using oracle 10g apex 3.2.
    I created a interactive report,with shows 5 columns in page 1.
    Now 2nd column i made it as link.
    On clicking that link it goes to page 3.
    When i click the link i want to set few items of page 3 with page 1 values.
    But in the column link(report attributes) of the interactive report i could see only 3 items can be set.
    What to do if i need to set more then 3 values?
    For More info on what i am doing---------
    Page 3 is having a form whose values i need to fill from page 1.A user need to click the link i.e. col2 on page 1 and then it goes to page 3 and could be able to see some values in the form of page 3 already filled.I want to send total 6 values.
    Thanks
    Swapna

    Hi,
    Option 1>>>
    When you click link on interactive report , send the primary key to page 3 which contains the form.
    In page 3 add a on load , before header process which will populate the other items based on the primary key value..
    Option 2>>>
    You can enter comma separated item names / values in the link tab of interactive report..
    eg. Name Field you can P1_ITEM1 , P1_ITEM2 , P1_ITEM3 and in value field you can enter the corresponding values eg.. #field1# , #field2# , #field3#
    Regards,
    Shijesh
    Please reward the answer if was helpful/correct

  • ServiceRequest field value too long, 2000 character max (SBL-EAI-13011)

    When I enter more than 2000 characters for a particular field - description, the update : "srequest.ServiceRequestUpdate(inset_input);"
    produces the following error:
    {System.Web.Services.Protocols.SoapException: Field 'Description' in the integration component 'Service Request' contains value 'detaidd...', which is longer than allowed length of 2000 characters.(SBL-EAI-13011)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse
    Does anyone know why I am getting this 2000 character limit when I know this field should support 65k characters (65k is the max when using the ondemand website) ?
    Thanks Ahead Of Time                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Yeah you are correct. On OnDemand the length of this field is 16 K. This field is of Type CLOB in OnDemand
    But web services / analytics / reports doesn't support this field type and we have to restrict to length of 2000 K (This is a limitation)
    Till June that limitation was in place, I don't have the latest update. May be in some of recent patch they have corrected this.

  • Select more then one row in value help (multi selecting)

    Hi Everybody,
    how is it possible to configure a value help, so that the user can choose more then one row?
    regards
    Sid
    Edited by: sid_mopo on Mar 6, 2009 11:54 AM

    Hi Lekha,
    i have a textedit UI-Field with a value help on it. After clicking on the value help there appears a value help table. At this point the user shold have the possibility to choose/mark more then one row. How can i give the user the possibilty to choose more then one row.
    At this time only one row can be selected by a user.
    regards,
    Sid

  • Item should not invoiced more then order value

    Hi my all friend and Laxmi
    I have one requirement where i want a item can not invoiced more then there order item value
    Please suggest me with your valueable suggestion

    Hi,
    T. Code: VTFA (Order-Bill Copy-Control Settings)
    Select Target Bill Doc and Source Sales Doc.
    Click: Item (Left Hand tree)
    Select Item category and Double Click.
    There is one Field: Billing quantity
    Please maintain appropriate selection (My suggestion "A" - Order to Bill ; else "B", if Delivery to Bill)
    Best Regards,
    Amit

Maybe you are looking for