Status identify in which table

Dear all,
In which table can we able to get the status information with production order.
Regards
Rajasekaran

Hello,
Please follow as below.
OBJNR will be OR000004001723 for aufnr = 4001723
Suppose aufnr  = 30000246 than objnr = OR000030000246
   2.Order status at present
3. pass objnr = OR000030000246 to FM STATUS_READ
Execute and check result return
4.
5. Note here total return 15 status but 3(rel/crtd/manc) inactive marked with X now and other 12 active for this order.Now compare
Regards,

Similar Messages

  • In T-Code IE03 Equipment status is displaying this status isin which table

    Hi,
    In T-Code IE03 Equipment status is displaying,  this status is in which table we can find.  ( I mean this status is  in which tables storing).
    My requirement is Equipment related report is there,  this report is displaying now all equipments irrespective of status,   enhancement for that report is which equipment status is having Deletiong flag 'DLFL' it should not display in report output.
    I have to check the status to incorporate the logic for that,   I need the tables where it is storing.  In EQUI and EQUZ tables deletion flag field is there but this field is not set which equipment is having deletion flag in IE03 displaying status 'DLFL'.
    Please let me know where I can get the status.
    Regards,
    Ganesh

    Hello
    1. Goto table EQUI with equipment number. Get OBJNR.
    2. Goto table JEST with OBJNR. Get JEST-STAT (may be any records)
    3. Goto table TJ02T with ISTAT = JEST-STAT.
    You will have all status for particular equipment number.

  • Which tables to use for Project Status Report in CR2008 accessing R/3 data?

    I am working on a Project Status Report on a WBS in Crystal Report 2008 that is accessing data from a R/3 system level that will provide me the following fields:
    1) Purchased Hours
    2) Billed Hours
    3) Non-Billed Hours
    4) Credit Memo
    5) Remaining Hours
    The report will be displayed at the WBS level (grouped at WBS level) but will also list the different activities under each WBS.
    Can anyone help me identify which tables and fields I need to be working with? This is how the report will look like:
    CustID     ProjectID     PlantID      WBS#     Activity#      PurchasedHours     BilledHours    Non-BilledHours     CreditMemos    RemainingHours
    Please help.
    Regards.
    -Rohit
    Edited by: RohitBora on Feb 2, 2012 5:59 AM

    If you are using Business One then please post to that forum. CR 2008 is an OEM build for B1 so they support it in that forum.
    Don

  • In which table i can see the status chnages

    hi,
    in which table i can see the status changes

    hi,
       it is not found there.
       i am talking about staus change through status profile which is assigned in VOV8 to the document type.
      any changes in ths status profile in sales order in which table i can find the same
    shahrukh

  • Which table i will  get the  status of the User decision Result status

    Hi Experts
    Which table i will  get the  status of the User decision Result status
    (eg : Inspection completion forced )
    This i can see in QA33

    Hi jag
    Ok fine actually it is not storing in any table...these r all text symols...if u see this program MQEVAF22...U EILL GET SOME IDEA
    CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_PAKO
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_PAKO.
      ELSE.
        CLEAR L_STAT_PAKO.
      ENDIF.
    Prüfen, ob Los bestandsrelevant ist
      MOVE RQEVA-STAT_BERF TO L_STAT_BERF.
    Prüfen, ob Los auf SKIP sitzt
      CALL FUNCTION 'QAST_STATUS_CHECK'
           EXPORTING
                I_OBJNR          = QALS-OBJNR
                I_STATUS         = C_STATUS_SKIP
           EXCEPTIONS
                STATUS_NOT_ACTIV = 01.
      IF SY-SUBRC NE C_RC01.
        MOVE C_KREUZ TO L_STAT_SKIP.
      ELSE.
        CLEAR L_STAT_SKIP.
      ENDIF.
      IF QALS-STAT35 >< C_KREUZ.
    VE noch nicht getroffen !
        IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
               AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF G_ANZ_RUECK_MK > 0.
    Es wurden Merkmale rückgewiesen  !                  PRIORITÄT 2
          MOVE TEXT-I01 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I01'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 .
          IF QALS-OFFENNLZMK > CI_0.
    Es sind nicht alle Merkmale abgeschlossen !         PRIORITÄT 3
            MOVE TEXT-I02 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I02'.
          ELSEIF QALS-OFFEN_LZMK > CI_0.
            MOVE TEXT-I05 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I05'.
          ENDIF.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP    = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ELSE.
    VE getroffen bzw. eingetragen
       IF     ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 )
           AND QALS-STAT13     = C_PPKTTYP-PHPR
           AND G_ANZAHL_PPKT_LOEVM > CI_0.
    Es wurden physische Proben storniert !              PRIORITÄT 1A
            MOVE TEXT-I17 TO RQEVA-INFO_LINE.  L_TEXT_NR = 'I17'.
        ELSEIF ( QALS-STAT14 = C_KREUZ AND QALS-OFFENNLZMK > CI_0 )
          OR ( L_STAT_PAKO = C_KREUZ
              AND ( QALS-OFFENNLZMK > CI_0  OR QALS-OFFEN_LZMK > CI_0 ) ).
    Prüfung wurde abgebrochen !                         PRIORITÄT 1
          MOVE TEXT-I04 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I04'.
          MOVE C_KREUZ TO L_ICON.
        ELSEIF L_STAT_PAKO EQ SPACE
           AND ( QALS-OFFENNLZMK > CI_0 OR QALS-OFFEN_LZMK > CI_0 ).
    Es sind noch Langzeitmerkmale zu bearbeiten !       PRIORITÄT 2
          MOVE TEXT-I05 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I05'.
        ELSEIF L_STAT_BERF = C_KREUZ AND QALS-STAT34 EQ SPACE.
    Los ist bestandsmäßig noch nicht entlastet !        PRIORITÄT 3
          MOVE TEXT-I06 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I06'.
        ELSEIF QALS-WERK NE QALS-WERKVORG.
        Prüflosmenge wurde umgelagert auf anderes Werk   Priorität 4
          MOVE TEXT-I16 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I16'.
        ELSEIF QALS-LMENGEIST > QALS-LOSMENGE.
        Istmenge im Los größer als Losmenge!             Priorität 5
          MOVE TEXT-I15 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I15'.
        ELSEIF L_STAT_SKIP = C_KREUZ.
    Prüfverzicht: Los ist geskippt !                    PRIORITÄT 6
          MOVE TEXT-I03 TO RQEVA-INFO_LINE.    L_TEXT_NR = 'I03'.
        ENDIF.
      ENDIF.

  • From which table can we get the status of sales order

    hi
    from which table can we get the status of sales order

    Hi
    Check the Table <b>VBUK for HEADER level status</b> of Sales order
    and <b>VBUP for Item level statuses</b>
    enter VBELN  = Sales order and VBTYP = C for sales orders
    as VBUK and VBUP stores all Sales documents like deliveries, Invoices, quotations, contracts etc
    <b>Reward points for useful Answers</b>
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Which table are notification status in?

    hi,dear experts,
    Do you know which table are notification status in? and which fields are they? I can't find them in table QMEL.
    And, which table are the system status of notification in? which fields are they?
    I are doing a report and need these information. I used ST05 to trace IW29,but i failed.
    Thank you very much.

    JEST

  • Which table stores the value of status column in leave request.

    Which table stores the value of status column in leave request.If i give pernr ,absence type and date how would i get the status
    Thanks
    Bala Duvvuri

    Hi,
    PTREQ_ACTOR      -              Request Participant
    PTREQ_ATTABSDATA    -           Request Data for Attendances/Absences
    PTREQ_BATCH              -      Time Stamp for Run of Background Jobs
    PTREQ_CKEY_MAPP      -        Cache Assignment Table
    PTREQ_HEADER             -      Request Header
    PTREQ_ITEM_TYPES       -        Request Item Types
    PTREQ_ITEMS                  -  Request Items
    PTREQ_NOTICE                -   Note for Request
    PTREQ_STATUS_CHK      -         Check Methods for Status Transitions
    PTREQ_STATUS_TRA      -         Status Transfers
    PTREQ_TYPE                    - Request Types
    PTREQ_XFEREVENTS       -        Permitted Status Transitions
    PTREQ_XFEREVNT_T        -       Texts for Status Transitions
    Value of staus column you can check it PTREQ_STATUS_CHK

  • Which table contains the order status in APO

    Hi experts,
    i need to knw which table contains order status in APO system.
    like in the table /SAPAPO/POSMAPN we have open and close status ,
    Like wise we need to find a table which has the order status in APO.
    particularly i am interested in all those whose status is in PGI (post goods)
    regards
    rahul.

    Hi,
    You can check the details in PLAF-table.
    Regards,
    Shamma

  • Which table stores CO Internal Order Status

    Hi Guys,
                  I am changing Internal Order status, but can't find the respective field in RESB table.
    AUFK status fields are not even changed !
    Any idea Which table records internal order status changes ?
    Cheers

    Hi.. COAS is a view of AUFK..
    COAS suppose to store the status.. which has 4 diff. status fields..
    But those fields are not updated when there is a status change in Internal Order..
    Cheers

  • In which table is the value of the field User-Status of trans IW22 stored?

    I have changed the user status of a notification in transaction IW22, to APTC. Now i want to retrieve this value for further process in workflow.
    Can anybody tell me in which table is the value of this field stored?

    Hi,
    these tables do not contain user statuses against respective notification nos...

  • In which table is the Serice Order status is stored?

    Hi Friends,
    We have a requirement to get the Service Order Status in BI, so that when ever the SO is closed (CLSD status, in IW33 Tcode ) we can restrict in BI.
    If we can know in which table is this stored, i can enhance the DS 2LIS_18_I3HDR which is populating in Service Orders Infocube.
    Have any one have idea in which table are status stored (Like the SO status will be like CRTD....CLSD etc)
    Thank you,
    Raghu

    Hi Pravender
    These tables did not help me, is there any other table with both fields AUFNR and also field relevant to SO Current status.
    Thanks
    Raghu
    Edited by: raghuram alamuri on Feb 16, 2010 11:52 AM

  • How to identify Which table is hashed

    DB : 10.2.0.3
    OS : AIX 6.1
    I have a query that is using hash join. Below is the query and execution plan.
    SELECT  tj.jq_id jq_id        ,
            tj.ref_key1 ref_key1  ,
            tj.ref_key3 ref_key3  ,
            tj.ref_key2 ref_key2  ,
            tj.ref_key4 ref_key4  ,
            th.rcp_id rcp_id      ,
            th.tp_id tp_id        ,
            th.transmittal_no trno,
            status_flag           ,
            tj.ref_key5 ref_key5  ,
            TO_CHAR(tj.date_finished, 'DD-MM-YYYY HH:MI:SS PM') finished
    FROM    transmittal_job_queues tj,
            transmittal_headers th
    WHERE   tj.job_type_id          = :1
            AND tj.expiration_date IS NULL
            AND th.expiration_date IS NULL
            AND tj.ref_key1         = th.th_id
            AND ref_key2           IS NULL
            AND tj.status_flag     IN ('R', 'A')
    ORDER BY status_flag,
            th.tp_id    ,
            tj.effective_date DESC
    PLAN_TABLE_OUTPUT
    Plan hash value: 1402657176
    | Id  | Operation           | Name                   | Rows  | Bytes |TempSpc| Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT    |                        | 18734 |  1335K|       | 10347   (2)| 00:02:05 |
    |   1 |  SORT ORDER BY      |                        | 18734 |  1335K|  3272K| 10347   (2)| 00:02:05 |
    |*  2 |   HASH JOIN         |                        | 18734 |  1335K|  1184K| 10022   (2)| 00:02:01 |
    |*  3 |    TABLE ACCESS FULL| TRANSMITTAL_JOB_QUEUES | 18570 |   961K|       |  1623   (2)| 00:00:20 |
    |*  4 |    TABLE ACCESS FULL| TRANSMITTAL_HEADERS    |  1046K|    19M|       |  6739   (2)| 00:01:21 |
    Query Block Name / Object Alias (identified by operation id):
       1 - SEL$1
       3 - SEL$1 / TJ@SEL$1
       4 - SEL$1 / TH@SEL$1
    Predicate Information (identified by operation id):
       2 - access("TH"."TH_ID"=TO_NUMBER("TJ"."REF_KEY1"))
       3 - filter(("TJ"."STATUS_FLAG"='A' OR "TJ"."STATUS_FLAG"='R') AND
                  "TJ"."JOB_TYPE_ID"=TO_NUMBER(:1) AND "REF_KEY2" IS NULL AND "TJ"."EXPIRATION_DATE" IS NULL)
       4 - filter("TH"."EXPIRATION_DATE" IS NULL)
    Column Projection Information (identified by operation id):
       1 - (#keys=3) "STATUS_FLAG"[VARCHAR2,1], "TH"."TP_ID"[NUMBER,22],
           INTERNAL_FUNCTION("TJ"."EFFECTIVE_DATE")[7], "TJ"."JQ_ID"[NUMBER,22],
           "TJ"."REF_KEY1"[VARCHAR2,20], "TJ"."REF_KEY3"[VARCHAR2,20], "TJ"."REF_KEY2"[VARCHAR2,20],
           "TJ"."REF_KEY4"[VARCHAR2,90], "TH"."RCP_ID"[NUMBER,22], "TJ"."REF_KEY5"[VARCHAR2,20],
           "TH"."TRANSMITTAL_NO"[NUMBER,22], TO_CHAR(INTERNAL_FUNCTION("TJ"."DATE_FINISHED"),'DD-MM-YYYY
           HH:MI:SS AM')[22]
       2 - (#keys=1) "TJ"."JQ_ID"[NUMBER,22], "TJ"."REF_KEY1"[VARCHAR2,20],
           "REF_KEY2"[VARCHAR2,20], "TJ"."REF_KEY3"[VARCHAR2,20], "TJ"."REF_KEY4"[VARCHAR2,90],
           "TJ"."REF_KEY5"[VARCHAR2,20], "TJ"."STATUS_FLAG"[VARCHAR2,1], "TJ"."DATE_FINISHED"[DATE,7],
           "TJ"."EFFECTIVE_DATE"[DATE,7], "TH"."RCP_ID"[NUMBER,22], "TH"."TP_ID"[NUMBER,22],
           "TH"."TRANSMITTAL_NO"[NUMBER,22]
       3 - "TJ"."JQ_ID"[NUMBER,22], "TJ"."REF_KEY1"[VARCHAR2,20], "REF_KEY2"[VARCHAR2,20],
           "TJ"."REF_KEY3"[VARCHAR2,20], "TJ"."REF_KEY4"[VARCHAR2,90], "TJ"."REF_KEY5"[VARCHAR2,20],
           "TJ"."STATUS_FLAG"[VARCHAR2,1], "TJ"."DATE_FINISHED"[DATE,7], "TJ"."EFFECTIVE_DATE"[DATE,7]
       4 - "TH"."TH_ID"[NUMBER,22], "TH"."RCP_ID"[NUMBER,22], "TH"."TP_ID"[NUMBER,22],
           "TH"."TRANSMITTAL_NO"[NUMBER,22]
    46 rows selected.
    sys@TESTDB> select count(*) from TRANSMITTAL_JOB_QUEUES;
      COUNT(*)
        586928
    sys@TESTDB> select count(*) from TRANSMITTAL_HEADERS;
      COUNT(*)
       1314095
    sys@TESTDB> select sum(bytes)/1024/1024 from dba_segments where segment_name='TRANSMITTAL_JOB_QUEUES'
    SUM(BYTES)/1024/1024
                    65.5
    sys@TESTDB> select sum(bytes)/1024/1024 from dba_segments where segment_name='TRANSMITTAL_HEADERS';
    SUM(BYTES)/1024/1024
                     271I wanted to know, which table is hashed in memory among "TRANSMITTAL_JOB_QUEUES" & "'TRANSMITTAL_HEADERS" ?

    Thanks, but is a thumb rule that smaller table will be hashed ?
    Also, how can i be sure by seeing the executing plan that smaller table is hashed ?

  • In E-Business Tax - In which table the tax codes are stored?

    Hi All,
    I am new to Financials. I have a requirement in which I need to list all the TAX CODES pertaining to AP and AR. Kindly let me know in which table the tax codes are stored in E-Business Tax module. Also let me know how the tax is associated with the AP and AR modules. Is there any column in the table to identify whether the tax is for AP or AR?
    Regards,
    Ahmed.

    Hello Ahmed.
    I was not aware that you were talking about R12. The information i gave you concerns 11.5.10.2. Anyway, i checked the ETRM's for R12 and checked that the tables also exist in rel 12. This is an excerpt from R12 ETRM:
    TABLE: AP.AP_TAX_CODES_ALL
    Object Details
    Object Name: AP_TAX_CODES_ALL
    Object Type: TABLE
    Owner: AP
    FND Design Data: SQLAP.AP_TAX_CODES_ALL
    Subobject Name:
    Status: VALID
    AP_TAX_CODES_ALL contains information about the tax codes
    you define. You need one row for each tax code you
    want to use when entering invoices. When you enter
    invoices, you can use a list of values to select a tax code
    defined in this table. Your Oracle Payables
    application also uses TAX_RATE to calculate use tax
    when you enter a taxable amount for an invoice.
    This table corresponds to the Tax Codes window.
    Now you say that you cannot find the information into the tables. Are you working on a production instance. Are you sure that the taxes have already been defined?
    Octavio

  • From which table ,i ll get both the invoice and cleared amount ???

    Hi Friends,
    i am making a report for my sales client where finance part is also required.
    the requirement is : the sales people want know the status of the invoice generated at their end.the report shud be like if they enter the invoice no,fiscal year and coustomer they will be able to see the status of the invoice.how much pmt has received for that particular invoice,wheather it is open or fully cleared?
    From which table i can get both invoice no. and the payment/pmts rerceived against that invoce/invoices.
    plz guide.
    Regards,
    Biswa

    Hi,
    SAP Standard Report itself covers all the requirements mentioned.  With FBL5N, we get to know how much has been invoiced, paid and cleared and how much advance has been paid by customer etc., in one screen.  Apart from this we have also all signs which show, which all invoices are due, overdue and its easy to analyse as well.
    Was this requirement given by client after seeing this standard report?
    Hope this info is helpful.
    Regards,
    Venkat

Maybe you are looking for