Blocking Changes in Released Process Orders

Hi Experts,
I need to block manual changes in Released Process Orders ( both in quantity and date) in APO. So, I need some userexit/BADI/FM which can help me to stop this change.
Can anybody suggest something for this ?

Hi Ulrich,
Can you please explain a bit further --when this BAdI comes into picture ? When you save the Product view ?
Is there something similar for Detailed Scheduling Planning Board also ?

Similar Messages

  • BADI/EXIT - COR1 (block release process order without number batch)

    Hi Gurus,
    There are a BADI ou User EXIT in the transaction COR1 to block the release Process Order without number of batch created??
    In COR2 OK, but COR1 I don´t find. I tried all the possibilities that knew!!!
    Thank´s
    Cleber

    Hi,
    The below user exits are avilable for COR1.
    EXIT_SAPLCOKO_001
    EXIT_SAPLCOKO_002
    EXIT_SAPLCOKO_003
    EXIT_SAPLCOKO_004
    EXIT_SAPLCOKO_005
    EXIT_SAPLCOKO_006
    Check if you can use any of the above.
    Regards,
    Soumya.

  • Problem in reversing the released Process order.

    Hi PP Gurus,
    When I'm trying to reverse the Process order release in change process order COR2 system is not allowing me as the menu option is Gray. When I released processed order Control recipe is generated and due to some problem in PI sheet I discarded in CO60 transaction code. So can anybody please tell me how to handle this situation? I mean is this can be resolved by configuration or enhancement?
    Thanks & Regards,
    Abu Arbab

    Hi Krishna,
    Thanks for reply.
    Now tell me what should be the approach we if we don't want to delete the Process order? Say PI sheet is created and sent to it's destination through Background job and later we found some error in PI sheet so and we've discarded that PI sheet. In case when I don't want to delete or Teco Process order, what will be the process in this case?
    Thanks & Regards,
    Abu Arbab

  • Prevent reschedule on released process order in APO

    Hi,
    We have a business requirement that does not want APO to reschedule on released process orders regardless of production posting quantity.  (don't want to change the order end date/time)  It is similar to R/3 scheduling type "only capacity requirements", but with visibility on APO for resource capacity.
    I tried to implement CIF user exit  EXIT_/SAPAPO/SAPLCIF_ORD_001 with different logics, but still not able to achieve it.  How can we make the system do what we want?  What is the key for remain process time calculation?  Please advice.

    For example: we have a released process order that starts at 10/01/2007 00:00:00 and ends at 10/06/2007 23:59:59 with quantity 7000 KG (1000 kg of production rate per day).
    When a production posting is made (for example: 700 KG was posted on 10/01/2007 23:59:59), CIF sends the update to APO and APO reschedule the order based on the remaining quantity 6300 KG) and the end time of this order becomes 10/07/2007 07:12:00.   In our lines, the production order may not be started on time and posting may be different than what we expected, but we want the order still shows up in APO as start time 10/01/2007 00:00:00 and end time 10/06/2007 23:59:59 with daily distribution of 1050 KG for 10/02 ~ 10/06.  This way, it won't mess up the receipts and resource capacity on PPT for next week's production. 
    Thank you.

  • How to track what changes made in process order?

    Hello Friends,
    I want to find out the changes done in process order after its creation.Right now in administration tab in process order i can find the date , time and user name who made the last change.But even i want to see what changes that user made.So where can i find out this data?
    Thanking you guys in advance.

    hi
    chek this thread can be help full
    https://forums.sdn.sap.com/click.jspa?searchID=20543061&messageID=6499254
    -ashok

  • Regarding Error Message while releasing Process Order

    Dear friends,
                              While releasing process order i m getting following error message.
    " Storage location in PUB(loc1) is not same as storage location (loc2)''.
    how to remove this error and release the order.
    Thanks & regards,
    Sandip Sonar

    Hi Sandip,
    The error message LP 099 'Stor. location in PUB X is not the same as prod.stor. location Y' is issued when the system finds  inconsistancy in your customizing of the couple storage location - Production supply area for your components in your process order.                                                                               
    The logic of the storage location determination is the following ...
    The issuing storage location is determined in three steps:                                                                               
    1. First, the issue storage location of the material to be issued   (MARC-LGPRO) is transferred to the material master from the  MRP    data if it is filled.                                                 
    2. The system overwrites this value with the issue storage location from the bill of material (RC29P-LGORT, STPO-LGORT) if it is     filled.                                                               
    3. If the operation to which the component is assigned in production  order contains a work center with supply area, the storage    location is transferred from this supply area (PVBE-LGORT).     However, this transfer is only carried out if storage location  data (MARD) is maintained for this storage location for the    material.                                                                               
    The logic of the supply area determination:                              
    Priority of supply area determination for WM staging is as follows :     
    1. Supply Area of Work Center               (highest priority)   If no supply area defined look to                                     
    2. Supply Area in item of Bill of material  (second priority)   If no supply area defined look to                                     
    3. Material Master View MRP2                (third priority)         If no supply area defined -> Error message LP 099                                                                               
    I hope this helps in sorting the issue.  
    Regards,
    Mauro

  • Is it possible to release Process Order  with Material Shortage

    Hi All,
    We are using PP-PI & still wants to have behavior of the PP prod order
    i.e. Release Process Order with Material shortage.
    Is it Possible.
    Regards,
    Jatin

    Hi Jatin,
    Go to Transaction OPJK. Select your Plant, order type and Business function as 2-Check availability during order release.
    Under Material Availability tab, maintain '1- User decides on release if parts are missing' if user wants to decide for release of Process order or '2-Release permitted despite missing parts' if you want directly the Process order should be released despite of shortage in Release material field.
    These settings are similar to PP.
    Please check and revert.
    Regards,
    Hiren Ramani

  • Released Process Order

    Hi All,
    From Which table we can fetch the RELEASED Process Orders.
    Regards
    Deekshitha.

    Hi Deekshitha
    There are 2 scenarios  that i can see here :
    1. I assume that you have a list of orders with you say in s_aufnr and you want to  
       check which one of those have a system status of REL i.e. Released.
       a. Goto table AUFK to get the list of object numbers(OBJNR)  for all the orders
       b. Use FM 'STATUS_READ_MULTI' for getting all the statuses for the orders.
           CALL FUNCTION 'STATUS_READ_MULTI'
    EXPORTING
      CLIENT                           = SY-MANDT
                 ONLY_ACTIVE                = 'X'
      ALL_IN_BUFFER              = ' '
      GET_CHANGE_DOCUMENTS       = ' '
      NO_BUFFER_FILL             = ' '
               TABLES
                 OBJNR_TAB                   = gt_objnr
                        status                      = gt_status
      JSTO_TAB                      =
      JCDO_TAB                     =
      JCDS_TAB                     =
        This is an unrealeased FM from SAP but can always be used to read data.
       c. Once you get the list of object numbers with statuses , for each object
           number read table gt_status to see if it has a STAT = 'I0002'. If yes then this
           order is  a released process order . We take I0002 value to compare   
           because if you see table TJ02 that has all system status values , you will see
           that I0002 stands for 'REL' which means released.
           In this way you will be able to get all the object numbers and corresponding
           orders which have a status 'REL'.
    2. The second scenario is where I assume you do not have a list of orders with 
        you and you still want to find out the orders which have a status of 'REL'.
        In this case:
        a. Goto table JEST and get all the object numbers for which STAT = 'I0002' and
            INACT NE 'X'.
        b. Goto table AUFK and for the object numbers obtained above and you can get
            the  corresponding order numbers(AUFNR).
    I hope this helps. If so please reward some points .
    Cheers
    shivika

  • Released Process Order No

    Hi All,
    From which table, We can get the Released PROCESS ORDER NUMBERS.
    With what field reference we can fetch.
    Please help me in this regards.
    Regards
    Deekshitha.

    Hi DeeK ,
    Process Order contains Status called Release , etc .
    It may contain 5 - 6 diff types of status,so u have to use this FM.
    STATUS_READ by passing OBJNR of thart Order ,  OBNJR u can get it from AUFK.
    Re: Plant Maintenance
    Regards
    Peram.

  • How to release process order even if stock not available...????

    Hi All,
    Kindly tell me how to release process order even if stock not available...????
    Its urgent.
    Thanks in advance,
    Regards
    Anish Verma

    Hi Daniele,
    Need your help to clear COGI Error.
    Actually some how for one process order, two confirmation happened.
    Scene 1 : When first time did confirmation then automatically without any error display came process order saved but all goods movement failed.
    Scene 2 : Then for the same without checking COGI error, did second confirmation and then it worked perfectly. Process order got saved without any fail.
    Scene 3: When doing TECO its showing Post processing Error.
    So checked by COOISPI and found two confiramtion done for one process order.
    Now when doing COGI the FERT movement is not happening. Its showing deficit of stock. But smae stock is available in MMBE.
    Pls help me in resolving the same.
    If any query pls contact me. Its urgent
    Regards
    Anish Vema
    07773009107
    [email protected]

  • Change status in process order

    How to see change status of Process order
    That means history of status Change
    Thanks and regards
    LISA

    Hi,
    For that you need to go for OCM order change managment.
    Please refer this link,
    [order change managment. |http://help.sap.com/saphelp_46c/helpdata/en/35/ce8d378d0302cae10000009b38f9b7/frameset.htm]
    Please refer OSS notes-390635
    Please come back for further discussion.
    Regards,
    R.Brahmankar

  • Using change pointers for Process orders

    Hi Experts,
    We have a requirement where we need to send idocs when a process order is changed. Since process order data is a transactional data, can we still use change pointers?
    We tried using the message type LOIPRO and it is giving an error saying that this message type cannot be sent with change pointers.
    Can anyone guide me with the process and steps to get this done?
    Thanks.

    For change pointer, you would have to deligate the business object with t.code SWO1. To handle it, it would take too much time to explaint.
    If you use the BAdI, and call function in this way : "  CALL FUNCTION 'FUNCTION_NAME' IN BACKGROUND TASK AS SEPARATE UNIT EXPORTING ....." the function would executed only after commit (when you call the funtion, it holds in a queue for commit. In roll back, it get disapeared).
    User method in_update from the BAdI.
    Edited by: Lior Tabib on Oct 19, 2010 4:18 PM
    Edited by: Lior Tabib on Oct 22, 2010 7:27 PM

  • The Prerequisites for releasing process order

    Hi all,
    What are the Prerequisites for releasing process order?
    Can we issue the material against process order, if it is on CRTD status?

    Hi,
    Prerequiste for REL of Process Order -
    Process order should have CRTD status.
    Other with IMG setting, you can have order status directly REL once it is created also. See Prod Sch Profile setting.
    You cannot do goods posting (GI and GR) unless order is REL status. Not possible with CRTD status.
    Srini

  • User Exit for Changing Quantity in Process Order , COR1, COR2

    Hi All,
    Can anyone point me towards the light in User exit related to COR1 and COR2.After the Creation of Process order  while saving i need to write a code that rounds off the quantity values.
    I tried to change the values in the below user exits but i was not succesfull.
    CCOWB001            Customer exit for modifying menu entries
    COIB0001            Customer Exit for As-Built Assignment Tool
    COZF0001            Change purchase req. for externally processed operation
    COZF0002            Change purchase req. for externally procured component
    PPCO0001            Application development: PP orders
    PPCO0002            Check exit for setting delete mark / deletion indicator
    PPCO0003            Check exit for order changes from sales order
    PPCO0004            Sort and processing exit: Mass processing orders
    PPCO0005            Storage location/backflushing when order is created
    PPCO0006            Enhancement to specify defaults for fields in order header
    PPCO0007            Exit when saving production order
    PPCO0008            Enhancement in the adding and changing of components
    PPCO0009            Enhancement in goods movements for prod. process order
    PPCO0010            Enhancement in make-to-order production - Unit of measure
    PPCO0012            Production Order: Display/Change Order Header Data
    PPCO0013            Change priorities of selection crit. for batch determination
    PPCO0015            Additional check for document links from BOMs
    PPCO0016            Additional check for document links from master data
    PPCO0017            Additional check for online processing of document links
    PPCO0018            Check for changes to production order header
    PPCO0019            Checks for changes to order operations
    PPCO0021            Release Control for Automatic Batch Determination
    PPCO0022            Determination of Production Memo
    PPCO0023            Checks Changes to Order Components
    STATTEXT            Modification exit for formatting status text lines
    Reason was the data related tp materials was not accesble at this point and residing in resb internal table .
    Any suggestions ? Ideas  ?
    Thanks in advance,
    Gowri

    Hi,
      Try with BADI <b>WORKORDER_UPDATE</b>.
    Regards

  • User Status change problem in Process Order

    Hi,
    We are in process of upgrading our system from 4.6C to ECC 6.0. I have a problem with User status change for process Orders.
    In 4.6C we are using the profile x with settings:
    10     ZNEW     Created process order     10     90     1     1     ZSTA
    20     ZLCK     Locked process order     20     90     1     1     ZREV
    30     ZOPN     Reopened process order     20     90     1     1     ZOPN
    40     ZMST     MES order started     20     90     1     1     ZMST
    50     ZMCL     MES order closed     20     90     1     1     ZMCL
    90     ZTEC     Technically completed      20     90     1     1     ZTEC
    In ECC 6.0 we also use the same profile settings as above.
    The problem is in ECC 6.0 when I do a goods receipt the User status changes to ZTEC . The process followed is ..Create process order, Release Order, Goods issue, Phase partuial confirmations, Goods receipt and then Finla confirmations of phases. Now in 4.6C if i do the above process the User status remains at ZMST and it only changes to ZTEC when i technically complete the order but in ECC 6.0 when I do a goods recipt from above steps the User status changes to ZTEC. THis should not happen.
    Any pointers will be very helpful.

    Hi,
    The log for production order preliminiary costing is not saved. Therefore, once the order is saved, there is no log available anymore (this is by the way a question of PP; none of the logs is saved).
    Hope that helps...
    Regards,
    Declan

Maybe you are looking for

  • IOS 6 Gamecenter ID did not require email address. iOS 7 does, how do I sync Game Center on new device

    My kid's have 3 iPod Touch's, 4th gen running iOS 6. We all share one Apple ID for purchases, but they each have their own Game Center ID. iOS6 Game Center DID NOT require an email address to use. Now I have bought them all iPad mini's that are runni

  • ICloud mail not synching correctly on Iphone4s

    Ok i'll try to explain the best as I can please forgive my bad english. I have 3 Apple Product -1 Macbook Air 2011 (lion) -Imac 2010 (LION) -Iphone 4s 5.1 On each device I have 3 email account setup 1 @me.com (icloud set to Push) 2 @gmail.com (both s

  • Errors today

    errors with itunes today?

  • RE: Problem exporting photos from iPhoto '09

    Can anyone provide a solution to the following exporting problem?  I'm trying to export an album of 60 photos, yet whenever I try, this is what happens: exports the 1st six photos a message pops up, "Unable to create  /Users/Lynnie/M80th - 06.jpg" af

  • Chronological order of photos

    Hi. I'm using iPhoto 6 and see that my photos in each roll are listed chronologically from last to first. For example, photo A004 is listed before A001. Is there a way to change this around.