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.

Similar Messages

  • 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

  • Status text for Equipment

    I am calling function
    CALL FUNCTION 'STATUS_READ'
    which returns a table of status for the equipment in the form 'E0001'.
    I want to get the text description of that status  such as 'ESTO' in order to compare with a value beign read from an input file
    Where can I find the textual description of the status
    J.J

    hi JJ,
    In Table <b>TJ02T</b> you can find the system status text table ...
    if it is answered please closed the thread by marking helpful answers else let us know for what you are looking for
    Regards,
    Santosh

  • 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

  • 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

  • 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

  • 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

  • Not getting texts for infoobject 0CPR_STAT1 (cProject- System Status)

    Hi All,
    We are not getting texts for infoobject 0CPR_STAT1 (cProject->System Status), 0CPR_STAT2, 0CPR_STAT3. Even in source system r/3 there are no records and our function team doesn't  no how to get the records in that data source.
    DATA SOURCE NAME 0DPR_STSYS1_TEXT, 0DPR_STSYS2_TEXT, 0DPR_STSYS3_TEXT
    Can anyone suggest.
    Thanking you in anticipation.
    Regards
    Vandana

    Please check these links for the table names:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ea/1847ff9624314e9bc7601b890b662a/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/49/c71c047b24014aac52785bf42aee83/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b8/5cec634da16f4da2861aeb9e6f966e/frameset.htm
    Hope this helps...

  • SM58 status text " No service for system SAPERP, client 800 in integr "

    In Idoc to file scenario:
    i have fallowed this blog to configure ALE settings
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi
    I have generated one idoc successfuly from sap r/3 system.
    but i didn't find any idoc in xi server.
    control records are
    receiver:A000000036,(RFC DESTINATION->LS_XI_100( Remote login sucessful for xi system))
          LS_XI_100
          LS
    Sender: SAPERP
         LS_SAP_800
         LS
    ID: Adapter specific identifiers are( LS->LS_SAP800, R/3->ERP,CLIENT,800)
    so i have gone to tcode sm58 in sap r/3
       where i found the status text "No service for system SAPERP, client 800 in integr)
    Please help me from this problem.
    Regards,
    Deviprasad.

    Hi Deviparasad,
    please create a techincal system and busniess system of type ABAP in XI SLD if you have already created the techincal system and busniess system  then check whether client 800 is used or not if include client 800.
    please reward points
    Regards
    Sreeram.G.Reddy

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

  • 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

  • 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

  • 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

Maybe you are looking for