Split of activities and quantity while confirming production order

hi gurus,
Our scenario is that suppose if we have to confirm 10 nos of a finished product.
and 10 operations are there.
here we have to confirm each no. for each operation. and quality checks are there for these operations .
now the quality people has to confirm the quantities and production people has to confirm the timings of activities(like set up , machine and labour ) .
i will be thank ful to you if some one helps me regarding this
thanks in advance
Kalyan

Hi Kalyan,
Do as below:
In OPK4, do the following for your order type--
1) On the second tab page (general individual entry), select 'partial confirmation' as the confirmation type.
2) On the third tab page (operation indiv.  entry), tick 'propose' quantity and 'propose' activity.
Now, go to OPK0. Here, either change in the existing active profile or create another profile and tick it as active. Then, inside the profile, do the following:
1) On the first tab page (are selection), for the detail area 'activities' select "Activities: activity 1 - actitivity 6 (table control)
2) On the second tab page (default), select 'partial confirmation' as the confirmation type. Also select 'immediate proposal' for quantities and services
I am assuming that the production would carry out confirmation in CO11N.
After doing this, whenever QM would do the confirmation of activities, then proportionately the activities would be confirmed. This would be partial confirmation. After this, production people would access CO11N and do final confirmation. At this time, enter anmy changes in the activity values. You will be able to see a table giving actual and planned values for activities. If there are no changes, then just post the final confirmation.
Make sure that when QM confirms, it is a partial confirmation.
Carry out the process now and tell me in case of any issues.
Regards,
Shrenik

Similar Messages

  • How to avoid actual cost error log while confirm production order activity

    Hi
    I dont want to post actual activity cost via production order activity confirmation. But i want standard value keys for my production duration purpose. So,i defined activites(strd value key) in work center without assigning cost center to that work center. While i confirm in CO11N, system throws erro log as Actual cost calculation contain errors and allows me to confirm the activities. I am doing MB31 and all CO settlement activities also. But when i try to close the order it says error log exists,so closing of order is not possible. How to overcome this problem as i dont want to capture any cost of activites via production order,but i want confirmation only for production analysis.

    Hi
    Issue is resolved thru PP forum. Thanks for ur reply.
    Solution lies in Control key of routing and BOM costing relevancy.

  • How to avoid Cost error log  while confirming production order

    Hi
    I dont want to post actual activity cost via production order activity confirmation. But i want standard value keys for my production duration purpose. So,i defined activites(strd value key) in work center without assigning cost center to that work center. While i confirm system throws erro log as Actual cost calculation contain errors and allows me to confirm the activities. I am doing MB31 and all CO settlement activities also. But when i try to close the order it says error log exists,so closing of order is not possible. How to overcome this problem as i dont want to capture any cost of activites via production order,but i want confirmation only for production analysis.

    Sudhar,
    You can make the operation not relevant for Costing by using a Customized Control key which is not relevant for Costing or else in the operation details you need to leave the "Costing relevancy" field blank.
    Regards,
    Prasobh

  • Error message while confirming production order.

    Hi Gurus,
    I would like to know if it is possible to get an error message when we try to confirm a production order if there is not a cost for each component.
    Please provide details if any.
    Thanks for your understanding.
    Naveen.A

    Hi,
    You can have setting for error message for incorrect costs in confirmation as below :
    Go to OPK4 ( Parameters for order confirmation) select plant & order type--> General individual entry ( tab)-> Error handling/logs
    Maintain tick in check box for Termination for Incorrect ActCosts.
    This will fulfill your requirement.
    Revert in case any doubt.
    Regards,
    Tejas
    Edited by: Tejas  Pujara on Apr 6, 2009 7:17 AM

  • GR quantity check against Production Order in MB31

    Hi Experts,
    How to check GR quantity against Production Order (101) can not be greater than Confirmation quantity for the Production Order in MB31.
    Regards,
    Praful Mankar

    Hi Praful,
    Use user exit MBCF0002, here put condation that check AFEU table (confirmation table) and allow
    that quantity only to do GR
    and it will triger at the time of MB31
    Regards
    Girish

  • Quantity error in Production order.

    Dear all,
    While creating production order i have given the quantity 2500 EA,after confirmation i checked in material documents the following bill of material(totally 23 bom) had consumed same time as quantity 3 EA only
    Kindly find below screen shots
    I checked in BOM level regarding the base quantity everything was fine,but i dont know why the quantity is consuming like this
    Regards
    Rajasekaran

    Dear Kumar,
    For all the material back flush is maintained
    Kindly find the screen shots of base quantity

  • Quantity mismatching in production order

    Hi PP experts,
    The delivered quantity for a production order in CO03 is 53 while Goods receipt has been done for 59 materials. You can refer the below screen shots.

    Hello
    Please implement and run the report ZPCON_076D, from the following note, in order to correct such inconsistent orders:
    1352231 - Correction: Goods receipt quantity and value in order
    This repor sum the posted goods movement quantity and updates the delivered quantity on the order.
    BR
    Caetano

  • Error in BDC using 'N' mode while creating production order

    Hi,
    I am trying to create a production order  ( transaction CO01 ) by using a BDC. I just have to fill the header details, components , assign the component to operation , save and exit. When I am running the BDC in 'A' or 'E' mode, it works fine. The 'E' mode doesnt stop anywhere and successfully creates the production order . But when I change the mode to 'N', it throws an error "No batch input data for the screen SAPLCOKO1 0115". I am using Call transaction in BDC to create the production order. What could be the issue? Can someone throw some light?
    Thanks,
    Suganya

    Hi Suganya,
    I guess that Chandra Madapati is right. I also faced the same issue for another transaction.
    If you want to disable the batch input (sy-binpt), you can use the addition OPTIONS FROM in call transaction statement.
    It refers to the structure CTU_PARAMS in ABAP dictionary and contains the following components:
    Component
    Meaning
    DISMODE
    Processing mode for batch input processing. Values as for the MODE addition.
    UPMODE
    Processing mode for batch input processing. Values as for the UPDATE addition.
    CATTMODE
    CATT mode for batch input processing. CATT means Computer Aided Testtool. While batch input is mostly used for data transfer, CATT processes are to be viewed as more complex transactions, since they are reusable tests. Values: " " (no CATT mode), "N" (CATT without single screen control), "A" (CATT with single screen control).
    DEFSIZE
    Selection as to whether the screens of the called transaction are displayed in the standard screen size. Values "X" (standard size), " " (current size).
    RACOMMIT
    Selection as to whether the COMMIT WORK statement terminates batch input processing or not. Values: " " (COMMIT WORK terminates processing), "X" ( COMMIT WORK does not terminate processing).
    NOBINPT
    Selection for the symbol field sy-binpt. Values: " " (sy-binpt contains in the called transaction "X"), "X" (sy-binpt contains in the called transaction " ").
    NOBIEND
    Selection for the system field sy-binpt. Values: " " (sy-binpt contains "X" after the end of the batch input data in the called transsaction ) "X" (sy-binpt contains " " after the end of the batch input data in the called transaction).
    In this, if you give NOBINPT as 'X', the system field sy-binpt becomes disabled. You can also set the processing mode and update mode using DISMODE and UPMODE respectively.
    Thanks & Regards,
    T. Prasanna Kumar

  • Abap dump error while release Production order

    Dear Gurus,
                          Abap dump error is creating while release production order , pour some light on this issue.
    Regards,
    Kamal

    Hello,
      use transaction ST22 to analyze the error type. There you have the detail of the error message, the program and the line of the ABAP code where the dump was triggered.
    Best regards,
    Andrea

  • Goods Movement Qty While Confirming the Order

    Hi Friends,
    While confirming the order The end user Will go to the goods movement screen and enter the actual consumed Qty (When all BOM components Are marked with automatic Back flush) For the components with 261 movement type and will enter the storage location and batch no if required .
    Now my requirement is the user should not have the access (it should be in gray) to the BOM Components qty to change
    OR
    He should not be able to change beyond the qty As per scrape % Given in Material Master or BOM.
    The Reason for this is
    Even When there is a shortage for BOM components in SL location, he is reducing/Adjusting  the required quantities as per the existing Qty ( If there is no stock then making it to ZERO also)  and confirming the order.
    Pl suggest me is there any user Exit for this or can I do it thru Standard SPRO settings.
    hari

    Hi,
    You  can make screen variant SHD0 for CO11N and hide it.
    In t code SHD0, give the transaction variant name ( say ZCO11N )of ur std CO11n.
    CO11N screen will appear, when u will save the variant, u will getgood movement tab , it will hide now.
    Activate the transaction variant.
    Regards,
    R.Brahmankar

  • 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

  • How can we improve performance while selection production orders from resb

    Dear all,
    there is a performance issue in a report which compares sales order and production order.
    Below is the code, in this while reading production order data from resb with the below select statement.
    can any body tell me how can we improve the performance? should we use indexing, if yes how to use indexing.
    *read sales order data
      SELECT vbeln posnr arktx zz_cl zz_qty
      INTO (itab-vbeln, itab-sposnr, itab-arktx, itab-zz_cl, itab-zz_qty)
      FROM vbap
      WHERE vbeln  = p_vbeln
      AND   uepos  = p_posnr.
        itab-so_qty = itab-zz_cl * itab-zz_qty / 1000.
        CONCATENATE itab-vbeln itab-sposnr
           INTO itab-document SEPARATED BY '/'.
        CLEAR total_pro.
    **read production order data*
        SELECT aufnr posnr roms1 roanz
        INTO (itab-aufnr, itab-pposnr, itab-roms1, itab-roanz)
        FROM resb
        WHERE kdauf  = p_vbeln
        AND   ablad  = itab-sposnr+2.

    Himanshu,
    Put a break point before these two select statements and execute in the production.This way you will come to know which select statement is taking much time to get executed.
    In both the select statements the where clause is not having the primary keys.
    Coming to the point of selecting the data from vbap do check the SAP note no:-185530 accordigly modify the select statement.
    As far as the table RESB is concerened here also the where clause doesn't have the primary keys.Do check the SAP Note No:-187906.
    I guess not using primary keys is maring the performance.
    K.Kiran.

  • Asking for purchasing reqistioner no. while making production order

    dear all
    asking for purchasing reqistioner no. while making production order.how do get rid of this reqisitioner no. option from production order.
    regards
    manish sharma

    Hi,
    Chcek the BOM copied to the order or the items that you are entering while creating the order, if item categories are N, purchse requisitions are automatically created and related info is queried from the user. Change item categories to L, stock items if external procurement is not relevant.

  • Prt availability.while creating production order

    while creating production order. system checking PRT availabilty
    if PRT is not there system throws warning msg
    PRT: Item: 0010  Material TESTPRT1 plant BP01 is not available.
    Message no. CF301
    Diagnosis
    You are attempting to use a PRT. However, the current status of this PRT does not permit you to use it.
    how can change into error msg.........
    thx in advance

    Hello,
    I've checked the WUL of the message CF301 and found:
    CALL FUNCTION 'CO_FU_FHM_AVAILABILITY_CHECK'
           EXPORTING
                index_imp             = affhd_sav-indbt
                tco11_imp             = tco11_tmp
           IMPORTING
                fhm_not_available_exp = fhm_not_available_tmp.
    FHM verfügbar
      IF NOT fhm_not_available_tmp IS INITIAL.
        CASE affhd_sav-fhmar.
          WHEN material.
            MESSAGE i301 WITH affhd_sav-psnfh
                              affhd_sav-matnr
                              affhd_sav-fhwrk.
          WHEN sonstige.
            MESSAGE i302 WITH affhd_sav-psnfh
                              affhd_sav-sfhnr.
          WHEN dokument.
            MESSAGE i303 WITH affhd_sav-psnfh
                              affhd_sav-fhmnr.
          WHEN equipment.
            MESSAGE i307 WITH affhd_sav-psnfh
                              affhd_sav-fhmnr.
          WHEN OTHERS.
            MESSAGE a886
                    WITH sy-repid
                         hlp-fname.
        ENDCASE.
    I'm afraid the attribute is hardcoded to be warning.
    BR,
    Tiemin

  • GR quantity more than production order quantity triggering cost difference

    Hi Gurus,
    We have observed a scenario where the cost(price) dfference account getting hit whenever the GR quantity is greater than the production order total quantity. The dollars posted to this acount are directly propotional to the difference between the GR quantity and the production order quantity.
    The total quantity specified in production order is 1 M2U and GR quantity is 1,000 M2U.Material price is $195.65.
    Accounting Document;
    Inventory account           - 195.65
    Offset account                - 200.00
    Cost difference account  -    4.35
    If we do GR for less than or same quantity as in the production order, this account is not getting triggered.
    Any idea what is causing this scenario? I really appreciate if you can share with any SAP note related to this.
    Thanks,
    Mano.

    Hello Gurus,
    One  more observation is,
    The palnned costs and actual costs are always different when dealing huge quantities. But the cost difference account is only getting triggered if the actual quantity is  more than the palnned quantity.
    And,
    when the difference between atual quantity and palnned quantity is huge then
    Planned costs are booked to the inventory account
    Actual costs are booked to the prodcution cost account.
    Significant cost variance is booked to the cost variance account.
    When the difference between actual quantity is less than/equal to planned quantity is not so huge then
    Actual costs are booked to the inventory account
    Actual costs are booked to the prodcution cost account.
    Is this a standard behaviour?
    Thanks,
    Mano.

Maybe you are looking for