Production Order Header - Committed Quantity

Hi Team,
I have created the production order with quantity 2. In order to produce the 2 header item, i need to 2 components (BOM item). But currently i have only 1 quantity of  BOM item in stock. With this condition, i am performing the ATP check in my production order. Since i have only one BOM item in stock, i can able to produce only one header item. So after executing ATP check in my production order, i am expecting the below field to be updated as "ONE" (refer the screen shot). But it is not getting updated. Why? When this field will be updated?
Thanks

I have tried testing this in various ways on my system but I cannot get the committed quantity to 0 unless there is 0 available. The quantity is always updated for me.
Can you do the following?
Set a breakpoint here:
Function AVAILABILITY_CHECK_CONTROLLER
CALL FUNCTION 'AVAILABILITY_CHECK'  <<<<<<<< Breakpoint here
       EXPORTING
            P_SCHEDSH     = P_SCHEDSH
            P_SCHEDTR     = P_SCHEDTR
When your breakpoint is hit during the availability check, hit "F6" and then check the values in table P_MDVEX. If possible, post the results back here; ensure that you have included the MNG01 and MNG01 fields.
This internal table holds the result of the availability check. By looking at this, we might be able to narrow down if this is an availability or PP issue.

Similar Messages

  • User Exit: Saving data in Production Order Header Long Text

    Hi PP Gurus,
    Can any one let me know which user exit can be used to save some data in the Long Text of Production Order Header.
    We try PPCO0007, it works well on ECC, but my client's system version is 4.7, it does not work.
    In 4.7 version, is there any other User Exit or BADI can be used to comply with this requirement?
    It's quite common requirement, hope someone can help me. Thanks.
    Best regards,
    Sun Qiang

    Hi All,
    Thank for your reply.
    After saving the text using 'SAVE_TEXT' function module and commiting it you need to update the 'ltext' field in AUFK table.
    SELECT SINGLE * INTO wa_aufk FROM aufk WHERE aufnr EQ '000012345678'.
    wa_aufk-ltext = 'D'.
    MODIFY aufk FROM wa_aufk.
    It works in Enhancement PPCO0007.
    This call can be closed. Thanks.
    BR
    Qiang

  • Make Scrap portion field in production order header as display only

    Hi Experts,
    We have a requirement to make scrap field(CAUFVD-GASMG) in production order header as display field only. We do not want users to enter any values here to denote the quantity scrapped in production orders. I am not aware of any configuration to make this field as display only. Please let me know which user exit or BADI available for this purpose. We do not want to use any screen variants and transaction variants and would like to restrict this at order type or plant level.
    Thanks
    Rijil

    Hello Rijil,
    If not with variants than check with enhancement.
    PPCO0006  Enhancement to specify defaults for fields in order head
    PPCO0012  Production Order: Display/Change Order Header Data
    PPCO0018  Check for changes to production order header
    Regards,

  • Release a production  order for partial quantity

    Hi gurus,
    Can you please tell me how can i release a production  order for partial quantity without splitting the order?
    Regards
    Rajib Pathak

    Dear,
    Best way you can conver the planned order to production oreder in partial in CO40.
    Or from MD04 screen click the planned order, choose pratial release and enter the quantity you want to release and press Generate button. the order gets converted to production orders of yr specified quantity and rest planned order remains for further processing.
    Or,
    Create order
    Goto operation overview
    Select the operation and click on release button...which will release the opration alone instead of releasing the order. If you release the order, then all the eperatios are released onec for all.
    If you go for operation release...you can release operation by operation, which will be partial release of order at header level.
    at operation level - partial release
    Hope it will help you.
    Regards,
    R.Brahmankar
    Edited by: R Brahmankar on Nov 12, 2008 9:44 AM

  • BAPI for process order header delivered quantity

    Hi,
    current requirement is to get the process order quantity with drawn and delivered quantity , when we try using the BAPI
    BAPI_PROCORD_GET_DETAIL , it does not have the process order delivered quantity - it has only total quantity  for which process order is created .
    Is there a way or any standard BAPI/RFC gives the below :
    1. Process Order Header Delivered Quantity
    2. Process order component's quantity with drawn
    Regards,
    Madhu Kiran

    Hi Madhu Kiran,
    BAPI_PROCORD_GET_DETAIL of course has all the required fields:
    1. --> check table POSITION, field DELIVERED_QUANTITY
    2. --> check table COMPONENT, field WITHDRAWN_QUANTITY
    Regards,
    Andreas

  • Production Order header Long text

    Hi ,
    I need to get the long text in the Production Order Header.
    I am aware that I would need to use READ_TEXT FM.
    What are the parameters that I need to put in?
    ID                           
    LANGUAGE                      
    NAME                          
    OBJECT
    Thanks!

    Hi Donna,
    This is the answer:
    ID                              KOPF
    LANGUAGE               EN
    NAME                        035000010000121
    OBJECT                     AUFK
    For name you have to concatenate client number + production order number.
    From my example above 035 (client number) + 000010000121 (production order number) .
    Hope it helps,
    Victor.

  • Batch determination in the production order header

    Hi,
    I'm trying to determine the batch for the production order header (AFPO-CHARG). I've set up the search strategy, added the procedure to the relevant plant/order type combination in OPL8 and created the batch search strategy to default the batch, however, when I create the order the batch does not default. Am I missing anything obvious?
    Thanks in advance!

    Hi
    Batch Search strtaegy is used to get the batch numbers of the components in the production order or get the batches in the delivery of the sales order.
    These batches can be selected based on the selection criteria and the sort rules.
    I do not completely understand what you mean by batch at heaser level.
    If you mean to say the batch number for the header material then you can not search that batch since it has to be created first.
    Hope this helps.
    Cheers

  • Table for field "delivered" in production order header general tab

    Hallo everyone,
    I am looking for the field "Delivered" in the production order header on tab General. Can anyone tell me in which table it is stored?
    Thanks and regards,
    Jessica

    Hi,
    Field "ELIKZ" ("Delivery Completed" Indicator) is available in Table "AUFM" (Goods movements for order).
    Here You can co-relate this with field "AUFNR" (Order Number)

  • Default of fixed batch number for production order header????

    Hi Experts,
    In SAP, when create a production order, in the production order Header view, in the "Good Receipt" Tab, there is a field "Batch" , which means "Assigns a material that is manufactured in batches or production lots to a specific batch ".
    For some special reasons, we want for some certain materials,when create production order every time,the "Batch" field will be a fixed values.
    For example,for material "AB1" ,"CD2",when create production order every time,the "Batch" field will be "2345" automatically,do not need input manually.But for all the other materials, the "Batch" field would be null ,no value.
    How can I do this? How can assign fixed batch number values to some certain materials in production order?
    If there needs some ABAP development,which user exit do I need??
    Thanks for any reply!

    Hi V.SURESH
    Thanks very much!
    I know what you mean. Default batch number in the production order eans, there is no use of using batch management.
    In fact, my purpose is just want to  deactivate the batch management for some certain materials.
    So for some certain materials,when create production order every time,the "Batch" field will be a fixed values.
    How can I do this? How can assign fixed batch number values to some certain materials in production order?
    If there needs some ABAP development,which user exit do I need??

  • 'Delivered quantity' in production order header

    Dears :
      when display production order by CO03. There is a field named with 'Delivered' .
    Is there any best way to get this value ?

    hi
    select from table- AFRU field- GMNGA by aufnr.
    then add all the gmnga selected entries.
    regards
    Usman

  • Production Order Header Status

    Hi
    I am having a production order with 4 operations. when i am confirming the first operation as partial confirmation because i am just confirming only partial quantity, the whole production order status is set to PCNF. Even though i am finally confirming the same operation finally and confirming all the other operations also finally, the order status is not changing to CNF. it is still in the PCNF . how do i get it to CNF status? because the PCNF status for the order will create other problems.
    The operation statuses for the same order give correct statuses as PCNF or CNF or milestone. The problem is only with order header status.
    Can someone please solve this issue. Points assured
    Regards
    Chandra

    Hi,
    In tcode OPK4 - Define confirmation parameter select your plant & order type.
    In 2nd tab page, select Confirmation type - Automatic final confirmation.
    So when doing opn confirmation if the qty is equal or more than order qty, system automatically set to Final confirmation.
    If the confirmation qty is less than order qty, system automatically set to partial confirmation.
    Regards,
    Dharma

  • Production Order header Qty change without changing the line qty

    Dear Experts,
      This is one of the requirement from my client. He has to change header planned qty without changing line planned qty in the production order. They are doing this to avoid the wip variance account posting. Can we achieve this through SDK? If so how?
    Regards,
    Gokul K.

    Hi Gokul,
    You can over write the planned quantity by the base quantity in each line.
    Here is my sample fro you:
    If (Not pVal.Before_Action) And (pVal.EventType = SAPbouiCOM.BoEventTypes.et_VALIDATE) And (pVal.ItemChanged) And (pVal.FormTypeEx = "65211") And (pVal.ItemUID = "12") Then
      With CType(SBO_Application.Forms.Item(FormUID).Items.Item("37").Specific, SAPbouiCOM.Matrix)
      For ii As Integer = 1 To .RowCount - 1
      .Columns.Item("14").Cells.Item(ii).Specific.value = .Columns.Item("2").Cells.Item(ii).Specific.value
      Next
      End With
    End If
    regards,
    Csaba

  • Production Order WIth Zero Quantity

    In 8.8, can a Production Order having a zero total quantity be closed or released?

    Thanks everyone for the quick response!
    Here is the customers current business process:
    - a batch of chemicals is being produced
    - the batch is quality checked during production against product specifications
    - if the batch fails the quality check, it is "put aside" (not in inventory) for later re-work
    - do not want to affect inventory levels for this rejected batch
    - the "set aside" rejected product is remixed to produce a batch that passes QC
    - the "good" batch is inventoried in the normal way

  • New operation for production order - change operation quantity not possible

    Hello all,
    we want to create a new operation for a production order.
    So we go to CO02 and to the operation order overview screen.
    But when we add a new operation, the system will not let us determine the operation quantity for the new operation, the system will just take the quantity from the operation before.
    How can I determine the qty by myself?
    Thanks
    Anne

    You can do another way also.   You change your routing with new operation quantity and save it in CA02.    NOw you go to CO02 and read master data in funtions,  then the new operation quantity will definetly come in to the production order.
    KrishnamurtyDSS

  • Missing Parts in production Order no committed date and qty

    Hello Guru,
    May I ask your help to check our issue when we create a Production order, we got an error Order has missing parts. When check the Availability Check view, most of the components do not have committed date and qty even there are available stocks on them.
    Can you help check what went wrong and its possible solution already check OPJK and OPJJ seems we have correct set up for this.?
    I tried to check in CO09 on one component. from there there is also 0 committed qty and date. While the other component has OrdRes with 0 committed qty and date and there are some with values. Please help thanks.

    Hi Ramagari,
    OPJK
    Plant AAAA
    Ord Type: YYY1
    Avalability Check: 2 (Check availability during order release)
    Material Availability Part
    Check mat. availability when saving order (tick)
    Checking Rule : YP (PP checking rule - Production Order rel.)
    Component Check Type : ATP Check
    Release Material: 1 (User decides on release if parts are missing)
    PRT Part
    Checking Rule : 02 (Status check and inventory audit)
    PRT Release : 1 (User decides to release when there's no PRT)
    Capacity Part
    No check (tick)
    OPJJ
    Availability Check: 02 (Individ. Reqs)
    Checking Rule: 01 (Checking rule 01)
    Stocks parts:
    Include safety stocks (tick)
    Missing parts processing part:
    Checking period: GR : 0
    In/outward movements part:
    Incl. Pur Ord : X
    inlc. pur Req (tick)
    incl. dep req (tick)
    Incl. reserv (tick)
    incl. sales req (tick)
    incl deliver (tick)
    incl. ship notif (tick)
    incl rel ord reqs : X
    incl pld ord : X
    incl prd ord : X

Maybe you are looking for