Table for status

Hi all,
what is the table for the user and system status ?
can we directly go with the tabel or do weneed to do a read?
sap guru

you will find in CRM_JEST, TJ20T, TJ30T, TJ02T..
Yes, you will find the status of header, item with CRM_JEST table..
pass on the guid...

Similar Messages

  • Db table for Status of Serial Number

    Hi,
    In IQ09 we will give Status Included and Status Excluded . In what table that status is storing ?
    that status belongs to serial number. like
    ELOK - Locked
    ESTO - In the warehouse.
    when you press F4 in STATUS INCLUDE selection field in the IQ09 T.code you will get this.
    I want where this status will store ?
    Bye,
    Satya.

    Hi,
    Status Included -> stai1      From       rihea-i_estatin   MATCHCODE OBJECT i_status     ,
    Status Excluded  -> stae1      From      rihea-i_estatex   MATCHCODE OBJECT i_status     ,
    in the  IQ09   it calls  the  function module   and gets the  data   dynamically  from
    HELP_START  ....
    for  getting the o/p  it required 
                                            CALL                                             D
                                            OBJECT                                             F
                                            PROGRAM                                             RSSYSTDB
                                            DYNPRO                                             1000
                                            TABNAME                                             RIHEA
                                            FIELDNAME                                             I_ESTATIN
                                            FIELDTYPE                                             CHAR
                                            KEYWORD                                       
                                            FIELDLNG                                             04
                                            FLDVALUE                                       
                                            MCOBJ                                             I_STATUS
                                            SPRAS                                             E
                                            MENUFUNCT                                             -DOK
                                            MESSAGEID                                       
                                            MESSAGENR                                       
                                            MESSAGE                                       
                                            TITLE                                             Display Material Serial Number: Serial Number Selection
                                            DYNPROFLD                                             STAI1-LOW
                                            DYNPROFLAG                                       
                                            CHECKTABLE                                       
                                            CHECKFIELD                                       
                                            VALEXIST                                       
                                            TCODE                                             IQ09
                                            PFKEY                                             %_00
                                            DOCUKEY                                       
                                            REPORT                                             RIEQUI21
                                            DOCUID                                             FE
                                            DOCUOBJECT                                       
                                            HEADERTEXT                                       
                                            F1SYSHEL                                       
                                            MSGV1                                       
                                            MSGV2                                       
                                            MSGV3                                       
                                            MSGV4                                       
                                            SHOW                                       
    gIRISH

  • Db Table for STATUS

    Hi,
    In IQ09 we will give Status Included and Status Excluded . In what table that status is storing ?
    that status belongs to serial number.
    Bye,
    Satya.

    Hi
    Check table SER01(Document Header for Serial Numbers for Delivery).
    Here OBKNR will be Object list number and LIEF_NR will be the delivery number and POSNR will be the line item of delivery number.
    OBJK is the object table and you will have SERNR as serial number in this table
    Regards,
    Sree

  • Table for Statuses for system and User

    Hi Experts,
    Could any one know me the tavles related and also CRM_JEST.
    Madhavika

    Hello MCG ,
    Below are the tables for statues:-
    BS02                 Maintain status profiles
    BS03                 Display status profiles
    BS12                 Maintain object types
    BS13                 Display object types
    BS22                 Maintain system status
    BS23                 Display system status
    BS32                 Maintain processes
    BS33                 Display processes
    BS42                 Maintain Status Selection Profiles
    BS43                 Display status selection
    BS52                 Maintain authorization key
    BS53                 Display authoriztaion key
    Thanks
    Pooja

  • Table for Status for Opportunity or Credit Memo

    Hi,
    Which table stores the 'Status' field for Opportunity?
    Thanks,
    Chirantan

    Hi,
    The tables are TJ30, TJ30T.
    Hope this helps!
    Best regards,
    Roula

  • Table for Status profile

    Hi,
    Is there any table which links sales order number and status profile???
    or
    eg:::
    Already sales order has been created with status profile ZSD003.
    Now a new status profile is been created ZSDITM.
    How to change the statusprofile for the already existing sale order having profile ZSD003 with the new status profile ZSDITM
    being ZSD003 in grade out state.
    Regards,
    Pradeep.

    Hello,
    I don't think the status profile can be changed for already created order, because when you are creating the order itself, the status gets updated.
    You need to assign the new status profile to the order type. It will be applicable to the newly created orders.
    Prase

  • Table for purchase order status

    Hello friends,
    There's a tab STATUS in purchase order (tcoe ME21N).
    I can't find a table which contains theses statuses.
    Anybody knows what's the table for purchase orders status ??
    Regards,
    Bahia

    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

  • Table for maitnenace order status

    Dear Experts,
    Can any one please tell me in which table the maitenance order status is stored?
    And also process order status table.
    Please help me out.
    Thanks and Regards,
    Praveen.

    Hi,
    For Status you can check the following tables:
    Status  JCDS  Change Documents for System/User Statuses 
    Status  JEST  Object status 
    Status  JSTO  Status object information 
    Status  TJ02T  Texts for system status 
    Status  TJ30T  Texts for user status 
    Apart from this there is a Wiki for PM Tables, please check  [PM Tables|https://wiki.sdn.sap.com/wiki/x/voCCAw ]_.
    Thanks,
    Amit.
    Edited by: Amit Saxena on Dec 25, 2008 12:18 PM

  • Approach for holding the same message and updating the table field Status

    Hi,
    I have a scenario a (first) proxy asynchronous to JDBC synchronous and then(second) proxy asynchronous.
    my first proxy calls sends records (which has a status entry " in process" ) to JDBC it updates or inserts.
    JDBC sends a response (may be a count of records updated or inserted)
    now i need to handle some how to get the records which have been inserted or updated, so that i can map and change the table entry  status field" in process" to " active".
    Can i handle this without stored procedures.If so how
    Can it be done through BPM  where i retain inital mapping or any other solution. please  help.

    Hi Robin,
    Ok (but that would be the apt method)
    Some other approaches :
    1. Make a async scenario (Proxy to DB), which will update or insert records. Write a trigger in DB which will fetch updated/inserted records and send it to XI. Then you update them in R/3 (via proxy). So you will have two async interfaces (one is Proxy to DB and other one DB to Proxy)
    2. go for BPM. Receive (from proxy), transform sync send, transform send (to proxy) . I will not prefer this as it will be a performance hinderance.
    Regards
    Suraj

  • Tables for Opportunity "Status" and "Reason"

    Hi,
    Can someone help me in finding the tables for determining "Status" and "Reason" for an opportunity along with the relvant text descriptions?
    Regards,
    Sandeep

    Hi Sandeep,
    Status-  code in field stat of CRM_JEST table
                    OBJNR = guid opportunity
                    INACT = SPACE
            Text of status in TJ30T with your status profile
    Reason-  code in field code of CRMD_SRV_SUBJECT with   
               guid_ref equal to guid_set( of crmd_link with objtype_set = 29 )
            Text of reason in QPCT
    I hope this way help you.
    Regards.
    Manuel

  • Table fields for Status of an equipment.

    Hi Experts,
    Can anyone tell me Tables and fields available for Status of an equipment. Which is shown in IE03.
    i.e. 'INST','AVLB'......etc.
    Thanks,
    Ashesh Chokhawala.

    hi,
    u can check in these tables
    equi,
             itob,
             viaufks,
             viqmel,
             jest,
             t001w,
             eqkt,
             t001,
             aufk,
             imptt,
             imrg,
             auak,
             afko,
             afvc,
             crhd,
             coss,
             resb,
             makt,
             eban,
             ekbe,
             tj02t,
             afih,
             qmel,
             hikola,
             pmco.

  • Table for E Mail statuses

    Hello Experts,
    I am able to see the E Mails statuses in SOST transaction code. Can anyone tell me where these statuses are stored. Is there any way to know the status of an email whether it is reached the receiver or not?
    Regards,
    sunil.

    Hi Sunil,
    There is no such table.
    However the below link will shed a light on your requirement :-
    [Table for E-mail content (ERMS);
    Regards
    Abhii...

  • Table for WBS status change with date

    Hi,
    Please assist me with a table name which should have WBS status with date on which statis was changed.
    Thanks,
    Manish.

    Hi
    You can use program (SE38) RBSVCDOC to track these changes. Else go manually in CJ20N to track these status changes.
    Use JCDS and JEST table for any other reporting on it.
    *Kindly mark your thread once your query is resolved.*
    Regards
    Saurabh

  • Table for staffing status

    Hi all,
    Can you tell what table is for <b>staffing status</b>. I can c this in transaction <b>PPOME</b> but couldnt find table for this.
    Just I am trying to find status of possition. is there any function module for this?
    Thanks
    Shiva

    Hi
    Every staff Position (employee) status is stored in Infotype <b>PA0000
    in STAT2 field only.</b>
    Reward points for useful Answers
    Regards
    Anji

  • 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

Maybe you are looking for

  • Multiple iDvd creation issues

    Howdy, I've got multiple questions I've been meaning to address for awhile but I'm always forgetting so while I'm sitting here at work thinking about them I'm just gonna throw them all into one big post (I never tend to think about this stuff when I'

  • People Search CellPhone - Office 365

    Hello, This is happens in our clients Office 365 SharePoint. We've been trying to add the User's Mobile phone number to the People Search Results. This is what we've done so far: 1. From Search Schema, Managed Properties, Mapped RefinableString99 to

  • ITunes to iPad

    Trying to export my music from laptop to iPad. I don't kno how to transfer them

  • Can't sync album from iphoto 9.4.1 to iphone 5

    I can't seem to be able to sync my photo albums onto my new phone.  I back up to the cloud but I believe you have to sync with your computer to get your photo albums on your phone.  So I selected the name of my photo album and sync but nothing happen

  • Image Capture scans the whole bed?

    How can I set Image Capture to scan only the document? It scans the whole scanning bed and is adjusting my printed page so that it shrinks the image terribly. I make doll patterns so this is important to me to scan close to the size I draw. We can do