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.

Similar Messages

  • Table for network  system status

    Hi All,
    Can anyone tell us , what are the tables of Network system systems.
    Regards,
    Ravindra

    Amit has provided you table..... you can achieve the same result in most lf the SAP standard report.......
    For the list of Network  status go to CN41
    on the Nework no. input line click on multiple selection--> give the netwrok no. list for which you wanted to see the status. -->enter --> Excute.
    Report will open in screen. in that report go to toolbar and click on 'choose filed' button.(F5) -->one pop up window will open -->right handside scroll down in that window >select 'status' field and move it to left side>enter
    Network status will be shown against you newrok  list. you can verify the same in maintenance txn.
    If you have activated user status the same will also get populated.
    You can downlaod the same in Excle file path is : Evaluation menu>export>save to file. ( via filtering in Excle you call do all the analysis realted to network status how amny are in clised status etc. )
    And spearate the same from other project objects via filtering.
    Regards
    Nitin

  • What is the table for checking billing types assigned to sales orders

    Hi Folks,
    Good morning!
    Could you please help me how to check the billing types assigned to sales documents.
    What is the table to see billing types assigned to sales documents.
    Regards,
    Sarath

    Hello Sarath,
    As mentioned by Siva in the above the table name is TVAK but if you are a functional guy then you should go by the functional assignment.We are assigning the default billing type in Tcode= VOV8.
    All sales document control you can find over here.
    Needless to mention this Billing type you are assigning over here is auto proposed during billing in VF01. But you have option to choose another billing type in VF01 itself considering you have maintained the Copy Control for that.
    Thanks,
    Suman$

  • FM for changing system status in Service Notification

    Hi all,
    I have a tough situation here.
    To change the system status in service notification, the system use "IQS4_CHANGE_STAT_NOTIFICATION".
    CALL FUNCTION 'IQS4_CHANGE_STAT_NOTIFICATION'
      EXPORTING
        i_qmnum                  =
        i_vrgng                  =
        I_CHECK_ONLY             = ' '
        I_SPRAS                  = SY-LANGU
        I_BEZDT                  = SY-DATUM
        I_BEZUR                  = SY-UZEIT
        I_POST                   = 'X'
        I_COMMIT                 = ' '
        I_WAIT                   = ' '
        I_REFRESH_COMPLETE       = 'X'
      IMPORTING
        E_VIQMEL                 =
        E_STTXT                  =
        E_ASTXT                  =
      TABLES
        RETURN                   =
    2 main fields are required; i_qmnum and i_vrgng.
    I am able to provide i_qmnum (as this is the service notification number that i need to change).
    However, i_vrgng is a field in table (TC33-VRGNG). The values in the table does not make sense to me.
    Example. To change the status to NOPR (Put in progress), the FM uses PPM2 or PPM6 for i_vrgng. If we take a look at the table TC33, it doesn't indicate in anyway how NOPR is related to PMM2 or PMM6.
    Is there a guideline (ie, to change status to OSTS, i use a certain value in TC33-VRGNG to run the FM)?
    Please see BAPI_SERVNOT_POSTPONE & BAPI_SERVNOT_PUTINPROGRESS for a clearer picture of what I'm saying.
    Thanks,
    Earl

    Please try using FM STATUS_CHANGE_INTERN for changing System Status as i was not able to find any link between status and the field provided in FM in ur post.
    This FM directly changes system status of any object.But this FM requires System Status Value not Text.
    NOPR, NOCO etc are system texts.The main table for system status  is TJ02T which will give u the status value for the status text.
    For eg NOPR status text will have status value as 'I0070'.
    Reward Points if useful
    Edited by: Pratyasha Shishodia on Mar 14, 2008 11:07 AM

  • 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 Product Plan Status

    Hi,
    In "Basic Data" tab of Product Plan Detail, there's Status field which is the "User" status for the Product Plan.  I am looking for the table which contains this Status field.  DPR_PROJECT table only contain "System" Status field.
    Thanks & Regards,
    Tony

    Hi
    PO status is stored in Structure not in the table.
    Please use the List displays to get the information like ME2N,ME2L, ME2M, ME2K etc
    You can also get the information from the table EKKO, EKPO, EKET,EKBE
    Hope it helps
    thanks/karthik

  • RE: UNABLE TO FIND DATABASE TABLE FOR CHECK NO, IN ISU

    HI,
    CAN ANY BODY TELL ME DATABASE TABLE FOR CHECK NO IN ISU.
    THANKS,
    SARANG

    hey sarang
      i will tell u  a short  cut  to  know vat is the table for all ur desired fields,
    just  enter  a worng  value in the particular  filed.. and then u can  see a error message displayed like the follwing  example
    entry  01 not  found in  table erro1
    just  try  giving  wrong  values for check number..and just  enter
    then u  will get a error message with the table information..
    check wthere this trick  works in ur system
    kr
    prince

  • Problem in finding table for check no.

    Hi Experts,
    I need to print the check number in my form, but the functional person gave the table name as REGUD, but it is a structure. Can any one let me what would be the table for check number(REGUD-CHECT) and bank name(REGUD-UBNKA).
    Thanks & Regards,
    Ramana

    Hi,
    Go to Tcode SE84-> ABAP Dictionary -> Fields -> Table Fields --> field name = <your field name>Execute.
    You will get many tables, take one one of these to meet your requirements.
    But i dint get any table for UBNKA field. So just check this field name whether it is right.
    Again you can search for this field table name by putting "bank name" in short description field.
    Thanks
    Nitesh
    Edited by: Nitesh Kumar on Dec 9, 2008 5:15 PM

  • Table for WBS project status and budget.

    hi,
    i am being requested to have a report with project details with the PO and PR.
    but i were unable to find the table for the project status (TECO, REL) for a WBS element. may i know want table and what field they were being link?
    aside, may i know under what table does the "budget assigned" to a WBS element located at?
    thanks

    Hi Ben,
    in order to retrieve the status of a WBS element, please select into table JEST by object number (JEST-OBJNR = PRPS-OBJNR). This will give you an internal status code (JEST-STAT). Then go to table TJ02 with this internal code and select field TJ02-TXT04: this will give you the external status code.
    For the budget, go to tables COSP and COSS, selecting by object number (OBJNR).
    I hope this helps. Best regards,
    Alvaro

  • What is the tracking ID for checking the status of a sent text message??

    i don't know what the tracking ID is for checking the status of a sent text message...

    You didn't need to post here and start a new thread; you could have just done a search, i.e.,
    https://community.verizonwireless.com/thread/455106

  • How to check system status from Windows command line?

    Does anyone has an idea how to check system status from Windows command line? In UNIX we use startsap check, unfortunately I didn't find an appropriate command provided by SAP.
    The only idea we have is to use
    tasklist /FI "Username eq SAPService<SID>" | find "disp+work"
    which isn't as nice as startsap check.

    Hi,
    In windows you can use the command
    go to profile directory in command prompt and the give the following command to check the status of the instance.
    sapstart check pf=START_DVEBMGS<nr>_<hostname>
    that means you need to mention start profile or instance profile. So that it will say whether the instance is running or not.
    If you want any other information please reply back to me.
    Thanks,
    Chaitanya.

  • No System Status Saved In Production Order

    Hi PP Gurus,
    We encountered a short dump when display production order.
    I have checked the system status of this production order from database, and there is NO record in table JSTO, JEST, etc.
    Why the status has not been saved in production order? How do we deal with the existing production order without system status?
    Appreciate any input here.
    Regards,
    SQ

    Thanks, Marcelo.
    Program ZPSFC008 works well in this case.
    This ticket can be closed.
    Cheers,
    SQ

  • Services to be checked after system restart for getting system status

    Hi,
    We are trying to identify all the services that are to be checked before we confirm that a system is available.
    While performing a system status check on J2EE instances after restart of the system , after getting a respone on TELNET to the HTTP Port sometimes the system was found to be not completely up.
    We have observed that though the server processes are down HTTP service responds to user requests.
    Could you please help identify the other services which must also be checked to be completely sure that the system is UP ?
    We have gone through the document "TCP/IP Ports Used by SAP Applications" in SDN.
    But It doesn't talk about the ports to check for Java server processes.
    For ABAP we do a telnet on Message server and so far we got it right.
    Should we check on other services as well in ABAP stack systems to confirm on their availability?
    Thanks
    Prateek
    Edited by: Prateek Gupta on Dec 5, 2011 8:32 AM
    Edited by: Prateek Gupta on Dec 5, 2011 8:48 AM

    Hi Prateek,
    Please use below command to check if JAVA Stack/Instance is UP and Running or not.
    jcmon pf=/usr/sap/<SID>/SYS/profile/instace profile name (If your Server O.S. is Solaris or Unix)
    Then goto option 20 and you can find there Dispatcher, Server0 and SDM are UP and Running or not.
    If everything is Up and Running, then you can goto your browser and paste there:
    http://Hostname:5<XX>00
    where <XX> is the System Number where your Java enginee/Stack is present.
    In order to check  ABAP Enginee is Up or not, you can check like this:
    dpmon pf=/usr/sap/<SID>/SYS/profile/instace profile name (If your Server O.S. is Solaris or Unix)
    it will show your work process are running or not.

  • Table for SO credit status

    I appreciate if anyone can tell me the table and field name for SO credit status.

    Hi,
    Check the table VBUK..And the over all credit status field is CMGST..
    VBUK-CMGST.
    Thanks,
    Naren

  • Kindly let me know the transaction for checking the Status of par.User?

    Kindly let me know the transaction for checking the Particular Users Status?
    I mean to say,Which Transaction is he into?
    Or Is he/She Logged on to a particular System?
    Regards,
    Shashank.

    Hi,
    Go to Transaction SM04.You will find the List of Users And the List of transactions ther are currently using.
    Regards,
    Sujit

Maybe you are looking for

  • Performance slow using url BufferedReader

    I'm reading the contents of a url using BufferedReader, it takes a while to read the url into my application, what could be done to speed it up. Here's the code. DiscovererUrl = https://url_to_site URL myurl = new URL(DiscovererUrl); HttpURLConnectio

  • Nokia lumia 800 volume problem

    I can't turn my volume up or down. I think its something to do with the buttons because sometimes I can turn it up. Other times I try and it will turn it down. This does my head in as my volume is now stuck on 10/30

  • How can I get certified in oracle 10g DBA

    Hi, I have been working as a DBA for past 3 years. Our database is 8i and now i want to upgrade to 10g. I want to get certified in oracle 10g DBA. So far I havn't written any exam in oracle dba. Please assist/suggest and show some path to get it achi

  • Sequence with in sequence for XML Report

    Hi I am doing XML Report in Oracle Apps. For that i need sequence with in sequence. I am able to do sequence using the below code. <xsl:value-of select="count(preceding::RECEIPT_NUM) + 1"/> but my problem is for every department the sequence must sta

  • Send Coldfusion variables to (then save) PDF

    My site has a PDF form that is pre-filled with information drawn from a database query. This is accomplished with via FDF, as that was the best way I could figure to do it at the time. Firefox doesn't allow for the viewing of PDFs within the browser,