Operation Number and workcenter

Hi expert,
I know the order number and the operation number ( transact IW33 ).
With this information how is possible to know the relative work center ??
Exist some BAPI or some table ?
Tks a lot,
bye.

Hi,
1)    Goto SE11, give the Table name : WCAAP(WCM: Application)
       Get the TPLNR(Function Loc) value for the given Order No(WAPINR).
2)     Goto Table IFLOT(Functional Location (Table) ): Give the TPLNR value and get the LGWID(Workcenter no)
3)     Goto Table CRHD (Work Center Header): Give the OBJTY = 'A' and OBJID = above fetched value and get the ARBPL this the Work center for the Given Order
Regards
Bala Krishna

Similar Messages

  • Operation number and work center

    I'm looking for the link between inspection plan/recipe header and operation at table lavel.
    Reason: I have two inspection plan number with same group number but both has different counter and each has 4 operation and each operation has different work center.
    Now I can get header info in PLKO and operation level info in PLPO table. From PLKO I can pass PLNTY and PLNNR in PLPO table but this gives me 8 entry in PLPO table (4 for 1st group counter and 4 for 2nd counter).
    So my question is how to differentiate 4 operation of each inspection plan header. Even same issue facing at recipe level.
    I can't find any table. Do we have any BAPI?

    Detailing the above reply through SQVI.
    The Join.
    Selection Screen
    The output
    If you need you may have Header table (PLKO) also in the join to have more details.
    Jogeswara Rao K

  • BOM Routing - CA02 - Material,Operation Number and PRT Documents - relationship

    Hi Experts,
    Need some info related to BOM Routing - CA02
    I am trying to update multiple -  Document , Document Type , Document Part ,Document version - for a operation in CA02 .
    All i need to know is how find the relationship between Material and PRT - Document details.
    In which table i can find the linkage?
    Please share your views.
    Cheers!!!
    Karthik Rali

    Hi
    In my opinion, the behaviour is correct....
    If you maintained the BOM for FG 1 Qty - Requiring 1 Qty of each component - Then what system did is correct
    You should have maintained 1 Qty for Comp 1 and 0.9 of Component 2
    Note that, the Qty of Components that you maintain in the BOM relates to the Header Material... and not to the Other Components in the BOM
    br, Ajay M

  • Relation between Maintenance Order No. and Operation Number

    Hi all,
    I have to make a module pool in which i want to display the following field
    Order No.                                               
    Operation no. | Operation Description |
    Now my problem is that i m not getting the tables from which i have to select data basically i want to extract the data on the basis of Maintenance Order No. and Operation Number.
    I have checked the following tables
    AFKO , AFVu , AFVC, CAUFV.
    But i m not able to find any relation between Maintenance Order No. and Operation Number.
    Please help!!!
    Thanks and regards,
    Rachit khanna

    Hello Rachit,
    The relation is as follows
    AFKO-AUFPL (Routing number is Order header)
    Use this routing number to get operations from AFVC
    AFVC-VORNR gives operation number
    AFVC-LTXA1 gives operation description
    For sub-operations, VORNR will be sub-operation number, and AFVC-SUMNR for this sub-operation corresponds to the respective superior operation(refers to AFVC-APLZL).
    AFVC-APLZL is a unique number for each operation.
    Hope this helps. You can check with some existing/new orders as well.
    let me know if you need anything about split operations as well.
    Best Regards,
    Subhakanth

  • Merging of Prodn Order number and operation number into the unloading point

    Hi,
    I am creating the production order using the Tcodes Co01 or co10 and my requirement is that after creating the production number and then when I open that one in the change mode using co02 Tcode the unloading point which is present in the Goods Receipt tab should come as a concatenation of order number and operation number .
    Thanks for the help in advance.
    Regards,
    Venkat.

    Hello Rachit,
    The relation is as follows
    AFKO-AUFPL (Routing number is Order header)
    Use this routing number to get operations from AFVC
    AFVC-VORNR gives operation number
    AFVC-LTXA1 gives operation description
    For sub-operations, VORNR will be sub-operation number, and AFVC-SUMNR for this sub-operation corresponds to the respective superior operation(refers to AFVC-APLZL).
    AFVC-APLZL is a unique number for each operation.
    Hope this helps. You can check with some existing/new orders as well.
    let me know if you need anything about split operations as well.
    Best Regards,
    Subhakanth

  • QM Operation number for inspection lot

    Hi All,
    I have a requirement wherein i need to get the opertaion numbers corresponding to inspection lot number. I am acheiving this using the BAPI 'BAPI_INSPOPER_GETLIST'. This bapi accepts inspection lot as input and returns the operation number details(including the operation short text). Now am facing a performance issue when i am executing this bapi for more number of records in my report(1000+). So am searching for an alternate solution. Can anyone provide me a standard table which has inspection lot, operation number and operation short text maintained in it.
    Looking forward to your reply.
    Regards
    Ramanan

    V_QAPO u2013 gives the relation of Inspection Lot, Inspection Plan and Operation. or there is another term called vorgflnr which is related to the operation.
    most of the tables like qase qasr and qamr  contain vorgflnr and inspection lot(prueflos).
    Hope this answers your question.

  • How to fetch the components operation and workcenter. pp report

    Hi experts,
                 this report is for pp module ,routing details,in our program
    only give the ouput of the header materials operation and workcenter
    but not get into components.
    before we clariy if the materilas is e or x -
    check the plpo operation and crhd workcter
    or else
    if the material is f -
    get the vendor details---- i ll not using this onle
    before  we need to adopt it only e or x only
    TABLES : MAST,MARC,CRHD,PLPO.
    TYPES : BEGIN OF IT_FINAL,
             POSNR LIKE STPOX-POSNR,
             IDNRK LIKE STPOX-IDNRK,
             OJTXP LIKE STPOX-OJTXP,
             MENGE LIKE STPOX-MENGE,
             MEINS LIKE STPOX-MEINS,
             VORNR LIKE PLPO-VORNR,
             ARBID LIKE PLPO-ARBID,
             OBJTY LIKE PLPO-OBJTY,
             LTXA1 LIKE PLPO-LTXA1,
             VGE01 LIKE PLPO-VGE01,
             VGW01 LIKE PLPO-VGW01,
             VGW02 LIKE PLPO-VGW02,
             ARBPL LIKE CRHD-ARBPL,
            LIFNR LIKE EINA-LIFNR,
            INFNR LIKE EINA-INFNR,
             END OF IT_FINAL.
    DATA : BEGIN OF CRHD_IDEL OCCURS 1000,
           OBJID LIKE CRHD-OBJID,
           ARBPL LIKE CRHD-ARBPL,
           END OF CRHD_IDEL.
      DATA: BEGIN OF ISTPO OCCURS 1000.
            INCLUDE STRUCTURE STPOX.
    DATA: END OF ISTPO.
    DATA: BEGIN OF MATCAT OCCURS 1000.
            INCLUDE STRUCTURE CSCMAT.
    DATA: END OF MATCAT.
    DATA : BEGIN OF ITAB OCCURS 0,
               MATNR LIKE MAST-MATNR,
               WERKS LIKE MAST-WERKS,
               END OF ITAB.
    SELECT-OPTIONS : P_MATNR FOR MAST-MATNR.
    PARAMETERS     : P_WERKS TYPE MAST-WERKS.
    DATA : IT_FINAL_IDEL TYPE STANDARD TABLE OF IT_FINAL
               WITH HEADER LINE INITIAL SIZE 100 WITH DEFAULT KEY.
    DATA : IT_CRHD_IDEL LIKE CRHD OCCURS 100 WITH HEADER LINE.
    DATA: IT_STB LIKE ISTPO OCCURS 0 WITH HEADER LINE.
    DATA : IT_MAPL_IDEL LIKE MAPL OCCURS 100 WITH HEADER LINE.
    DATA  :IT_ITAB_IDEL LIKE MARC OCCURS 100 WITH HEADER LINE.
    DATA : IT_PLPO_IDEL LIKE PLPO OCCURS 100 WITH HEADER LINE.
    SELECT MATNR WERKS FROM MAST INTO TABLE ITAB
                       WHERE MATNR  IN P_MATNR AND WERKS = P_WERKS.
    START-OF-SELECTION.
      CLEAR ISTPO. REFRESH ISTPO.
      LOOP AT ITAB.
      CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
          EXPORTING
            CAPID                 = 'PP01'
            MEHRS                 = 'X'
            MMAPS                 = ' '
            MDMPS                 =  ' '
         BREMS                  = 'X'
         DISMM                 = ' '
         LIFNR                 = ' '
         WEBAZ                 = ' '
            DATUV                 = SY-DATUM
            MTNRV                 = ITAB-MATNR
            WERKS                 = P_WERKS
            EMENG                 = '1'
            STKKZ                 = ' '
            FBSTP                 = ' '
            FTREL                 = ' '
          IMPORTING
            TOPMAT                = W_TOPMAT
           DSTST                 = DSTST
          TABLES
            STB                   = ISTPO
            MATCAT                = MATCAT
          EXCEPTIONS
            ALT_NOT_FOUND         = 1
            CALL_INVALID          = 2
            MATERIAL_NOT_FOUND    = 3
            MISSING_AUTHORIZATION = 4
            NO_BOM_FOUND          = 5
            NO_PLANT_DATA         = 6
            NO_SUITABLE_BOM_FOUND = 7
            OTHERS                = 8.
      WRITE: / W_TOPMAT-MATNR UNDER TEXT-H00 COLOR COL_HEADING,
               W_TOPMAT-MAKTX UNDER TEXT-H01 COLOR COL_HEADING.
        SELECT MATNR WERKS OBJID BESKZ FROM MARC INTO CORRESPONDING FIELDS OF TABLE IT_ITAB_IDEL
                    WHERE   MATNR = ITAB-MATNR AND BESKZ = 'X' OR BESKZ = 'E' OR BESKZ = 'F'.
        SELECT MATNR WERKS PLNTY PLNNR LIFNR FROM MAPL INTO CORRESPONDING FIELDS OF TABLE IT_MAPL_IDEL
                                                   WHERE MATNR = ITAB-MATNR AND
                                                         WERKS = 'IN01' .
      SELECT PLNTY PLNNR VORNR  ARBID OBJTY LTXA1 VGE01 VGW01 VGW02 PLIFZ FROM PLPO INTO CORRESPONDING FIELDS OF TABLE IT_PLPO_IDEL
                                                        FOR ALL ENTRIES IN IT_MAPL_IDEL
                                                        WHERE PLNTY = IT_MAPL_IDEL-PLNTY AND
                                                              PLNNR = IT_MAPL_IDEL-PLNNR AND
                                                              WERKS = 'IN01' AND ARBID <> 0.
    LOOP AT ISTPO.
      IT_FINAL_IDEL-POSNR  = ISTPO-POSNR.
      IT_FINAL_IDEL-IDNRK  = ISTPO-IDNRK.
      IT_FINAL_IDEL-OJTXP  = ISTPO-OJTXP.
      IT_FINAL_IDEL-MENGE  = ISTPO-MENGE.
      IT_FINAL_IDEL-MEINS  = ISTPO-MEINS.
    LOOP AT IT_PLPO_IDEL.
    IT_FINAL_IDEL-VORNR = IT_PLPO_IDEL-VORNR.
        IT_FINAL_IDEL-ARBID = IT_PLPO_IDEL-ARBID.
        IT_FINAL_IDEL-OBJTY = IT_PLPO_IDEL-OBJTY.
        IT_FINAL_IDEL-LTXA1 = IT_PLPO_IDEL-LTXA1.
        IT_FINAL_IDEL-VGE01 = IT_PLPO_IDEL-VGE01.
        IT_FINAL_IDEL-VGW01 = IT_PLPO_IDEL-VGW01.
        IT_FINAL_IDEL-VGW02 = IT_PLPO_IDEL-VGW02.
      ENDLOOP.
        READ TABLE IT_CRHD_IDEL WITH KEY OBJID = IT_PLPO_IDEL-ARBID.
        IT_FINAL_IDEL-ARBPL = IT_CRHD_IDEL-ARBPL.
        APPEND IT_FINAL_IDEL.
        CLEAR : IT_FINAL_IDEL,IT_PLPO_IDEL,IT_CRHD_IDEL,ISTPO.
    ENDLOOP.
    WRITE :/6 W_TOPMAT-MATNR, 25 W_TOPMAT-MAKTX.
       LOOP AT IT_FINAL_IDEL.
       WRITE :/ IT_FINAL_IDEL-POSNR,
                IT_FINAL_IDEL-IDNRK,
                IT_FINAL_IDEL-OJTXP,
                IT_FINAL_IDEL-MENGE,
                IT_FINAL_IDEL-MEINS,
                IT_FINAL_IDEL-VORNR,
                IT_FINAL_IDEL-ARBID,
                IT_FINAL_IDEL-OBJTY,
                IT_FINAL_IDEL-LTXA1,
                IT_FINAL_IDEL-VGE01,
                IT_FINAL_IDEL-VGW01,
                IT_FINAL_IDEL-VGW02,
                IT_FINAL_IDEL-ARBPL.
       ENDLOOP.
    REFRESH IT_FINAL_IDEL.
    SKIP.
    ENDLOOP.
    regards
    ds

    u have the plant and component from STPOX....using this goto MARC table and check BESKZ field...

  • PR Number, Operating unit and Organization

    Can any one please let me know if there is any Table or View available which gives me the relation between PR number, which Operating unit it belongs to and the Organization it belongs to.
    For a given PR number I want to find out its Operating Unit and Its Organization.
    Regards
    Hawker

    To get the operating unit try
    SELECT NAME
      FROM hr_operating_units
    WHERE organization_id = (SELECT org_id
                                FROM po_requisition_headers_all
                               WHERE segment1 = '&PR_NUM')For the inventory org, try
    SELECT mp2.organization_code
      FROM po_requisition_headers_all prha,
           po_requisition_lines_all prla,
           mtl_parameters mp2
    WHERE prha.requisition_header_id = prla.requisition_header_id
       AND mp2.organization_id = prla.destination_organization_id
       AND prha.segment1 = '&PR_NUM'Hope this helps,
    Sandeep Gandhi

  • How do I limit the number of Operator Interface and Execution instances to one?

    We have a problem in MFG.  The operator launches to instances of the operator interface and executes the same sequence.  A second scenario is where the operator is executing the sequence and then changes from the execution window back to the Sequence Display window and launches a second execution window.  We need to understand how to limit the number of executions within an instance of the Operator Interface to one.  We also need to understand how to limit the number of instances of the Operator Interface to one.
    Regards,
    Steve Easthope

    Steve,
    This is a duplicate post.  Please reference your first thread. 
    Derrick S.
    Product Manager
    NI DIAdem
    National Instruments

  • I have just upgraded my Ipad2 to the latest operating system and on restarting it is some foreign language and is asking for the sim card number when I don't have a sim card. What do I do?

    I have just upgraded my Ipad2 to the latest operating system and on restarting it is some foreign language and is asking for the sim card number when I don't have a sim card. What do I do?

    i have to apologize up front for the cheeky response. but i just couldnt resist. if your ipad is speaking in tongues. i would call a priest and perform an exorcism on it first.

  • Merging the Production order number and operation number into sequential no

    Hi,
      I am creating the production order using the Tcodes Co01 or co10 and my requirement is that after creating the production number and then when I open that one in the change mode using  co02 Tcode the sequential number which is present in the assignment tab should come as a concatenation of order number and operation number .
    Thanks for the help in advance.
    Regards,
    Venkat.

    dear,
    this depends on the user buffer set.
    for each user there will be a buffer set in when logeed in and create a production order.
    depending on the saving the production order saving time there may be a situation as you have now.
    discuss with your basis people and under stand the user  buffer of numer for production order.

  • Scheduling and workcenter operation time

    HI.
    What is the effect of the capactity operation time of workcenter on scheduling of an activity ?
    BR

    Hi,
    if your work center A  is having time from 8 to 4 then available hrs in one day - 8hr ( if you are utilizing 100%)
    if your work load is 100 hrs  then it will schedule as per available hr in work center ( 100/8  + non working -days).
    for 2nd work center B if you dont mention time  that means sytem considering available hrs in one day - 24 hrs
    if you mention same work load  i.e. 100 hrs, sytem will schedule as per available hrs in One day for that work center (100/24+non working -days).
    definitly scheduling will be different  and dates will be different.
    Venkatesh

  • Updating iPad operating system and need  a 4-digit security number

    I am trying to update my OS to 7.1.1 on my iPad. Ii was just asked for a 4-digit security number, and I have no idea what that is. I haven't set up a 4-digit security number!

    It is asking for the passcode you use to lock/unlock iPad

  • How to Plot number and string in one row (data logger counter via MODBUS) ?

    hi all i made data log quantity using Digital Counter via modbus (RS-485) to monitoring quantity and reject that has and Name Operator, Machine and Part Number.
    i have problem about plot the number & string in one row, as shown on the picture below :
    how to move that string on one row ? i attach my vi.
    Thanks~
    Solved!
    Go to Solution.
    Attachments:
    MODBUS LIB Counter.vi ‏39 KB

    Hi rhiesnand,
    right now you add 2 new rows to your array.
    The solution is to concatenate both row parts to one bigger 1D array before adding that array as new row to your 2D array!
    Like this:
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to Plot number and string in one row (data logger counter) ?

    hi all i made data log quantity using Digital Counter via modbus to monitoring quantity and reject that has and Name Operator, Machine and Part Number.
    i have problem about plot the number & string in one row, as shown on the picture below :
    how to move that string on one row ? i attach my vi.
    Thanks~
    Attachments:
    MODBUS LIB Counter.vi ‏39 KB

    Duplicate and answered - http://forums.ni.com/t5/LabVIEW/How-to-Plot-number-and-string-in-one-row-data-logger-counter-via/m-p...

Maybe you are looking for

  • Various questions on SAP XI usage

    Hi XI Experts, I have few questions on SAP XI usage : Q1-Does SAP XI is unique - client like BW ? If multi - clients is possible is there any particular usage recommandations when in design, configuration and production deploiement on PRD SAP XI Syst

  • The required email field in the registration

    Hello, Our application was rejected due to the fact that email field is one of the required fields that has to be completed during the registration. The application is aimed at books sale and purchase. We use in-app purchase via the AppStore, the nex

  • Badi ACC_DOCUMENT

    Hi BADI experts,                          I have a requirement where I have to debug the code in the change method of BADI - ACC_DOCUMENT..... I have a Implementation for the same as Z_ACC_DOCUMENT_IDOC and I have the code in the change method.. This

  • Family Member/Dependents Dynamic Overview

    Hi all. Since there is a gap in the Netweaver 2004 concerning the ESS in MSS I'm developing the same mechanism but from scratch, using the standard RFC's used in the ESS module. However I'm having some difficulties in approaching the "Family Member/D

  • BT COMPLAINT

    I've been with BT since September 2010. I took out an 18 month contract with them for BT Broadband and phone.  On my installation day the engineer installed my BT Broadband and phone and also had a BT vision box that I had apparently ordered, which