System status table

hi all,
i am locking/unlocking(status) the account assigment of network at header level using CN22 transaction, it is updating the status in table JEST.I just want to know which table that system status update when iam  locking/unlocking the account assigment of network at activity level
Thanks in advance
RK

Hi,
Table JEST also contains the status records for Network Activities.  The object numbers (JEST-OBJNR) begin with 'NV' for Network Activities and 'NP' for Network Headers. 
You can find the corresponding Network Activity object numbers in table AFVC (AFVC-OBJNR = JEST-OBJNR for Network Activities).  The AFVC-AUFPL value can then be linked to CAUFV-AUFPL to find the Network (CAUFV-AUFNR) that is entered in transaction CN22.  I was able to confirm this by changing a Network Activity status which also changed the table entries in JEST.
Regards,
Jamie

Similar Messages

  • Work order-System status table

    Hi,
    In which table does the system status of the work order (TECO, Created, Released etc) gets updated? I want to know in which table does all the open work orders get updated.
    Thanks in Advance

    Dear Jegashree,
    Check this link
    [Production order status|Table : Production order status;
    Regards
    Madhu

  • Production Order, Operation Release Manually System Status Table:

    Hi Expert,
    1) i am creating Production Order for only Reporting purpose, we have 38 Operations and it will doing different different users, customers wants to status for Operation what time and date it operation is release, and what time confirm, in two activity during period we wants capture, release>> Confirm, i found table for Confirmation operation Date and Time, but now i need to what time operation release, date and time, Table, also i config. done in OPK8 in implementation tab, release versions HEADER, ITEM, OPERATION all tick.
    but i cnt able to find where it is store. operation release time and date.
    when we show in CO02, operation overview, select operation, click on status (i)> extras> change doc. >> all >>click on release > sys show there correct time and date.
    pl. suggest
    MANOJ

    Hi,
    You can make use of the standard SAP Order info system transaction COOIS for order confirmations , also you can make use of the table AFRU.
    Please give suitable points if answer found helpful/suitable.
    Regards,
    Amol Kale

  • System status in crm_jcds

    Hello,
    I get the information that the system status of an activity is saved in table crm_jcds.
    Now I can´t find an explanation of the different system states which can be set here.
    Can anybody explain me what is meaned with the states here? For example what means I1006?
    Thanks
    Regards
    Philipp

    Hi,
      The complete status (system and user ) will store in CRM_JEST table, system status table is TJ02 , system status text TJ02t.
    User status : TJ30
    User status Text : TJ30T.
    I1006 means - distributed.
    Regards
    Srinu
    Edited by: sreenivasulareddy eragamreddy on Mar 7, 2008 7:35 PM

  • 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.

  • 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

  • Table for checking System Status in a Service Order

    Hi,
    In which table can I find System Status (like REL - Released) of a Service Order ?
    Thanks.
    Raj

    Linda,
    The system-statuses are stored in table JEST.
    An easier way to get this data is by using function module STATUS_TEXT_EDIT:
    CALL FUNCTION 'STATUS_TEXT_EDIT'
               EXPORTING
                    FLG_USER_STAT = ' '
                    OBJNR         = I_VIAUFKS-OBJNR
                    ONLY_ACTIVE   = 'X'
                    SPRAS         = SY-LANGU
               IMPORTING
                    LINE          = W_LINE.
    *           user_line     = w_user_line.

  • Table for system status for an order

    Hi Gurus,
    we are displaying a report in which list of orders we are displaying in that system status also we need to dispaly for that the logic we have used is take OBJNR from AUFK by passing AUFNR and get all the active status for that AUFNR by passing AUFNR in to JEST by setting the inactive status is equal to space and then by comparing those system status with table TJ02 and we are taking the system status codes from that table. But my requirement is to display the user status in the order how we will get in order screen? In JCDS table am getting the entries based on date and time but unwanted status also it is showing. tell me is there any way to get the exact order how we will get in the order screen.
    Thanks in advance.
    Regards
    Satish

    Hi,
    Its client requirement. we need to show list of orders in a alv report for a particular selection. There for each and every order we are displaying the system status but it is not coming in proper sequence as compared with the order screen system status.
    Please do the needful.
    Regards
    satish

  • DB table to get system status and text for PO.

    Hi All,
    I need the table to get system status for a production order and system status text .Please help.

    Hi Prem,
    JEST table is for system status for a production order and TJ02T table is for system status text.
    Try with these fields in the above tables.
    u2022     OBJNR   like JEST-OBJNR object number
    u2022     STAT      like JEST-STAT  Object status
    u2022     INACT    like JEST-INACT indicator status inactive
    u2022     TXT04    like TJ02T-TXT04 individual status of an object
    u2022     TXT30    likeTJ02T-TXT30 object status.
    Hope it helps you.
    Regards,
    Anusha V.
    Edited by: Anusha on May 26, 2009 10:22 AM

  • Tables fields where the system status is getting stored

    I need to find out the Quotes which have open and completed system status.
    Once I find these orders I need the check the validity dates of the Quotes.
    Can experts please let me know the tables where the system status and the validity dates are stored?

    Try TJ02
    It contains the System status ISTAT.
    Kindly execute the report CRM_ORDER_READ.
    This is a report for executing the FM CRM_ORDER_READ.
    provide the transaction ID or guid as teh input.
    Check the ET_STATUS and ET_APPOINTMENT tables which contain the details required.
    In the table ET_STATUS search with the header GUID.
    The values with I are the system status and the value with E is the user status.
    Explore the result of this report to get more detail.
    Regards,
    Taher

  • System Status check boxes into Quick view (using Tables)

    Dear Experts,
    Please suggest, whether there is any method to get System Status Checkboxes, into the selection screen, while creating a Quck View /Infoset query using Tables only.
    Regards
    Jogeswara Rao

    Narasimhan,
    Thanks for responding.
    As rightly said by you, i spent lot of time with this option. but my problem is:
    - When I give NOPR or other status in the field and execute, one norification appears multiple times in the output (Using VIQMEL, JEST, TJ02T, CRHD etc)
    I cross check these results with IW28 output, and find lot of deviation in the record count, due to this multiplicity.
    Then I used the logical database (Notifications), Here the System Status checkboxes appear on their own and the results too are accurate. But this selection screen is not acceptable, because there appear lot many components which are not not required (you may recall my other query on SHD0)
    This is the whole case.
    As an alternative solution this post, may help in avoiding the repeating lines in the Query explained above.
    Regards
    Jogeswara Rao

  • System status text table

    Hi guys,
    I am looking for table where is stored text of system status from sale order. The system status I mean the status of item in status tab where is writen e.g CLSD FNBL MtoO RESA SETC. (CLSD - closed, FNBL - final billing...)
    I know that in table JEST there is ID of the system status, but I can´t find text of these statuses.
    Thanks for any clue.

    The table with text of system status is TJ02T.

  • Table name & field name for System status of an order

    Hi,
       Can any body pl tell me what is the table name for PM order System status
    Regards
    Amar

    Dear Amar,
    Please check it in JEST table. For that you have to find first OBJNR for order from AUFK or AFPO table for order number & then pass it in JEST so that with INACT = BLANK.
    You will get all active system status for the order starting with I.
    I hope this will resolve your query.
    Regards

  • System Status & User Status Fields/Tables for PM Order

    Hi All,
    May I know the PM Order System Status & User Status Field Names & Tables??
    Sundar

    Dear,
    Table- JEST  to get the status of the order &
    Table- TJ02T to get the text for the internal status & TJ30 to get the text of external status.
    regards
    sunil

  • Gather the "System status component information" via database table

    Hello!
    Which SAP/maxdb-table contains the "System status component information" data ?
    (i.e all components installed in the Abap-part).
    What does a sql statement (via dbmcli) look like to extract this information from that table?
    Version of the ABAP AS is NW2004s, maxdb is on 7.6.01.12
    Regards,
    Fredrik
    Message was edited by:
            Fredrik  Rosengren
    Message was edited by:
            Fredrik  Rosengren

    Hello Frederik,
    I think you mean table CVERS.
    dbmcli -d xxx -u xxx,xxx sql_execute select * from cvers
    Something like that.
    Regards, Michael

Maybe you are looking for

  • How to allow, user to enter the free text in smart forms and Drop Down list

    Hi Experts, How to provide the user to enter text in smart forms? ie Once the smartform generated, there the user allowed to enter text. And also is there any option to provide Dropdown list  in smart forms. Possible give with example with clear idea

  • External hard disc "disappeared"!

    Hi, I upgraded to Lion on my 2.66GZ Intel Core 2 Duo about a month ago. After 3 weeks my new Iomega external hard disk which I used with Time Machine was no longer recognised or appeared as a device in Finder. The Iomega hard disc (top of the range m

  • Ws-security in JWSDP 1.5 - expired truststore

    Greetings, I am trying to run the "simple" Ping example. However, the certificates in the truststore supplied with JWSDP 1.5 have expired. Where can I get a current truststore? Or better yet, how can I generate my own? A DOS batch file with my feeble

  • Pen tool control points too small

    Is there any way to make it easier to select control points for the pen tool? It's really frustrating trying to edit paths since I keep missing the control point which deselects the whole path. Ideally I'd like to be able to increase the size of the

  • System.exit(int) and javac def-use calculation

    I'm wondering if anyone can tell me why javac (J2SE v1.4.2) seems to ignore "System.exit(int)" (alternately, "Runtime.getRuntime().exit(int)") for the pursposes of determining possible variable access before an initialization. For example, consider t