Scrap Quantity component  in the production order

Dear gurus,
in the material master of a component i insert the scrap % ( view mrp4) = 10 %.
The field is read by planning Mrp and explosion of bom , but when i inseert this component in the production order manually the system don't read this % and the field "scrap quantity in the component detail of the production order is blank.
Are there a setting for uograde this field ( in the production order ) when i insert MANUALLY the component in the production order?
Example:
1) material master of the component  > scrap % (view MRP4 ) = 10 %
2) production order created
3) insert this component quantity 100 pc and the system after read the material master  insert 110 pc , and upgrade the field automatically 10 % (as material master)?
Thansk a lot
Daniele Pistilli
PP TEAM

Hi Danielepistilli,
Well there is a lot of difference is there: see you are creating production order for header material which is FG. If you maintained component scrap in material level it will be dependent on BOM quantity which you maintained for the header material.
For example say component x quantity is 50 in BOM. How it will calculate when you run the MRP.
component scrap % is 5% then:
                                 ===>            (5/100) * 50 + 50
Formula is: Percentage of scrap quantity x original quantity + original quantity
  So                           ===>           52.5 quantity should be come for component
So, the order quantity for the header material will not take this quantity or scrap but if you see individually in MD04 screen for X material you can find this quantity ok.
I hope it clears your doubt and helps you any queries please revert me back.
Regards,
Madhu.G

Similar Messages

  • Fixed component of the production order

    Dear Gurus,
    i need of fixed reservation of the batch at the production order.
    I can fixed the component only in the production ordere ( CO02- batch Assignment ) or are there other transaction , where for production order i can fixed the batch of the component?
    Thanks a lot
    Daniele Pistilli
    PP TEAM

    Dear gurs
    excuse me for the explication ,  i have for a component two bacth :
    111
    222
    and i need of fixed in the production order the batch for example the bacth 222 .
    Now i run the transaction CO02 and in the view of the component select the single component and whit the buttom batch assignment reserve the quantity.
    The system setting the status F in the stock /requirement list.
    I would want to know if there are other methods in order to reserve the batch component in the production order , other transaction .
    Thanks a lot
    Daniele Pistilli

  • Determine a component in the production order

    Hi,
    To determine if a component in the production order is relevant for the paint dispatch list:
    For a Production Order, after retrieving all the components (children) of the header material utilize function module CLSE_SELECT_AUSP.  Pass the following information under the import parameters:
    Function Group: CLSE
    Function Module: CLSE_SELECT_AUSP
    Import Parameters:
    KLART   = 001   (Hard-coded) (ZERO, ZERO, ONE)
         OBJEK  =    (Component number from production order Item) – RESB-MATNR
    MAFID = O  (Hard-coded) (The letter O)
              KEY_DATE  =  (BOM Explosion Date) – CAUFV AFKO-AUFLD
    Returns:
              Table = T_AUSP
              Field  = ATWRT  
              T_AUSP-ATWRT
    Then the following logic should apply:
         IF T_AUSP-ATWRT = OPTPNTD THEN this component (RESB-MATNR) is relevant for the dispatch list.
    can any body explain the meaning of this
    all replies will be rewarded

    Hi,
    i got the solution i came to know the meaning of it
    thanks

  • Production Order - Modify field Material Provision Indicator for component in the production order

    Good afternoon,
    I have a component in the bill of material, that has the option Material Provision Indicator activated.
    When i create the production order, the component automaticaly is activated with the  Material Provision Indicator option.
    However, in the production order, this field isn't possible to modify, because is closed.
    Anybody knows way the modify this field? Configure to open?
    Thanks.
    Kind Regards,
    António Pinho

    Hello Amar,
    I am also getting the same error while Releasing Production Order and Costing (CO11N). This error is related to EHP7 in our case.
    Please try one of the following solution and see whether the error is gone or not.
    1. Implement the SAP Note 1317551 - Error AD_SUBCON 141 / 143 / 144 (T417)
    OR
    2. Complete the customizing of Material Provision Indicator (T Code OICO) as per the attachment.
    Regards,
    Prashant Karanjgaonkar

  • To issue the component to the Production Order

    Hello All,
    I have assigned the component to the Operation of Production Order from Different plant(say 1100) of Same company code(1000).
    I want to issue that material from that plant to this plant (say 1000) of Production Order.
      So my question is the correct method of directly issuing the component to this Production Order of different plant.
    Shailendra

    Hi  HAdkar
    The correct procedure is .
    You have to assign special procurement key 80 in material master for which you want to procure from plant 1100. The material master of procuring material should exist for the plant 1100. While running MPR the procurement proposal will be automatically created in the 1100 plant. From 1100 plant you do stock transfer to your storage location. Then finally do GI for the header prod order in you plant.
    This is the procure in SAP. Eventhough both the plants exist in the same compound.
    Regards
    J . Saravan

  • Component addition in Production order.

    Iam doing Sales order Mrp. After that planned order is converted into production order.
    Bom components appear in pegged requirements.
    In production order change mode I delete some components and refresh MD04. Components disappear from pegged requirement. It is ok
    Now In production order change mode I add some components and refresh MD04. Components does not appear in pegged requirement.
    I do MRP again but Components does not appear in pegged requirement.
    How to get components in Pegged requirement list??

    Hi,
    Why requirement for new component does not get added when MD50 is carriied out??
    While running MRP using T-code MD50, The system will explode BOM and it will do the net reqmt calculations. Since the newly added component is not part of the BOM, that is the reason it is not considered.
    After doing Plant level MRP requirement for that component gets generated but it does not appear in pegged requirement of header material??
    When you add the component in the production order, it will create the reservation. In the next MRP run only this reservation will be considered and it will plan.
    Regards,
    V. Suresh

  • How can read BOM component date before save the production order??

    Hi Experts,
    In our company, we need to develop a program to read the BOM component data of the production order
    before we save the production order.
    That for example ,when we create and release a production order , before we save the production
    order,we want a porgram to read the BOM component data. If some component data can meet our
    requriement (may be if there is material requirement quantity>100 EA),then the system will pop up a
    small dialog box to remind us.
    There is user exit PPCO0007 and PPCO0007.But it seems they only can read the head data of the
    production order before we save the production order. And the BOM component data of the production
    order are saved in the RESB(Reservation Table).So if we do not save the production order,all the BOM
    component data are not saved in the RESB table.
    So how can slove the problem??
    How can read component date before save the production order??
    Are there any other user exit we can use???

    Hi Just wanted to check am I right that you are trying to check if you have enough Materials Available before you release or Save the order right ? if this is your business objective then when you create order you have material availability tab which checks and gives error if shortage is there. Please let me know if is this wht you asking for ?

  • In the production order for 1 of the component material no 261 movement

    Hi SAP Gurus,
    In the production order out of 8 components for 1 of the component material 261 movement is not happening ( Not getting backflushed) Please give some input on this issue.
    Thanks and Regards,
    SHARAN.

    Hi Dhaval,
    In MRP2 view the backflush indicator has been set. But in the parent material BOM setup this material itself not there I informed the user about this, please refer the below user comment ( In BOM the material:Q7829-60184 is appearing and mat:Q7829-60140 not there in BOM, in production order for both the materials 261 movement not happened ) Please give your input on this issue.
    Hi Sharanappa
    We just did a PCO roll  PCO #4619999R3 on Tuesday 30th Dec.
    From Q7829-60140 to Q7829-60184
    All options for Q7840A, Q7829A, Q7830A (except #ACJ, already completed), Q7831A.
    That's why you are not able to see the part in BOM
    How can we rectify this from here?
    Thanks and Regards,
    SHARANAPPA.

  • Reverse the production order even when some quantity has been invoiced

    Dear Sapgurus,
    How to reverse the production order when the some quantity of that production order has been sent through invoice.
    regards
    muralidhar.t

    Dear,
    In that case you can not reverse the the full order quantity you can only reverse the quantity which are in unrestricted storage loaction as a stock.
    You can cancle it through MB31 with 102 movement. If auto GR is there then you need to cancle it through CO13. After that also check the COGI and CO1P.
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Open the reservation for the Production order

    Hi,
    I have post the GI for Production order MB1A with movement type 261 from 100 peaces components. I would like to cancel a partial quantity of components from this posting (about 30 peaces). After cancel it the reservation for the production order has to be open for 30 peaces of components.
    I've canceled it through MB1A and mtype 262 but the reservations weren't open and in the PO (component overview there is always the sign"the Final Issue for This Reservation").
    Which T.code and mtype could I use.
    Thanks
    Dede

    Hi,
    Have you cancelled the movement (of 30 pieces) by selecting the "with reference" option from the menu?
    If not, then reverse the current cancellation document. Then again cancel the 261 movemtn by selecting the with refernce button from the menu. It will sove the problem.
    Check & revert.
    Regards,
    Rohit.

  • Alternative item quantity greyed out on Production order creation

    I'm creating a production order. One of the materials in the BOM uses an alternative, the discontinuation indicator = 1 on material MRP4 view.
    The production order is using the alternative which is ideal, but the quantity for the alternative is greyed out so the quantity cannot be changed? Ordinarily the quantity for a component in a production order can be changed.  Can the quantity field be configured so it changeable for alternatives? Where is the discontinuation indicator configured please?
    Thanks in advance.

    In the production order both the original and the alternative material are listed.  The original item has a blank qty in the field and the alternative has the required qty (greyed out though), say qty 10. 
    If I want to issue say just 8 of the alternative and 0 of the original , why would I enter a qty for the original material?  The shop floor found 2 hanging around so I want to change the alternative qty to 8 if possible, and thats all I wish to issue against this production order.
    Thanks for your help

  • Quantity Withdrawn field in production order

    Hi all,
    I have a doubt
    there is a component A in production order
    Required quantity is 10
    Initially i issue 15 qty's then the same qty gets updated in "Quantity withdrawn" field (component overview screesn)
    Then i reverse 3 qty's of component A,which is very much visible in documented goods movement
    Whereas the same is not getting update in the ""Quantity withdrawn" field ,Still 15 qty is appearing against "Quantity withdrawn" field
    This may be normal behaviour of the system,I'm not sure
    Can you please confirm on this
    If not then please give me possible reasons why it is not getting updated ?
    Thanks,
    SVP

    Hi all,
    I also wonder about this (actually it's an issue for this customer ... ). As same as production order, Network order (it's activity more correctly) also show withdrawn quantity in CN25 transaction.
    In my case, I've done good issue quantity 2 EA, then I reverse it. and same again. finally I do good issue 2 EA.
    GI         -2 EA : CN25
    cancel GI 2 EA : CN29
    GI         -2 EA : CN25
    cancel GI 2 EA : CN29
    GI         -2 EA : CN25
    (Yeah, normally it will not happen often but it can.)
    I expect withdrawn Quantity 2 EA but it shows 10 EA. So have wonder with actual data table MSEG. It has SMBLN value (referred document number to cancel) as I think. It's very normal.
    Why withdrawn field doesn't count that cancel quantity?
    Is there any configuration that I missed ? or Is it normal result?
    But System should do show 'Cancelled GI Quantity' (so that end-user can notify actual GI quantity) to make it understand.
    Regards,
    Yeum
    Edited by: Hee Chul Yeum on Jan 22, 2009 10:50 AM

  • MIGO Proposes Quantities even when the Production Order has DLV status

    Hi,
    In ECC 6.0 after my last operation has been confirmed with AUTO GR. MIGO proposes the planned Scrap quantity against the Production Order for Goods Receipt. Is there a way to stop this.
    Here is the scenario that I am facing this issue.
    I have a production order with Qty 103 with 3 QTY as planned Assembly scrap.
    At the last operation I do 98 yield, 2 rework and 3 scrap. My Rework Reason Code inserts a rework operation using trigger point in the production order. Now after I confirm Rework Operation when I got MIGO for Goods Receipt it proposes me 5 (i.e. 3 Planned Scrap plus 2 rework).
    Is there a way this behavior be stopped.

    Hi Aravind,
    I have a suggestion. Instead of having assembled scrap if you follow below way you can overcome from this issue.
    To produce 100 quantity, goods should be issued for 103 quantities. You should maintain this in BOM. So during production confirmation, if your yield is 98 then GR will happen only for 98 and you can enter 2 piece as scrap quantity. GR will not happen for scrap quantity. When you confirm the rework operation, system will propose only 2.
    Currently we are following this way. Try it out and see.
    If you need more information, do reply.
    Regards / US

  • Confirmation of the production order qty equal to sales order qty

    Hi Experts,
    I need to control the confirmation of the production order should be equal to sales order qty.
    I'm having the scenario as follows
    If sale order qty for X material = 3
    while running the MRP, system will plan the order qty as 8 because of we maintained rounding profile in the Material master and enhancement we used for this.
    Rounding Profile Qty=5
    Total Production Order Qty=8.
    But, finally they will do the GRN for sales order qty only, remaining will be used for testing purpose.
    So, the confirmation also has to happen for only sales order qty. There, we need to control the qty based on the sales order.
    Is there any exit or Enhancement is available for this.
    Please help me.
    Naren

    Hi,
    Exit for confirmation check is CONFPP04.
    However, opening orders for quantities higher than demand and leaving pieces undelivered and unconfirmed in production orders does not make sense. I could not get the requirement of incresing production quantity by adding rounding value? Moreover, if rounding is to be used for test purposes, why not do you receive them into stock? Why don't you receive 8 pieces into stock, deliver 3 pieces to sales order and transfer 5 pieces to related department?
    If it is because of MRP and you really do not want to produce extra 5 piece immediately, you may use material reservation or any other form of demand for 5 pieces, use EX for lot size calculation and have MRP create two planned orders for sales order and testing requirement, then you can convert planned order for sales order requirement into production order and continue processing.
    Regards.

  • How to create a manufactured component in a production order network

    Hi,
    I've been facing problems to create a subnetwork in a production order. I want to add a manufactured component at a production order network.
    Does anyone know any BAPI or FM to solve this problem?
    Thks,

    I tried to use the below FM sequence, but I just create no-manufactured compenents. However this tried was failed too, becaus a couple of fields was missing when I go to CO02 transaction.
    CO_XT_COMPONENT_ADD
    CO_XT_ORDER_PREPARE_COMMIT

Maybe you are looking for