Confirmation number sequence in the process order

Hi,
When we create a process order , system assigns the confirmation no for each of the operation & these confirmation numbers are in sequence.
In our case we have activity numbers in the recipe as 0010, 0020, 0030, 0040, 0050, 0060...... Subsequently we have inserted operations..now the sequence has become 0010, 0020, 0030, 0040, 0041, 0042, 0050, 0060...... Now when we create the process order, the confirmation numbers for operations 0041, 0042 comes after 0060. We have a development which has a pre-requisite that the sequence of confirmation no's should be as per sequence of operations.
Any idea how to achieve the correct sequence of confirmation no's?
regards,
Mohit

Dear Mohit,
I have find the route cause BUT I Don't know how to fix it
Based on Operation ID, system is creating a confirmation No
Since you have created a operation 41 and 42,  System gives the operation ID next to 60
Thats the reason system is giving the confirmation No after 60
I don't know how To add operation ID in routing

Similar Messages

  • Close the Process Orders

    Hi All,
    Need to close the process orders which are in TECO ststus.
    There is no batch number assigned to the process order so no consumption of materials.
    The activities are in CRTD WRCE status which are not allowing the process order to close.
    Regards,
    Mallika

    Please follow the below path,
    Cor2 --> Process Orders --> Functions --> Restrict Processing --> Complete Technically.
    Once the Order are in TECO you cant do the change in its activity.

  • Process Order does Confirmations and GR even after the Process order is CNF

    Not Sure why the Formatting is lost.
    Hi Gurus,                                                                               
    I am a beginner in this area and request your help.                                                                               
    We are implementing a project where the process order Confirmation in SAP ECC 5.0 in SAP PPPI module is done using xMII which call the BAPI_PROCORD_CREATE_TT     RFC.
    The customer wants to (certain times) do a final confirmation without actually completing the order e.g if the Order Qty is 100 then, they want to just manufacture 25 and then do a final confirmation, after which SAP GUI screen does not allow any Process order Confirmations against that process order.
    We are using the BAPI_PROCORDCONF_CREATE_TTRFC to do multiple PO Confirmations and GR for particular Process order. Below is a scenario
    Case 1:
    1. Order Qty =100  ( Unlimited Delivery is not checked and tolerance is Zero).
         Which means only 100 is accepted.
    2. 100 Quantities are produced and confirmed using the BAPI_PROCORDCONF_CREATE_TT (with Final confirmation value as 1 , which mean auto confirmation)
    3. Next when the BAPI confirms & GR's against the same order, the Complete qty is not visible in the COR3 status. And is visible only in the COGI transaction.
    That is expected behavior. and i am ok with that.
    Case 2: (The one with the problem)
    1.  Order Qty =100  ( Unlimited Delivery is not checked and tolerance is Zero).
         Which means only the 100 is accepted.
    2.  25 Quantities are produced and confirmed using BAPI_PROCORDCONF_CREATE_TT (with Final Confirmation value as X , which mean Final confirmation)
    3. The Confirmation and GR go through and the status of the process order now changed is CNF and the Deliverd qty is 25.
    At this point , if you logon to SAP GUI and try to make a process order confirmation you get an error messages which says the Process Order is already confirmed and no more confirmations or GR can be done against this Process order.
    4. But when you Again Run the BAPI_PROCORDCONF_CREATE_TT, it goes ahead and confirms and makes the GR for that Process order.
    The Expected Behavior should have been that this quantity is now in the COGI transaction.
    5. The Process order  allows any number of Further confirmations till the Ordered Qty and Delivered quantity are  same .
    so dear gurus I know i have written a very long doubt but would be very happy to get a response from you. I would ideally not like to enhance or change the BAPI and want to understand if I have missed some setting or parameter that I have to pass in the BAPI for the final confirmation so that once the Status of the Process order is CNF , no more Confirmations are allowed even from the BAPI.
    Thanks in Advance.
    Regards
    Suraj

    Hi Suraj,
    I am not positive, but I suspectt the problem lies in the BAPI.  It might be how you have the data set in MII, but it sounded like you are doing it correctly. 
    However there are a number of things you can do to troubleshoot your situation.
    First create a few process orders to test with. 
    Record the confirmation numbers and counters for each of the following:
    1) Do a final confirmation (for quantity of 25 instead of the 100) in CORK (or whichever transaction you are using). 
    2) Do a final confirmation (for quantitiy of 25 instead of the 100) in SE37 or BAPI in ERP using the BAPI_PROCORDCONF_CREATE_TT.
    3) Do a final confirmation (for quantitiy of 25 instead of the 100) from MII using your current transaction. 
    Review the confirmations in ERP to see if there are any differences.
    Review the confirmaitons in MII to see if there are any non visible differences (use a Tracer to retrieve the response segment from an execution of BAPI_PROCORDCONF_GETDETAIL using the recorded confirmation numbers and counters) 
    Case 1) If there are differences in the results, that should tell you how to modify your transaction to include or change the appropriate values in your inputs. 
    Case 2) If there are no differences, then it is most likely that there is something not working properly in the BAPI you are using.  It may not completely replicate the functionality in CORK (or whichever transaction you are using in ERP).  Then open a ticket, because the BAPI is not working as it should.
    Good luck,
    Mike
    Edited by: Michael Appleby on Aug 17, 2009 8:20 PM

  • In-process inspection...how to stop the process order confirmation?

    Hi...i'm making an in-process inspection and i want to stop the movement to the next phase or the process order confirmation, until the usage decision is made...how can i make this ?

    Dear,
    You can do this with OPK4 setting here slect your plant and process order type go in details here change the setting to
    Results Rec. (QM) = Error message  if no inspection result exist.
    Regards,
    R.Brahmankar

  • How to get the Process order Number (Deatials by providing Salese order)

    Hi
    I want help to get the Process order details against with sales order number
    in which table i ll get this information and any particular  Function module is available???
    Regards
    Jagadish

    here KDAUF is empty
    Any other table is there i checked AUFK also AFKO also i ma not getting.

  • Report based on Serial Number generated in the Production Order

    Hi,
    I wish to generate a Customized report, which shall include the total consumption based on Sales Order/Line Item/Serial Number/Production Order matching the Serial Number generated in the Production Order where in we can get the required data.
    Need your help and suggestions in creating this report..
    Thanks in advance..
    Ashok Vardhan
    Edited by: Ashok T Vardhan on Jan 19, 2012 11:38 AM

    Hello Tman,
    This is a slightly tricky question. The reason being, the report options like the report path etc, are set before you see the serial number prompt when you run your UUT. There might be other ways of getting around this, but a quick solution would be modifying the process model.
    I modified the PreUUT callback to set the report options. I passed the reportOptions as a parameter to this sequence. In the PreUUT sequence, I set the following fields:
    Parameters.ReportOptions.GeneratePath=False
    Parameters.ReportOptions.ReportFilePath= "c:\\"+ Locals.SerialNumber +"\\report.xml"
    I hope this would give you an idea.
    SijinK

  • Confirmed quantity becomes zero in process order

    What scenario did the confirmed quantity becomes 0 (zero) even though it has value upon the creation of the process order.
    You can see the confirmed quantity on the material list of the process order. The RESB table for the component becomes zero. But how it was become zero was the very big question.
    Thanks

    please run CORT, put your oder number and have a look WHO and WHEN confirmed zero
    also rum MB23 for your reservation, goto header and get the details

  • How does the GR processing time affect the scheduling of the process order & the latest start date in the operation.

    Hi
    Can anyone explain  how does the GR processing time affect the scheduling of the process order & the latest start date in the operation overview.

    Hi
    GR processing time means number of workdays required after receiving the material in storage.
    Check this link:GR Processing time
    Regards,
    Anupam Sharma

  • Not able to see the Cost analysis in the Process order (T-Code COR2).

    Hi SAP Guru's
    Csoting in the Process order Configuration.
    I have done the Config setting related to the Product Costing Controlling with regard to the
    Cost Sheet, Cost Componet Structure.Overheads, asssigning the Cost elements in the Costing sheet.
    assigned the same in the Process order.
    And also the Costing variant options seen in OPL1 t-code can not be displayed in the Process order Csoting Variant selection.
    where as the in the Costing variant for the cost component structure, i can see  the Xompany code with required plant details.
    looking  the costing alanysis data in Process order, unable to see

    Hi,
    If you are looking at cost analysis.  You will get this only some you do confirmations to the production or process Order.
    I hope you did confirmation of material and quantities to the Process Order
    Best Regards
    Surya

  • Problem in TECOing/Closing the process order.

    Hi PP Gurus,
    We're facing a problem when trying to TECO the process order and system is generating the error message
    Message no. BS013 (System status CRCR is active (ORD 1000xxxxxx))
    We're using Browser based PI sheet here to process the order.
    If anybody faced the same, please reply.
    Regards,
    Abu Arbab

    Hi Rupesh,
    Thanks for reply
    Though we set 'Clear Reservation' in intial screen of COR6N/CORK/CO15/Co11N, it'll wok only for those components which are having Backflush indicator set. As in PI sheet, Goods Issues section is completely different and Ticket confirmation is different. And the components that we're using are not backflushed components, so it makes no sense though we put Clear Reservation in confirmation through PI sheet.
    Now the actual issue comes into picture when in Goods Issue table we put Issue indicator= final and it is properly updated for that component in MSEG table. But when we go and check in RESB table or COR3/COR2 there is no final indicator set in Component detail. Is this standard behavior of SAP or are we missing something here?
    Please help
    Regards,
    Abu Arbab

  • Without standard release confirmation should not allow in process order

    Our clients need is that without standard release confirmation should not allow in process order.
    We are using CORK,cor6 and MB31 My need is to apply user exit in all cases.
    I got input from sdn User exit:-PPCO0006 Function module Exit_SAPLCOZF_003
    INCLUDE ZXCO1U06
    I need to activate this only during confirmation.ie confirmation to be avoided if cost is not released.
    Regards,
    Pert

    Hi,
    You are right. For preventing confirmation in case std cost estimate release is not available you need to do enhancement. You can check for following exit along with exit which you mentioned in your post :
    Enhancement     CONFPI05
    EXIT_SAPLCORF_405 - Process Ord. Conf.: Cust.-Specific Enhancements when Saving
    INCLUDE ZXCOFU10
    Check either of the enhancements which may fulfill your business requirement.
    Regards,
    Tejas

  • Unable to do GR more than the process order quantity

    When we try to do a GR against a process order (MIGO), and we use a quantity more than the process order, then the system is issuing an 'error' message.
    Say process order is for 37000L, confirmation is done for 39000L (COR6): works
    But when we try the MIGO or MB31, for the GR, then the system issues error as M7022: 'quantity exceeded by 2000L'.
    Checked: 1) OMCQ and the message  M7/ 022 is set as 'w', warning.
                   2) Also, the permissible batch size is 35000L  - 39700L
    Please advice.
    Thnx!

    Hi
    you need to have an overdelivery tolerance (i.e 10%) in the process order header - goods receipt tab.
    The tolerance should be maintained in the work scheduling view of the material. Then it is copied into the process order automatically.
    BR
    Eivind

  • Finding the name of my teststand sequence in the process model

    I would like to be able to find the file path and name of a teststand sequence in the process model. I have created a simple vi which will display this information when run in a sequence. If i insert the vi into the process model, the file path and name returned is that of the process model and not the sequence under exectution. Is there a way of extracting this information in the process model?

    Davepar -
    If you are executing in the process model you can use the following as a lookup string if you are in the root context "RunState.ProcessModelClient.Path" or "RunState.Root.RunState.ProcessModelClient.Path" if you are not in the root context.
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • Error while releasing the Process order

    while releasing the Process order i am getting the follwing error message
    Message no. CO118      Release of order not possible
    Cna you Please any body explain me detail of thi error ie where the error lies.
    Thanks

    Hi,
    In Process Order Header Screen Go to ---> Log ---> On Release.Here you will find the detail error behind this problem.Go though it .Resolve it and then try to release the Process Order, and if required get back to us.
    Suppose reason may be,
    - Missing part
    - Missing Capacity
    - Batch Determination is required to perform.
    - Any User Exit (Other then std. SAP)
    Regards,
    Dhaval

  • Error while saving the process order

    Hi All,
    I changed the quantities of the components and trying to save the process order. But I'm getting a message " "PLEASE REEXPLODE BOM, SINCE THE PROCESS ORDER COMPONENTS HAVE CHANGE". What would be the reason? It is not happening to all the users. Some users can able to save after changing the qty. Some users can't?
    Regards,
    Sureshbabu G.

    Hi,
    "PLEASE REEXPLODE BOM, SINCE THE PROCESS ORDER COMPONENTS HAVE CHANGE"
    I think it is your Develpment and not from SAP Standard One.So it is difficult to trace out the cause, better will be contact your devlopment team to trace out the reason.
    Regards,
    Dhaval

Maybe you are looking for