TABLE: BOM associated to a routing operations

Hi everyone,
I would like to know which tables should I consider in order to associate an operation in a ruting to its materials. I have a routing with some operations and I need to know which material are associated to  each operation, at tables level.
This is very urgent for me so I'd apreciatte very much any help.
Thanks in advance and best regards.
Ben.

Thanks a lot Rajesha,
I think this must be the right table since I can see all the materials in the production order BOM.
The problem is that I cannot see that field you are referring to, about the operation number for which each material is associated.
Could you please specify the exact name of the field? I have reviewed all fields and I just couldn't find it.
Thanks a lot in advance and best regards.

Similar Messages

  • Tables for knowing depedencies associated to routing operations

    Hi everyone,
    I have created a routing with some operations which I have assigned to a configurable material.
    Some of these operations have an associated dependency.   
    I would be very grateful if someone could explain me which tables should I review to know which dependency is associated to each routing operation.
    I have also the same problem with BOM positions.
    Thanks a lot in advance and best regards.
    Ben.

    Hi,
    Most of routing related informations are stored in the following tables, pl check
    PLPO, CRHD, PLKO
    Regards
    Merwyn

  • Need to select all equipments (PRT) for a plan (routing) operation (PLPO)

    hi,
    I need to select all assigned equipments (PRT) for a plan (routing) operation (PLPO).
    Can anybody tell me the database table relation or is there a function module or a BAPI or something like this !?
    Thanks
    Olaf
    Edited by: Olaf Krüger on Feb 20, 2008 12:03 PM:  BADI to BAPI

    I suppose you have every PLPO needed (else look at function module WOSTS_TASKLIST_READ_FROM_DB)
    Then read
    PLMZ Allocation of bill of material items to operations
    STPO BOM item
    SELECT * FROM plmz INTO TABLE t_plmz
        FOR ALL ENTRIES IN t_plpo
        WHERE plnty = t_plpo-plnty
          AND plnnr = t_plpo-plnnr
          AND plnkn = t_plpo-plnkn.
      SELECT * FROM stpo INTO TABLE t_stpo
        FOR ALL ENTRIES IN t_plmz
        WHERE stlty = t_plmz-stlty
          AND stlnr = t_plmz-stlnr
          AND stlkn = t_plmz-stlkn.
    Regards

  • Routing Operation item field update in configurable material

    Hi All
    Material is a configurable material ,which is having a selection options in a sales order and based on the selection options there is characteristics BOM quantity gets updated based on the formulae.
    If you go to routing and double click on the operation to see the details , you will see the unit of measure conversion with the header and Operation fields. I want BOM quantity should get updated in the operation field (UMREN).
    I was using the Reference characteristics with PLPOD table and UMREN field to update the value in the UMREN field. And i created a procedure with a logic and is assigned to configuration profile and the Routing operation.
    Process is MTO process, Production order is generated when the sales order is created. i checked in production order after creating a sales order, UMREN field is not updated and dont know what where i am doing mistake and i also checked in the Routing Master Data there also its not updating.
    Above mentioned is not an requirement but to calculate the costs accurately, we have to approach this way.
    Please suggest.
    Thanks,
    Quantum

    hi all,
    this problem is solved...its was a simple thing...go to extra in operation tab of routing, then go to references and there is an option of unlock....
    and bingo...the problem is solved.
    best regards,
    Maulin

  • Routing operation validity

    I can find out the operation Valid from date from table PLPO or PLAS, but from which table can I find out the Valid to date of the routing operation ?

    Hi Amit,
    There is no seprate valid from date for operation, routing operation will take from header valid from date
    check table PLKO fields DATUV
    Regards,
    Sankaran

  • Classification for Routing Operation (PLPOD-KLAKZ)

    Hi experts,
    I have to check if a routing operation (CA03) is classified. In CA03 there is an indicator that shows if a classification exists.
    (PLPOD-KLAKZ) I already checked function group CPCL but I didn't find any function module which fits to my needs.
    If there is any function module or database table this information is stored please help me to find it.
    Thanks.
    CJ

    Dear,
    The classification data of the resource has not yet been converted.
    So that the same classes can be used for defining the selection conditions as for classifying resources, a conversion must be carried out for class type 019.
    Please start report RCCLUKA2 in SE38  with the following parameters: Object table:      CRHD
    Class type:        019
    Regards,
    R.Brahmankar

  • Load Program to Assign Class to Routing Operation

    Hello Experts,
       I used the standard batch direct input program to load Routings/operations/bom component allocation etc.
    We also have a requirement to assign Class(for class type 018) to each of these operations.
    Please suggest a standard load program to assign classification to a routing operation.
    Thanks
    Kishore

    Found the answer

  • Finding Plants\Storage locations associated with the Routes

    Hi,
    I need to find all possible Plants/Storage Locations associated with the Route in hand.(These routes can be found in TVRAB table).Is there any mapping done in SAP between Routes and Plants or Routes and Departure Points ?
    If anyone has any inputs regarding this, it will be really helpful.

    Hi,
    To determine the route we need to know the Plant and the Shipping point or connection point/port.
    I think we can find the routes in table TVRO or VBLK.
    and for route descirption we go for the TVROT
    First check the tables for the Plant and shipping point then we can link to the route.
    Pls check this link
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/560dee545a11d1a7020000e829fd11/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/17/c0b758903111d2b42f006094b9b9a0/content.htm
    Regards
    Lekha

  • Need to know schema name and table name associated with a column-URGENT

    Hi folks,
    I need to know the schema name and the table name associated with a column. Though jdbc has the api to getTableName and getSchemaName, some database vendor like oracle does return empty upon call of mentioned methods. I found that oracle driver does not support that ……
    Can any one give me the solution? It is urgent. Or do you suggest any third pary jdbc driver which can provide those?
    Thanks
    Angelina

    Angelina,
    Your question has been discussed several times previously in this forum. Search this forum's archives for "getTableName". Oracle JDBC driver does not implement this (because "it is not feasible" -- according to Oracle).
    First of all, I would suggest that you could probably change your application's logic so that you would not need this functionality (but I guess that is not feasible either, right :-)
    Alternatively, you could try querying the Oracle database data dictionary.
    Good Luck,
    Avi.

  • Function module to find table entries associated with transport request

    Hi all,
       I have requirement, like we have created a table and maintenance view for that table - and made entries in that table.
       now we want to know all the entries made in the table are associated with transport request or not.
      how to do it programmatically?? is there any function module which gives the result for transport object associated with the table entries ?????
    Thanks
    Sathish

    Hi,
    Use the table <b>E071K</b>
    in se16 give :
    request number in TRKORR
    Table name in OBJNAME
    in the filed TABKEY u will get the <b>values of the key fields</b> in the table
    by comparing the key fields u can find out the enrties related to the request number
    Please let me know if i am not clear
    ---Patil
    Message was edited by:
            Santhosh Patil
    null

  • Dimension table is associated with N number of fact tables

    Hi Expert's,
    In case of star schema one fact table is associated with N dimension tables , is it possible to join one dimension table with N number of fact tables...please let my know the your suggestion...
    Thank's
    Harish

    is it possible to join one dimension table with N number of fact tablesYes you can join one dimension table to many fact tables.
    Thanks,
    Vino

  • BAPI to update Routing operations

    Hi
    I want to update inspection characterstics in routing operations,
    can you plz suggest any BAPI to update.
    Regards,
    kranti

    Hi Dhirendra,
      I want to update Char.number,Material Insp characterstics,method and sampling Procedure.
    as u mentioned in that BAPI,    BAPI_QPMK_SAVEREPLICA,i have found,Material Insp characterstics,method these two parameters,
    so how can i uplopad Characterstic no and sampling procedure?
    Regards,
    Kranti

  • Fields for Super BOM, Work Center & Super Routing for Variant Config

    hi! gurus,
    Please can you give me mandatory fields & values for Super BOM, Work Center & Super Routing for Variant Config
    thank you

    Hi,
    In the Super BOM you need to maintain the object dependencies.
    Workcenter fields are as usual for other production processes.
    Also you can use search option in the forum to view the threads posted in the past. There are many posts related to variant configuration.
    Regards,
    Senthilkumar

  • Unplanned Inspection Characteristics in Routing - Operation

    Hi experts,
    What is the use of  the function Unplanned Inspection Characteristics in Routing - Operation ? Its normally grayed off.
    I am aware of the same in RR of the Inspection Lot.
    Thanx
    George

    Hello Jomy,
    Ok so you were asking the same for Production order. You wrote routing operation and my mind stuck there since I read it. I was searching for it. You make good exercised to me. LOL!!!
    Anyways, in the production or process order the unplanned MIC does the same task of job what it used to de in QE51N or any other RR work sheet. And you can assign the Unplanned MIC to Pro. Order itself to the relevant operation. Let it be gray there, you just follow the steps to attach an unplanned MIC to Operation in the Order, and the same will be reflated to RR screen also.
    - Select the operation line item.
    - Now follow the path,,, Operation->Function for phase / for operation->Unplanned Inspection characteristics.
    - Now it will lead you to the same screen for unplanned characteristic as you can have in other RR work lists.
    Pls revert if there is any query.
    Regards,
    Shyamal

  • HKONG: ROUTING 이 없으면 하위 품목에 대해 OPERATION PULL 지정이 불가능할 때 처리방법

    PURPOSE
    ROUTING 이 없으면 하위 품목에 대해 OPERATION PULL 지정이 불가능할 때 처리방법
    Problem Description
    ROUTING 이 없으면 하위 품목에 대해 OPERATION PULL 지정이 불가능함
    Workaround
    N/A
    Solution Description
    원인>
    Bills form does not allow 'operation pull' when there is no routing for the assembly.
    This cause done as a fix for Bug 4247916
    해결책>
    The patch#4689976 will do the following:
    1. Revert the changes that are made in Bug 4247916.
    만약, BOMFMBM1.pld의 version이 " 115.75.115100.5" 보다 낮을 경우, 다음과 같이 patch를 TEST환경에
    적용하여, Test하여 주시기 바랍니다.
    -- To implement the solution, please execute the following steps::
    1. Please download and review the readme and pre-requisites for Patch 4689976 .
    2. Please apply Patch 4689976 in a test environment.
    3. Please confirm the following file versions:
    BOMFDBOM.fmb - 115.245.115100.17
    BOMFMBM1.pld - 115.75.115100.5
    4. Please retest the issue.
    5. If the issue is resolved, please migrate the solution as appropriate to other environments.
    Reference Documents
    -------------------

Maybe you are looking for

  • 10.5.1: Bizarre Office 2004 (Word) 11.3.8 behavior

    At first Leopard appeared to be quite a straight-forward upgrade and everything went without a hitch. However, since upgrading to 10.5.1, all sorts of strange things have been happening, including very frequent crashes of various programs (even Safar

  • Missing return statement?  News to me!

    Before I ask anything let be begin by saying thanks to all you people that help others on these boards, I've never posted a question before but I have often found the answers to my problems somewhere here. I'm currently working on one of my last java

  • Cluster design

              my requirements:           host1: webapp1, webapp2           host2: webapp2, webapp3           host3: webapp3, webapp1           cluster1: host1, host2(for webapp2)           cluster2: host2, host3(for webapp3)           cluster3: host3, ho

  • GTK2 apps crashing left & right

    Hello, all-- This has got me tearing my hair. Lately I've been having GTK2 apps crash in response to very normal actions. The problem seems to be related to libgnomevfs and/or libxml2, but I have no idea what exactly might be wrong. I've tried google

  • Itunes won't respond to keyboard hotkeys unless opened

    Hi all, I have a dell multi-media keyboard on a self-assembled PC running XP. When itunes is open and playing, but minimized or behind another open application, it won't respond to my hotkey commands. I've tried downloading itunes scripts and have as