Which table contains collected values of metric key in EM repos?

I've a metric group which has a metric key. When queying the collected values for the metric group, I don't see the metric key values from the result.
select METRIC_GROUP_NAME, METRIC_COLUMN_NAME, VALUE
from GC_METRIC_VALUES_LATEST
where METRIC_GROUP_NAME = '<metric name>';
Using the oracle_database [Type]/database [instance]/'Archive Area'[metric group] as example, 'Archive Area Destination' is the metric key.
Run this query:
select METRIC_GROUP_NAME, METRIC_COLUMN_NAME, VALUE
from GC_METRIC_VALUES_LATEST
where ENTITY_guid = (select target_guid from mgmt_targets where target_name ='database' and target_type='oracle_database')
and METRIC_GROUP_NAME = 'archFull';
result:
archFull     archTotal     195570068
archFull     archUsed     76805980
archFull     archUsedPercent     42
archFull     archAvail     118764088
Where I can find collected values of the metric key?

Thank you, Joseba. It does help to some extent. Now I have a non-updatable field with the climate name in it, and below that is the magnifying-glass icon that invokes the list of values. I guess that's not bad, and I can put a label next to the magnifying class saying "Click to select climate". So it's better, but still looks very odd compared to updating fields that are in the LOCATION table itself, where it's an updatable field and the maginfying glass is right next to it. Really the user should not have to behave differently just because the database chooses to hold the value that he wants to alter as a reference to another table.
Is there at least a way to put the list of values magnifying-glass next to the field that displays teh value, rather than underneath it? They are all inside a thing called "af:panelFormLayout", and I tried setting MaxColumns to 2 in its properties, but it still won't let me move the list-of-values field alongside the other one.
Thanks.

Similar Messages

  • Which table contains net book value for Assets created with AS91.

    Which table contains net book value for Assets created with AS91.
    I have a problem locating where the net book value is stored in SAP.  Is it simply calculated and not stored in any one place?  I am trying to predict how SAP will calculate the net book value for some assets we plan on converting, but my formula doesn't always work consistently and I have not idea what is going on.  If it is stored in a table some place, can anyone please let me know!
    Thank you all

    Hi anar.samadzade & Michael Stewart
    It is not possible to directly get net book value of an any Table. You must migrate the gross book value (acquisition cost) and the accumulated depreciation. SAP will then calculate the NBV.
    Gross Block & Accumulate Dep you will get from Table: ANLC
    http://fixedassetsaccounting.net/migrating-fixed-assets-into-sap-a-harlex-guide/
    Dear anar.samadzade Ask Questions politely
    Regards
    Viswa

  • How to transfer database table contain null values, primary key, and foreign key to the another database in same server. using INSERT method.

    how to transfer database table contain null values, primary key, and foreign key to the another database in same server. using INSERT method.  thanks

    INSERT targetdb.dbo.tbl (col1, col2, col3, ...)
       SELECT col1, col2, col3, ...
       FROM   sourcedb.dbo.tbl
    Or what is your question really about? Since you talke about foreign keys etc, I suspect that you want to transfer the entire table definition, but you cannot do that with an INSERT statement.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Which table contains - Customer Master Changes?

    Team,
    Which table contains - Customer Master Changes?
    Please be specific; For example:
    CDHDR:
    OBJECTCLAS ?
    CDPOS:
    BJECTCLAS?
    ABNAME
    ABKEY
    HNGIND
    Thanks

    Hi Naved,
    try this:
    CDHDR-OBJECTCLAS = 'DEBI'
    CDHDR-OBJECTID = customer no.
    CDPOS-OBJECTCLAS = 'DEBI'
    CDPOS-OBJECTID = customer no.
    CDPOS-CHANGENR = CDHDR-CHANGENR
    CDPOS-TABNAME = 'KNA1'
    CDPOS-TABKEY = sy-mandt + customer no. (key of table KNA1)
    CDPOS-FNAME = field modified
    CDPOS-CHNGIND = (U Update, I Insert, D Delete)
    Regards, Manuel
    PS: Please remember to reward points if the answer is useful.

  • Which table contains - FI Document Changes?

    Team,
    Which table contains - FI Document Changes?
    Please be specific; For example:
    CDHDR:
    OBJECTCLAS ?
    CDPOS:
    BJECTCLAS?
    ABNAME  
    ABKEY      
    HNGIND  
    Thanks

    Hello
    The OBJECTCLAS is BELEG.
    Use FM CHANGEDOCUMENT_READ_HEADERS
    with objectclass = 'BELEG'
         objectid  = (concatenate client + company code + doc no + fiscal year)
    Then loop at the header and use FM
      CHANGEDOCUMENT_READ_POSITIONS
    to get the CDPOS values
    Hope this helps
    Shounak
    Message was edited by: Shounak Mukherjee

  • I have a value 'JPM'.wants to know the table containing this value.

    My application is throwing error becouse of one of the value (JPM) .
    Can i know which table has this value.
    I cannot use USER_TABB_COLUMNS since i dont know the COLUMN_TYPE.
    i dont know wat kind of field is this.
    the schema is not big and it contains approx. 500 objects.
    Kindly suggest.

    Mysterious. This is why I dislike dynamic SQL: you can't tell whether it's really going to work until you run it. All I can suggest is some debugging. I don't really like to encourgae the use of the Devil's Debugger, but you can change the inner loop to show which column it's about to execute and hence try to figure out what goes wrong when it fails....
    SQL> DECLARE
      2     n NUMBER;
      3  BEGIN
      4      FOR r IN ( SELECT owner, table_name, column_name
      5                 FROM all_tab_columns
      6                 WHERE  data_type IN ('CHAR', 'VARCHAR2')
      7                 AND   owner = 'A'
      8                 AND    data_length >=3 )
      9      LOOP
    10          dbms_output.put_line(r.owner||'.'||r.table_name||'.'||r.column_name);
    11          EXECUTE IMMEDIATE
    12              'select count(*) from '||r.owner||'.'||r.table_name||
    13              ' where '||r.column_name||' = ''JPM''' INTO n;
    14          IF n != 0 THEN
    15              dbms_output.put_line('FOUND='||r.owner||'.'||r.table_name||'.'||r.column_name);
    16          END IF;
    17      END LOOP;
    18  END;
    19  /
    A.DEPTREE.TYPE
    A.DEPTREE.SCHEMA
    A.DEPTREE.NAME
    A.IDEPTREE.DEPENDENCIES
    A.T1.COL2
    A.TEO.WHATEVER
    A.TT1.COL1
    PL/SQL procedure successfully completed.
    SQL> Cheers, APC

  • In which table is the value of the field User-Status of trans IW22 stored?

    I have changed the user status of a notification in transaction IW22, to APTC. Now i want to retrieve this value for further process in workflow.
    Can anybody tell me in which table is the value of this field stored?

    Hi,
    these tables do not contain user statuses against respective notification nos...

  • Which table contains the text

    hi all,
    im working on a smartform where i need to display data of trx VA01.After the initial screen of va01 in the Sales Tab when i double click the line item (Material field), it goes to a third screen where in Additional Data A tab  , Material Groups are defined from 1 to 5.
    I need to display the data entered in material group. In table VBAP the value for the material groups  from 1 to 5 is in the form of 01,02,03 etc. whereas when the user selects value of these they appear in a drop down list in the form of text.
    e.g:
    Material group 1 : uk , germany,india.(these are the options in drop down list on screen).
    vbap contains mvgr1 as 01, 02,06.
    I need to know which table contains the text uk,germany,india.
    thnxs .
    Points will be rewarded!

    Hi,
    Check the tables..
    For MVGR1 - TVM1T
    For MVGR2 - TVM2T
    For MVGR3 - TVM3T
    For MVGR4 - TVM4T
    For MVGR5 - TVM5T
    Thanks,
    Naren

  • IN which table stores the Value of sales orders Net Value

    IN which table stores the Value of sales orders Net Value

    Hi Lakshmi,
    Check Following Tables:
    CRMD_PRICING_I
    CRMM_PR_SALESA
    CNCCRMPRSAP00090
    Reward Points if Helpful.
    Srini.

  • Which table stores the value of status column in leave request.

    Which table stores the value of status column in leave request.If i give pernr ,absence type and date how would i get the status
    Thanks
    Bala Duvvuri

    Hi,
    PTREQ_ACTOR      -              Request Participant
    PTREQ_ATTABSDATA    -           Request Data for Attendances/Absences
    PTREQ_BATCH              -      Time Stamp for Run of Background Jobs
    PTREQ_CKEY_MAPP      -        Cache Assignment Table
    PTREQ_HEADER             -      Request Header
    PTREQ_ITEM_TYPES       -        Request Item Types
    PTREQ_ITEMS                  -  Request Items
    PTREQ_NOTICE                -   Note for Request
    PTREQ_STATUS_CHK      -         Check Methods for Status Transitions
    PTREQ_STATUS_TRA      -         Status Transfers
    PTREQ_TYPE                    - Request Types
    PTREQ_XFEREVENTS       -        Permitted Status Transitions
    PTREQ_XFEREVNT_T        -       Texts for Status Transitions
    Value of staus column you can check it PTREQ_STATUS_CHK

  • Which table contains the order status in APO

    Hi experts,
    i need to knw which table contains order status in APO system.
    like in the table /SAPAPO/POSMAPN we have open and close status ,
    Like wise we need to find a table which has the order status in APO.
    particularly i am interested in all those whose status is in PGI (post goods)
    regards
    rahul.

    Hi,
    You can check the details in PLAF-table.
    Regards,
    Shamma

  • Which table contains the field CNTRC(Counter Reading)?

    Hi Guys,
    1) Can anybody tell me which table contains the field CNTRC (short description is Counter Reading) ?
    2) CNTRC is available in the structure RIMR0. In a situation like this, how do we identify the table name?
    Thanks in Advance,
    Vijay

    Dear Vijay
    The counter reading is available in IMRG table in field CNTRR. It is available in exponential form. you need to convert to decimal from using the FM FLTP_CHAR_CONVERSION_FROM_SI
    Please go through the below link for the
    same
    Link: [Re: Counter reading in IK11]
    Regards
    gajesh

  • Which table contains both company code and Plant

    HI,
    Which table contains both company code and Plant?
    which table contains Purchase requisition number and Company code?
    Please help me.

    plant and company code <b>marc</b>
    MANDT     MANDT     CLNT     3     0     Client
    MATNR     MATNR     CHAR     18     0     Material Number
    WERKS     WERKS_D     CHAR     4     0     Plant
    Purchase requisition number and Company code in <b>ekpo</b>
    MANDT     MANDT     CLNT     3     0     Client
    BANFN     BANFN     CHAR     10     0     Purchase requisition number
    reward fi usefull

  • Which table contains function module program name

    Hi,
    Which table contains function module program name.
    Regards,
    raj

    Hi,
    We have one function module called 'FUNCTION_INCLUDE_INFO'.
    Where u ll get the program name to which it belongs to, function group and the include number. (e.g if the function group program name contains 9 function modules and ur function module  is in 3rd include then it will return the include name to which it belongs )

  • Which table stores old value of IBAN number and how to retrive old value.

    HELLO TEAM
    We are going through an enhancement process that requires to display old value and new value of the IBAN number from the Vendor master records. As IBAN is a combination of the country key, Bank Key and Bank account number, which are all key fields, their values are stored in the form of key in CDHDR and and CDPOS tables. The bank details are only shown in other key tab/column and the field name is displayed as key in CDPOS. These sensitive field changes are displayed as created or deleted but do not show as old value=x and new value =Y.The old value and new value fields are blank. The same happens for object IBAN and the tiban table only stores iban numbers that are updated and does not store old value of the iban number.
    If I have to display in the report s_alr_87012089, the old value and the new value of the iban number , how can i achieve the task. From which table we can retireve the old value of the IBAN number.
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Thank you in anticipation of a solution
    Shekhar
    Edited by: Rob Burbank on Jul 19, 2011 4:59 PM

    Hello Team
    We have explored all the above means. We are working in 4.7 environment. As we could not find an appropriate solution, we have approached the forum. The old value is not stored in cdhdr and cdpos and has the indicator as 'E' -Delete. So if an updation is done then it will delete old value and create a new value. This happens especially for the fields Bank Country Key,Bank Key, Bank Account Number. All we have checked the object attributes in the table lfbk, where for some fields it does track changes  and for other it does not track changes. This is especially for the fields kovon and kobis.
    If the requirement is to track changes to the fields Bank Country Key,Bank Key, Bank Account Number, kovon, kobis, iban which are sensitive data, and the report has to display old value and new value for sox compliance, how can this be achieved?
    I have also gone through the SAP note 580266
    If we are running a report to track changes to all vendors or a selected group of vendors, only some fields show up the value old value and new value.
    Would appreciate if an appropriate solution is provided.
    Request for a solution as i waited for 2 days if any expert could help!!!
    Thank you
    shekhar
    Edited by: V_Shekhar on Jul 27, 2011 1:18 PM
    Edited by: V_Shekhar on Jul 28, 2011 4:36 PM

Maybe you are looking for

  • Using variables in procedures

    hey guys I'm trying to create a procedure to insert data into certain table what i want to do is : 1)get the max(ID) of a certain table so i can increase it by 1 and insert a new record 2)check a condition and depending on that some execution will be

  • What has happened to "Help" in Photoshop CS4?

    When you click on "Help" in Photoshop CS4 it no longer opens a document with explanations of the functions of Photoshop. I'm trying to import a font into Photoshop. Roger Stowell

  • Problem when register parameter for conc program through backend

    Hi all, i register the executable and corresponding conc program through backend. But when i tried to register the parameter from backend using fnd_program.paramter procedure i got many error. So can any of u guys help me out to find my ways ,how to

  • Installing java 2 SDK,SE v1.4.2_01

    i installed this in the windows offline version, in my add remove programs i have java 2 sdk,se v 1.4.2_01 and also java 2 runtime environment, se v1.4.2_01 does this package install both or did i leave the runtime enviornment installed by mistake be

  • Changing page number sizes

    I need to change the font size of the page numbers in my 300+ page document in the CS4 version of Indesign. The page numbers were created automatically, but without the use of a master text frame (it was started in the CS3 version, which I understand