To Get list of Work Centers in a Production order

HI,
I am looking at a function where in i get all the work centers in an Production Order . Where in i get to know if any route is deleed.
with rgds
Ranjith

Hi,
you can look in tables AFPO,AFVC
Regards,
Vishal

Similar Messages

  • Capacity check is not working while creation of Production order

    HI Gurus,
    I want to restict the system that in case of insufficient capacity at the work centers, sysstem should not create the production order. For that i did the setting
    1) Unchecked the tick for the Capacity check & enter the profile SAPSFCG013 in the OPJK for the business functions 1 & 2.& also make the setting for the Release order '3".
    2) Maintain the same profile in the production profile & maintain that profile in the Mat Master
    3) In the CR02, activate the tick for the finite scheduling & uncheck for the can used for several operations.
    But i have creted the production orders & at the time of capacity check system is giving the message " Capacity avaiolable at all the work centers. But i check in the CM50, all the work centers are overloaded at the respective date.
    But i can create & release the p[orduction order.
    Requesting all to give your comments & solutions.
    Regards
    ACP

    ACP,
    ....after confirming all the operations system is allowing me to save
    When you confirm an order, you are by definition saying that the capacity existed for that order (you have just declared to the system that all operatons have been performed, and therefore all capacity was available).  I can't imagine why you would not wish to save that order, since you must somehow post the physical work that has already been done.  Capacity availability check is really only useful when the order to be checked has not yet been executed.
    CM50 displays capacity requirements.  CM50 does not perform the same function as Capacity availability check.  To ensure that all of your orders fall within you capacity constraints, you must perform capacity levelling.  Capacity availability check does not work the same as a Material availability check - don't assume that what you know about a material ATP will be applicable for a capacity ATP.  Read the help on Capacity levelling.  It is not generally possible to stop a manually created production order from being saved, due to any capacity situation, without using an enhancement.
    http://help.sap.com/saphelp_erp60/helpdata/en/60/13e308133a11d3bf550000e83235ee/frameset.htm
    Naturally, you can use enhancements to have the system meet any business requirement that is not met with the standard Cap Availability check.
    Best regards,
    DB49

  • Dyanmic work center selection in production order based on material

    Hi ALL,
    We’ve a business requirement to support the following functionality.
    There are four similar type of milling machines say MILL1 MILL2, MILL3, MILL4, we create a single work center called MILLMC by specifying total capacity of four milling machines in the capacity header screen of work center with 4 individual capacities. And we mention work center MILLMC in the operation of routings for respective materials.
    However, during production order creation, there needs to be provision for detailed planning of work centers as per the following requirements
    In production order, some operations can be performed on any one of the machines MILL1 MILL2, MILL3, MILL4, so provision needs to be there to enter exact machine on which it is performed in the production order operation after the details are copied from respective routing during production order creation.
    In production order, some operations can be performed on only MILL3, so system should select only MILL3 in the respective operation of the production order
    In production order, some operations can be performed on either MILL1 or MILL2 or MILL4 and not on MILL3, so system should not select MILL3 in the respective operation of the production order.
    Please provide your valuable feedback to support the above requirements.
    Regards,
    Satya.

    Hi Satyanarayan,
      Please do refer to the below document. I think the same concept can be used for work centers as it is used for resources in PI industry.
    Resource Classification in Master Recipe for Planning
    Regards
    Kalyan

  • Work centre change in production order

    Hi,
    During creation of production order, i want  to change the work centre if in the existing operation, that particular work centre is overloaded.
    Could any one let me know what are the steps involved in it.
    Re

    Hi,
    Goto CM25 & select the Overload workcenter &  underload workcenter .
    Inside the planning tabel select the Operation  from "Order (Pool) tabel"  and drag manually to the "under load workcenter " displayed in  upper table (workcenter) for required date. Now the operation workcenter has become changed & rescheduled.
    Regards
    Pradeep

  • How to get list of users assinged the same product catagory

    Hi  All ,
      we have a requirement in which we need to get the list of users who are assigned   the same  product category.
    ie if we give the  prod category 14000000 then  we need the list of users assigned the  14000000 prod category.
      is  any FM available.
      please  help.
    Regards
    Channappa Sajjanar

    Hi Chinnappa,
    1) You can create a table query for tables HRT1222 and HRP1222 to get the org Id or Position Id assigned for the product category.
    Then use FM BBP_OM_STRUC_GET_USER_FROM_POS to get the list of users for that org ID.
    2) or if you want to check list of prod categories linked to user ID, then use FM BBP_READ_ATTRIBUTES
    rgds,
    Ravi

  • FM for List of Work Center.

    Dear Friends,
    I am looking for the functional module which give me list of work center ;
    Like Customer will provide the product requirement and depend upon product specification i should get the specific work center where the product will manufacture.
    Regards

    Check with Below FM's :
    CR_WORKSTATION_READ
    CR_WORKSTATION_CHECK
    Search in SE37 like CRWORK and thereis no BAPI
    Table name is CRHD
    Thanks
    Seshu

  • Work center wise production order infomation report

    Hi all,
    i have a requirement that workcenter wise (with date) production order information with quantity details (plan and actual).
    Eg: My production order quantity - 40 nos. (it takes 4 days to finish).
          i have three operation in production order.
          my order scheduled start date - todays date.
    In standard, when enter my first operation work center, system showing production order and its quantity (40 nos) . but i need to split that order quantity in report.. means on todays date for particular production order - order quantity = 10 nos.
    Clent want like that (with quantity break) report..
    Any standard report ???
    If customization.... How it can be mapped in SAP.??
    Thanks in advance

    Hi,
    You can use the FM COIS_SELECT_ORDER_DATA_READ.
    CALL FUNCTION 'COIS_SELECT_ORDER_DATA_READ'
          EXPORTING
            iv_prod_order_sel       = lv_prod_order_sel
            iv_proc_order_sel       = lv_proc_order_sel
            iv_planned_order_sel    = lv_planned_order_sel
            iv_rem_objects_only_sel = lv_rem_objects_only_sel
            is_objects_to_read      = ls_objects_to_read
            it_parameter            = lt_parameter  "General Structure for PARAMETERS and SELECT-OPTIONS
            it_status_hdr           = lt_status_hdr
            it_status_opr           = lt_status_opr
            it_status_cmp           = lt_status_cmp
          TABLES
            ct_ioheader             = lt_ioheader
            ct_ioitem               = lt_ioitem
            ct_iodocl               = lt_iodocl
            ct_ioopdocl             = lt_ioopdocl
            ct_iomamo               = lt_iomamo
            ct_ioconf               = lt_ioconf
            ct_ioopconf             = lt_ioopconf
            ct_iosoconf             = lt_iosoconf
            ct_iogomo               = lt_iogomo
            ct_ioopgomo             = lt_ioopgomo
            ct_iosogomo             = lt_iosogomo
            ct_iogmer               = lt_iogmer
            ct_ioopgmer             = lt_ioopgmer
            ct_iosogmer             = lt_iosogmer
            ct_iosequen             = lt_iosequen
            ct_iooper               = lt_iooper
            ct_iosoper              = lt_iosoper
            ct_ioopcomp             = lt_ioopcomp
            ct_iooppreq             = lt_iooppreq
            ct_iosopreq             = lt_iosopreq
            ct_iooppord             = lt_iooppord
            ct_iosopord             = lt_iosopord
            ct_ioopmst              = lt_ioopmst
            ct_ioopprt              = lt_ioopprt
            ct_ioopcap              = lt_ioopcap
            ct_ioopscap             = lt_ioopscap
            ct_iosocap              = lt_iosocap
            ct_iososcap             = lt_iososcap
            ct_ioopsccf             = lt_ioopsccf
            ct_iososccf             = lt_iososccf
            ct_ioprodlist           = lt_ioprodlist
            ct_iomatver             = lt_iomatver.
    This FM get data from the report used by transaction COOIS. If you needed the header data then you can use lt_ioheader table and seperate the data with the date. If you need at operation basis the you can use lt_iosoper table. You can use this FM to create custom report even with the checks like material availability, PRT availability, capacity requirement etc.
    Thanks and regards,
    Pradip
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:26 AM
    Edited by: Pradip Ray on Aug 26, 2009 8:27 AM

  • Get DocNum from newly entered Production Order

    I have an add-on that creates a production order from a given BOM (Item).  The code works fine and the production order shows up in B1.  However, following the "ProdOrder.Add" event, I need to find the DocNum and/or DocEntry for the newly added Production Order.  The problem is that none of those fields are actually populated even after the "Add" event.
    How can I retrieve this data from the newly added Production Order?
    Here's my code so far:
    ProdOrder = B1Connections.diCompany.GetBusinessObject(BoObjectTypes.oProductionOrders)
                    ProdOrder.ItemNo = ItemID
                    ProdOrder.PlannedQuantity = Qty       
                    strDate = DueDate.Substring(4, 2) & "/" & DueDate.Substring(6, 2) & "/" & DueDate.Substring(0, 4)
                    dDate = strDate
                    ProdOrder.DueDate = dDate
                    intResult = ProdOrder.Add()
    DocNum = ProdOrder.DocumentNumber
    Even though the DocNum will show up fine in the database, the statement above will return only a "0" value.
    What do I need to do to get this data?
    Thanks!

    Hey Curtis,
    Have you checked out the GetNewObjectCode method in the DI API? I am not sure what version you are using but you can use this for sure in 2004

  • Missing part list is incomplete while creating Production Order and 2 components are not shown in the list.

    Hi Team,
    We are facing issue for availability check. During creation of Production order, the missing part list is not complete and it should show componenet A in the Missing part list. Below is the details:
    Production Order quantity: 100 kg
    Componenet A required quantity: 100 kg
    MMBE Unrestricted qty: 1000 kg
    MMBE Reserved Quantity: 2000 kg
    So as per above figures component A should come as missing part during availability check. But it is not coming as missing part. Please check and give your inputs.

    Hello
    The results of availability check should NEVER be compared with MMBE. As already mentioned, transaction CO09 is more appropriate.
    Also, this issue has been already discussed on hundreds of threads in the past. See some examples below:
    Problem with missing parts list during production order creation
    issue in committing material for production order
    Material Availibility check in Production orders
    availability check
    order is not released
    As it is stated on the The SCN Rules of Engagement you should do some research before opening a thread. Therefore, please use the search tool or even google to search for similar problems before opening a thread.
    BR
    Caetano

  • Can we restrict the partially confirmed production order from getting delet

    Dear all,
    Can we restrict the partially confirmed production order from getting deleted?
    I.e. if the production order is having status PCNF then the deletion flag indicator (status DLFL) should not be allowed to set
    SmanS
    Edited by: SAP PP Consultant on Feb 4, 2009 6:12 AM

    Hi,
    Then must be there is change in BS22.Check allowed transaction setting for Status PCNF/CNF .For reference purpose compare it with other client IDES or sand box.
    For your reference I have pasted Error log on the same.
    Balance of ORD 1000000702 is not zero
    Message no. KO115
    Diagnosis
    The balance on object ORD 1000000702 is not zero. That is, there are still costs on the object.
    System Response
    The object cannot be closed and the deletion flag must not be set.
    regards,
    Dhaval

  • CAUFVD gets initialized result in dump with error Production ord not found

    Hi All,
    We want to make change of start date and end date of a production order via CO02 (Production order change). Based on these changes we want to update an existing a Purchasing Planned Order  Start Dt and Finsih Dt (MD12) 
    We are using Enhancement component (PPCO0007) : Exit when saving production order
    Within this exit we are using BAPI_PALNNEDORDER_CHANGE  to update some other purchasing  planned order dates.
    The BAPI_PALNNEDORDER_CHANGE  is executing succesfully however the production order structure (CAUFVD)  gets initialized resulting in dump with error Production order not found
    How can we update and save a purchased planned order and also the  production order
    Barada
    Edited by: barada satapathy on Dec 8, 2010 9:14 AM

    Hi Max,
    Thanks for the reply...
    The error details are as below:
    Dump gets generated via program : (SAPLCOBT).
    Exception condition ORDER_NOT_FOUND raised.
    include = LCOBPU16.
    Row No: = 21.
    Module Type = (Function)
    Module Name = CO_BT_ORDER_DET_TEMP
    We also give brief details on what is happening:
    My exit calls from Standard (LCOZVU01) :
    CALL CUSTOMER-FUNCTION '001'
               EXPORTING
                    header_imp = caufvd
               IMPORTING
                    header_exp = caufvd_tmp
                    no_update  = answer.
    *     Check if update of header necessary and allowed
          IF caufvd-aufnr EQ caufvd_tmp-aufnr AND
             caufvd       NE caufvd_tmp.
            PERFORM caufv_upd(saplcobh) USING caufvd_tmp.
          ENDIF
    When BAPI for planned order is executed within the exit, the structure (caufvd) values are found refreshed. This structure is further updating the production order.

  • Production Order wise List for  Target cost v/s Actual cost

    Dear Sir,
    We have make to order scenario . We want to have a list giving Production Order wise "Target Cost" and "Actual Cost" . The purpose of list is to analyze the Variances Production Order wise .
    I request to kindly guide us , how can the above list be generated please .
    Regards
    B Mittal

    KKBC_HOE - With Defined Summarization Hierarchy
    S_ALR_87013104 - Sales Order Selection
    KKAC - For Sales Order with Assigned Orders
    KVBI - Actual Costs
    KOB3 - Variances

  • Not getting Material Costs in Production Order - MTO Scenario

    Hi,,
    When we are execting MTO Scenario, We are not getting Material costs in Cost analysis of Production Order (Transaction Code CO03).
    We have executed cost estiamte. but we are not gettig the material cost.we are getting only Activity price of Labour Hours.
    The problem is -
    1. we have created Sales order
    2. we have Run MRP & Planned order changed as production order
    3. But in this production order Costing Relevancy check box was not activated automatically. it is in gray mode and not able change this.
    4. Is the problem with SD configuration? Kindly help me in fix this issue.
    Note  - if we create production order directly - it is showing the Material cost. But only in MTO scenariod it is not giving the material cost.
    Kindly help me how to fix this issue.
    Thanks
    Kishore
    Edited by: Emergys Corp on Nov 5, 2009 7:02 AM

    In Requirement class (SD Configuration - OVZH)- we have to give valuation & Costing Sheet assignment.
    Thanks
    Kishore

  • How to get a list of production orders for a work center?

    Hello SDN Community, 
    I have an requirement to display in a pop-up window a list of production orders for a work center.
    Does anyone know which screens/transactions would show this relationship?
    Or better yet, does anyone know how to demonstrate this from the tables themselves?
    Thank you,
    Dean Atteberry.

    Hello Mangalraj.S
    >>Goto COOIS-->For the field List select PPIOO000 - operations and layout -->standard layout
    >>and execute,by this you will be able to see the operations for each order and to which
    >>work center they are assigned.
    The system I am working on is ECC 6.0.
    For this system the values in the dropdown for the "List" field are "Capacities, Items, Order Headers, Sequences, Trigger Points, etc".  But nothing that says PPIOO000 - operations and layout.
    >>Or else in the in input screen of COOIS,enter the work center for which you want to see which
    >>are the production order's assigned and execute.
    For system I am working in, I do get a grid display when entering a work center.  It has columns like "Order, Material, Icon, Order Type, MRP cntrlr, etc."   But no column with Work Center.
    Any further insight into how to use this transaction to display a list of production orders for a work center would be greatly appreciated.
    Thank you,
    Dean Atteberry.

  • I am using Numbers on my iPhone5 and cannot get the app to do a simple (SUM) calculation.  It shows the formula correctly in the cell, but all I get for my long list of numbers to add is 0.  How can I get this to work?

    I am using Numbers on my iPhone5 and cannot get the app to do a simple (SUM) calculation.  It shows the formula correctly in the cell, but all I get for my long list of numbers to add is 0.  How can I get this to work?

    Oaky, at least we got that far.  Next step is to determine if all those "numbers" are really numbers.  Changing the format to "number" doesn't necessarily change the string to a number. The string has to be in the form of a number.  Some may appear to you and me as numbers but will not turn into "numbers" when you change the formatting from Text to Number. Unless you've manually formatted the cells to be right justified, one way to tell if it is text or a number is the justification. Text will be justified to the left, numbers will be justified to the right.
    Here are some that will remain as strings:
    +123
    123 with a space after it.
    .123

Maybe you are looking for