Object Status - JEST Table

Experts,
Can anybody please let me know where is in IMG(SPRO) the object status (JEST-STAT) is maintained.
Thanks a ton for your help.

Hello,
It is in:
Plant Maintenance and Customer Service --> Master Data in Plant Maintenance and Customer Service --> Basic Settings --> Define User Status.
I hope it will help you.

Similar Messages

  • JEST Table Data Extraction

    Hi Gurus,
    I am using Z transactional datasource (ZJEST) created on JEST Table with Full Load.JEST Table has only 4 fields:
    CHGNR     Change number
    INACT     Indicator: Status Is Inactive
    OBJNR     Object number
    STAT     Object status
    This table has around 18 million records.Each time i load data i have to extract around 18 million records.
    Is there any alternate way to avoid loading these huge data every time.Also this table has no date field not extract data based on time.
    Can anyone suggest me with ur valuable inputs.
    Thank in Advance
    Surya.

    Hi ,
    Hi All, If you check the JEST table there is uniqueness for the Records are updated at the table level.
    I think we can't use  OBJNR .May be we can with STAT field.
    Other way:
    From JEST you can extract Full load bacuse there is no delta specific field.
    Create a custom table as ZTEST with additional field timestamp.So that you can fetch only updated data into DS level.
    Now the issue is how the ZTable will be populated:
    Easiest way is with the help of ABAP we can populate from standard to ZJEST every day but when updating we will maniantain Timestamp.So you can extract only those records.
    (or)
    Check How the JEST table is populating by the Functional consultants is there any idention for how many records updated today.But the issue is u r is FULL even though you know the logic no useful.So u need to convert into Delta.
    Regards
    Ram.
    Edited by: Ramakanth Deepak Gandepalli on Dec 10, 2009 11:05 AM

  • Performance Management Objectives are stored Table?

    Hi Friends,
    When i click on Add Objective using Performance Management page i.e the SSHR page
    I am getting the following fields:
    Objective Name
    Created By
    Start Date
    Target Date
    Next Review Date
    Group (Has a list of departments)
    Priority
    Weighting Scale
    Complete (%)
    Achievement Date
    I would like to know if these fields are stored in which table immediately.
    but after transfer the objects to manager, the manager Review worker changes then PER_OBJECTIVES table populated.
    but i want to before which table these objective are stored.
    Please help

    Hi avajain,
    per_performance_tatings fine.
    but i want to objective status informantion.
    means manager created objective send to employee that time status is WKR, Then employee changes and send to manger that time status APPROVAL like way..
    these objective status which table stored.
    can u help me any body
    thanks and regards
    rkrao.

  • Object status tables

    Hi
    Please, could you tell me what is the tables where the object status are storage from SD sales document for example?
    Best Regards,
    Enrique

    Hi Benito Enrique,
    Please have a look at below tables.
    AUSP
    Characteristic Values
    CMFK
    Storage Structure for the Error Log Header
    CMFP
    Storage Structure for Errors Collected
    FMSU
    FI-FM Totals Records
    FPLA
    Billing Plan
    FPLT
    Billing Plan: Dates
    INOB
    Link between Internal Number and Object
    JCDO
    Change Documents for Status Object (Table JSTO)
    JCDS
    Change Documents for System/User Statuses (Table JEST)
    JEST
    Object Status
    JSTO
    Status Object Information
    KANZ
    Assignment of Sales Order Items u2013 Costing Objects
    KEKO
    Product Costing - Header
    KEPH
    Product Costing: Cost Components for Cost of Goods Mfd
    KNKO
    Assignment of a Cost. Est. Number to Config. Object
    KOCLU
    Cluster for Conditions in Purchasing and Sales
    KSSK
    Allocation Table: Object to Class
    NAST
    Message Status
    SADR
    Address Management: Company Data
    VBAK
    Sales Documents: Header Data
    VBAP
    Sales Documents: Item Data
    VBEH
    Schedule Line History
    VBEP
    Sales Document: Schedule Line Data
    VBEX
    SD Document: Export Control: Data at Item Level
    VBFCL
    Sales Document Flow Cluster
    VBLB
    Sales Document: Release Order Data
    VBSN
    Change Status Relating to Scheduling Agreements
    VBUK
    Sales Document: Header Status and Administrative Data
    VBUP
    Sales Document: Item Status
    VBUV
    Sales Document: Incompleteness Log
    VEDA
    Contract Data
    Thanks,
    Swamy H P

  • JEST table and status change document OPL8

    Hi Experts,
    1. I created a prod order and released it and saved. went to AUFK and got the object number to pass in JEST  table. System shows no values found.I was expecting a record for the same. do I need to do something to populate JEST table?
    2. In OPL8 under implementation tab, there is something called status change documents. do I need to configure OCM to use these change documents? if the answer is no, then what is the difference between these change documents and OCM change documents?
    thx in advance

    swathi.rege wrote:
    2. In OPL8 under implementation tab, there is something called status change documents. do I need to configure OCM to use these change documents? if the answer is no, then what is the difference between these change documents and OCM change
    The settings in OPL8 will just determine if system should write the change logs of status to table tables CDHDR and CDPOS (for audit trail). Entries will appear here CO03 >> Header >> Status changes
    I think you opened up different windows of different boxes (DEV, QAS etc) and probably created in production order in DEV and checking status in QAS.
    Edited by: Jeevan Sagar on Feb 12, 2012 10:09 PM

  • How to find objects with active System status-JEST

    Hi All,
    Is there any way in which I can find Production operations based on their active system status.
    The problem I'm facing is SAP stores system status for an order in JEST. And JEST contains many active system status for a PP Operation.
    I have to select all Operations which have status of say e.g. REL(released).
    If the select statement is as below
    select objnr stat
    into table t_jest
    from jest
    where stat = <Internal format of REL>
    and inact NE 'X'.
    Then this will also give those objects which are having REL plus any other higher status.
    Whereas what I want is only those objects which have their current status as REL and not which also as REL.
    The other way of doing this is get a all object and statuses and loop through records and filter out unwanted ones. But it will have serious impact on performance.
    Does anyone has some other solution to the above problem. Any function module or any other table which stores only the current active status.
    Any help would be of great help to me.
    Thanks.
    Message was edited by: Stephen Peter

    Hi Peter
    we have to these FMs to get the Status of Prod.Order.I have Developed one Reoprt which will show up order staus / stages
    like : col1 is orders which are in Open nothing but REL.So u have to put a Condition where jest-stat ='REL' only.
    OPEN-TECO  PCNF-TECO
            2          0
            9          5
            0          0
            2          0
            3          0
            4          3
            0          1
            0          0
            1          0
            2          0
           23          9
    CRS_SORDER_CREATE_UPLOAD_PROXY                                                               
    CRS_SORDER_STATUS_UPLOAD_PROXY                                                               
    MASS_PERFORM_STATUS_CHANGES                                                                  
    STATUS_READ                      Read Object Status (JSTO and JEST)                          
    STATUS_READ_MULTI                                       
    * Getting the Order Number and Obj.Number.
       select aufnr erdat werks objnr from aufk
                          into corresponding fields of table  otab
                                      where auart in ('PP01','PP02')
                                        and erdat gt s_budat-low
    *                                    prabhu on 24.5.5
                                        and werks in s_werks.
    * Getting the Obj.Number and Status Number
    data : w_stat like jtab-stat.
    *  loop at otab.
      if otab[] is not initial.
      select objnr stat from jest
                        into corresponding fields of  table jtab
                        for all entries in otab
                              where objnr = otab-objnr
                              and inact eq ''.
      endif.
    * Getting the Status Text for All The Orders
      loop at jtab.
      read table ttab with key istat = jtab-stat.
      if sy-subrc ne 0.
      select single  txt04 txt30 from tj02t
                           into (ttab-txt04,ttab-txt30)
                               where istat eq jtab-stat
                                 and spras eq 'EN'.
       if sy-subrc eq 0.
        ttab-istat = jtab-stat.
        append ttab.
        clear ttab.
        endif.
       endif.
      endloop.
    i think u got one Inputs.
    Regards
    Prabhu
    [email protected]

  • Update system status in JEST table

    Hi Experts,
    I need to update the system status TECO as inactive in table JEST based on some condition from program manually. It might not be suggested to directly modify the database table. I got one BAPI function module BAPI_ALM_ORDER_MAINTAIN, but could not find how to use it.
    Can you please let me know whether there are any BADIs or BAPIs to update the system status in JEST table.
    Thanks in advance for you help.
    regards,
    Lakshmi.

    Hi ,,
    Thank you for your suggestion. but I got a FM which exactly updates the system status in JEST and JCDS tables.
    The function module STATUS_CHANGE_INTERN and can be used as follows. We always need to follow one condition that, when the system status TECO is changing to inactive the REL status should be made Active.
        DATA: i_stat TYPE STANDARD TABLE OF jstat.
        DATA: wa_stat TYPE jstat.
        wa_stat-stat = 'I0045'.
        wa_stat-inact = 'X'.
        APPEND wa_stat TO i_stat.
        wa_stat-stat = 'I0002'.
        wa_stat-inact = ' '.
        APPEND wa_stat TO i_stat.
        CALL FUNCTION 'STATUS_CHANGE_INTERN'
          EXPORTING
            client              = sy-mandt
            objnr               = lv_objnr
          TABLES
            status              = i_stat
          EXCEPTIONS
            object_not_found    = 1
            status_inconsistent = 2
            status_not_allowed  = 3
            OTHERS              = 4.
    COMMIT WORK.

  • Table which stores Object Status for Sales order

    Hi Experts,
    In Sales order header Status , there is a an object status when i click on that one it will take to new screen
    It will show status with status no, and Status w/o Status no.
    I want to know in which table this status will be saved.
    Please let me know if my question is unclear.
    Thanks,
    Sunil kairam.

    Hi Vikranth,
    I already check that but didn't find my answer in that.
    I have these following status showing when i click on object status buttion.
    No Stat Text
    10 S10  Not approved (Finance)
    20 S20  Only Down payment Allowed
    30 S30  Eligible to Order Book Record
    40 S40  Totally approved (Finance)
    TECH Technically valid
    EXEC Released for execution
    BIOK Batch input success
    FPD  First Promised Date
    FF   Firm Forecas
    Can you please tell me where this status will be stored?
    Thanks,
    Sunil kairam.

  • Docs with  object status

    list of document with object status, can somebody explain how does it work and how to activate a status
    how can we activate new user status for documents, pl help
    Edited by: varada rajan on Apr 3, 2008 7:31 AM
    Edited by: varada rajan on Apr 3, 2008 7:46 AM

    Hi,
    If you are talking about sales order status, this can be configured through status profile.
    SPRO-SD-SALES-SALES DOCUMENTS - DEFINE & ASSIGN STATUS PROFILE.
    Based on the user status you have maintained for your sales document, the status can be viewed in table JEST.
    For this first go to VBAK - get document condition header, and take this document condition header and go to table JEST.
    Here your current status will start with E**** and status inactive flag would be blank.
    Hope this helps you.
    Reward points for contribution if it does.
    Regards
    Ravi

  • System status field  table name

    Dear all,
    I required help from all of you for finding the table  name for system status of equipment
    Thanks
    Raghav

    Hi,
    JEST - Individual Object Status
    JCDS - Change Documents for System/User Statuses (Table JEST)
    TJ02T - System status texts
    TJ30T - Texts for User Status
    To access jest/jcds use EQUI-OBJNR.
    Regards,
    Maria João Rocha

  • Object status for a sales document

    Hi
    I have maintained one status profile with 3 status and assigned it quotation document (Quotation -> Stauts Data - > Object status -> 3 new status in radio buttons ). In which table can i see that this document number and status of document?
    Tj30t has the description and number of new status .
    Thanks in advance.
    Regds,
    Vaishnavi

    Hi,
    You can get document number and status details in V.26 transaction code.
    Goto V.26, enter status e.g BLK ( blocked) and choose user status and execute.
    System will show you list of the documents with status.
    If you are using header status, then goto VBAK table get the value from the OBJNR field (Object number).
    Goto JEST table and enter Object number and system will show the status.  E.g E0001(Tehnical name) . (The sequence you maintained in status profiles)
    E0001  CRT created
    E0002  BLK  Blocked
    E0003  REL Released
    Regards,
    Chandrasekhar

  • Significance of STAT field in JEST table

    In one of my report I need to extract the status of a equipment from JEST table, the field is STAT. Incidentally the table contains other two fields INACT and CHGNR.
    I am not getting the meaning and significance of each of the fields in this JEST table. Can anyone tell me the significance of this STAT field and its possible set of values.
    Please help me. It is a bit urgent.
    Thanks in advance.

    If you need to extract the status of a particular object, you can try using FM: STATUS_READ with the object number and 'X' for Only Active.
    Coming to your question, Field INACT of table JEST identifies whether the status is currently active or inactive. Field CHGNR determines the sequence in which the status'es are changed.
    Possible set of values determines on the Status Profile which is configurable and differs from System to System.
    Check in table TJ30 with the status profile to know the various status'es defined for the profile. For their descriptions you can check table: TJ30T or alternatively you can try view V_TJ30T.
    So for your sequence i would advice:
    1. Execute FM: STATUS_OBJECT_READ with Object Number to retreive the status profile.
    2. Execute FM: STATUS_READ to extract the active status of the object.
    3. Extract the description of the status from table TJ30T with the status profile and status.
    Hope that helps.

  • Object status - Get description instead of code (J_STATUS) for OBJNR

    Hi,
    I am modifying a report, in which one of the fields on output is "Object status," which is pulled from table "Jest". The field is called "Stat" and pertains to the specific OBJNR (object number.)
    However, the status is a code (5 Char) but the user wants to see a description instead. Where can I get the description data for the status from?
    Thanks,
    John

    Hello,
    I think you may be talking about the statuses held in tables TJ02T and TJ30T (4.64).  If yes, here's how we get to them:
         f_system_status     type j_stsma.
         f_user_status         type j_stsma.
        select single c~txt04
          into (f_system_status)
          from equi as a
          join jest as b
            on bobjnr eq aobjnr
          join tj02t as c
            on cistat eq bstat
         where a~sernr = i_old-sernr and
               a~eqtyp = 'I' and
               not b~inact = 'X' and
               c~istat like 'I%' and
               c~spras = 'EN'.
        select single c~txt04
          into (f_user_status)
          from equi as a
          join jest as b
            on bobjnr eq aobjnr
          join tj30t as c
            on cestat eq bstat
         where a~sernr = i_old-sernr and
               a~eqtyp = 'I' and
               not b~inact = 'X' and
               c~stsma eq 'CPS-DEV1' and
               b~stat like 'E%'.
    Hope this helps!
    K---

  • Settlement job is held up on JEST table

    Hi ,
    A settlement job is held up in JEST table and is shown in SM66.There are many hits of this JEST table which is in sequential read status .The job which is related to this table is running inconsistently since 3 days ie the duration for completion of job is increasing gradually.
    So can anyone help in understanding as why the JEST table gives these many hits and is in sequential read status. This is found everyday.
    Thanks,
    Amber

    First: don't rely on the "sequential read" what you see in SM50/SM66 (see Note 825653 - Oracle: Common errors, point 15).
    Check ST04/DBACOCKPIT what the database is actually doing and which access plan is used for that statement. Also check that your database statistics are up-to-date for that table.
    Markus

  • Object status

    Hi Experts, I have a standard sap transaction. I want to debug the Object status, but I need information on this field. What is it exactly and where is it coming from. Is it coming from somewhere on the screen of the initial transaction?

    hiiii
    If you want to know any field information in the transaction then just put curser on that field and press F1 button.it will give you new window .in that press button of technical information.here you will get all the information about that field.there in Table field you will get the information about ..where exactly that field value is stored..
    reward if useful
    thx
    twinkal

Maybe you are looking for

  • Fields display in the ALV List

    Hi Experts, I am using 3.0f version, in my report i am using function module  LIST_DISPLAY. Newly i added 3 fields in the report. But these fileds are comming in the second row. But i want to display in the first row only. report line size is nearly

  • Select Query Resutls - operand for WebI Rich Client XI3.0 not available?

    Hi , Using Deski we put a filter condition on a query using the deski query panel.  Also we can select resutls from another query in the same report (query from a differen dataprovider) using the operand Select Query Resutls(any). However in Web Inte

  • Mdx Query performance problem

    Hi Is there any way to control the performance of Mdx expressions that use the Filter function? The following Mdx statement is an example of a query we are generating to return filtered characteristic values for users to make selections for variables

  • Excel 2013 Date Popup

    Hello, I would like to create a way to allow a calendar popup in a specific cell in Excel 2013. I have searched through many forums, but I cant find anything relating directly to 2013. I just want to click a cell and have a calendar popup and when I

  • Windows 8.1 start menu button and charms frozen

    So sometimes when I try to click the bottom-left start icon, it suddenly does not work. I hover over it but it doesn't change color nor work at all, but after i restart explorer.exe from task manager it starts working again. This happens randomly, an