Exit in COR1

HI,
I need one exit after saving the transaction Creation of Process Order (COR1) other than PPCO0001
Thanks in advance,
Radhika
Edited by: C Radhika on May 26, 2009 8:39 AM

Hi Radhika,
Here are the User Exits for Tcode COR1
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
Hope this info will help u...
Regarda
Karan ARya
Edited by: Karan Arya on May 26, 2009 9:52 AM

Similar Messages

  • User-exit Transaction COR1

    Hi Guys.
    Someone know if there is a user-exit that I can use to control de batch determination in process order (Transaction COR1)
    Thanks in Advance

    Hi,
    Please try these user exits
    PPCO0021  Release Control for Automatic Batch Determination
    PPCO0013  Change priorities of selection crit. for batch determination
    Thanks
    sreeni

  • Can we use any exit of COR1 to include storage type?

    Hi experts
    Our requirement is to add storage location & storage type check while creating process order in COR..
    I found that we have one user exit PPCO0005 by which we can change the storage location..
    Please explain me how can I do that & how can I include storage type in that..
    THanks & Regards

    Hi
    Thanks for your response..
    In that given exit we can add our logic for the storage location but can we add the same to include storage type..
    Please explain.. Also how can we add logic for the storage location.. Handling user exits for the first time.. kindly guide...
    @Nambiar  : I need to add storage type in material availability check when it haapens when we enter reqd qty while creating process order in COR1
    Thanks & Regards

  • Problems in screen exit of COR1 and  COR2

    Hi Experts
    I have enhanced the cor1 or cor2 screen using the enhancement PPC00020 AND APPENED THEtwo fields IN AUFK table
    and CAUFVD and i am passing the value through EXIT_SAPLCOKO_006
    and i have added the code like this
    tables : caufvd.
    move-corresponding caufvd to e_coci_aufk
    But it is not saved in the aufk table.
    Please help me
    Regards
    Manoj

    Hi ,
    Write the code in
      MODULE status_0900
    it will creates new include program. In that include program you will definetly get the field you require.
    Syntax :--
    loop at screen .
          if screen-name = '*******'                     " Name of the screen element to deactiive...
                   screen-input = 0.   OR   screen-active = 0.
                   MODIFY SCREEN.
          endif.
    endloop.
    Put a BREAK-POINT at the screen-name statement & check.
    Regards,
    Venu.

  • COR1 -User Exit -for changing Component values

    Hi,
    We have following exits for COR1.Can anybody help me in locating the right match for my requirement.My need to change the item requiremnet quantities in material tab of COR1 t-code.
    I tried PPCO0008 & PPCO0001.For some reason it does'nt reflect the changes.
    For PPCO0008 even though i keep a break-point it is not stopping at this.
    Any ideas?
    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              
    Rgds
    Praveen

    Hi
    Try this Exit.
    PPCO0007  Exit when saving production order
    in that EXIT_SAPLCOZV_001  Function Exit.
    The structure has the fields and it will trigger while saving.
    Regards,
    Bala Krishna

  • Is there Method to make Header Text empty for  Tcode: COR1?

    When we use tcode COR1 to create a process order, there is a long text near by the process order number. Generally, after we create a process order, the long text will be filled by relevant material description in my Production system, My requirement is that when I create a process order, the long text should be Empty or should be filled by specific value automatically.
    Please suggest how to do this????
    Thanks in Advance
    Mudassar

    Hi,
    There are a lot of Exits for COR1 and otherwise try the (new) possibility of program enhancement.
    Exits on COR1:
    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 determinatio
    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
    Success,
    Rob

  • Batch determination at creation status

    Hi Experts,
    I want to do batch dertemination in create status.Currently system allow me to do batch determination after release of order.
    How to achieve this

    Dear,
    Maintain the batch search procedure through COB1  backdated with sort rule and batch class. Check batch classification in MSC2N.
    Also check any developement has been there for batch determination on release like VB_BATCH_DETERMINATION or Function module EXIT_SAPLCOZR_003 Enhancement PPCO0013/21 for automatic batch determination
    Because I have given you all detials according to standard SAP.
    Also refer this link,
    Re: User-exit Transaction COR1
    And way of express the tanks on SDN is with points for all valuable reply.
    Regards,
    R.Brahmankar

  • User Exit or BADI for COR1/COR2

    Dear Experts,
    Can you please tell me if we have any user-exit or BADI for chaning the value of the technical completion date field
    i.e. AUFK-IDAT2 while saving the Process Order in COR1 or COR2?
    Thanks,
    Praveen

    Hi Praveen,
    Implement the customer exit EXIT_SAPLCOKO_006 in enhancement
    PPCO0020  Process order: Display/change order header data
    This is only importing one field I_AUFNR.
    but try the logic below.
    data: lv_fnam type char16 value '(SAPLCOKO)caufvd'.
    field-symbols : <fs_caufvd> type caufvd.
    your checks for changing the field IDAT2 (Technical completion date).
    Try to change <fs_caufvd>-IDAT2 field value.
    Regards,
    Dwarakanath.S

  • 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

  • Using exit/BADI  to create settlement for the Transaction COR1

    Hi Experts,
    My Requirement is when we are creating Process Order in the Transaction COR1, Settlement Rule will be automatically created by using some User Exit or BADI to assign the cost centre, account assignment category, and settlement percentage for the setup to the Settlement Rule.
    I have tried with the User Exit: EXIT_SAPLKOBS_001 Enhancement COOM0003 and also tried with EXIT_SAPLCOI1_027 enh. IWO10027.
    The Problem is above mentioned User Exit are not triggering though I have activated project.
    What is wrong with my exit or please let us know correct User Exit or BADI?
    I appreciate every help.
    Thank you.
    Nimai

    Try with below Exits related to COR1 transaction.
    Exit Name      Description
    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
    Regards,
    Saurabh

  • Screen Exit in Tcode COR1 - Create Process Order

    Hi All,
    Can anyone let me know if there is a screen exit or a BADI where in i can use it to extend the COR1 general data tab to include a field.
    Even if i can add a additional tab in COR1 tcode through a BADI, will be good.
    Please help.
    Thanks,
    Jaffer Ali.S

    Hi,
    STEP1:- Add Z-Fiels in Structure CAUFVD & Table: AUFK using (Goto --> Append Structure)
    Step1. T-code: CMOD
    STEP2: Enter project name: Zxxxxx  --> Create
    STEP3: Enter Short text -- > Click Enhancement Assignment
    STEP4: Enter Enhancement: PPCO0001 & PPCO0020
    STEP5: Click on Components
    STEP6.1: double click on Screen-Exit: SAPLCOKO (Screen no: 5900)
    A) Add Z-fileds in SCreen layout with keyp of structure :CAUFVD
    Screen FLOW LOGIC:-
    Process before output.
    PROCESS BEFORE OUTPUT.
    Set the screen status
    Screen modifications incase of Display
      MODULE screen_display.
    Process after input.
    PROCESS AFTER INPUT.
    Screen fields and its processing.
      CHAIN.
        FIELD:  caufvd-z_cust1,
                caufvd-z_cust2,
                caufvd-z_cust3,
                caufvd-z_cust4,
                caufvd-z_cust5,
                caufvd-z_qty1,
                caufvd-z_qty2,
                caufvd-z_qty3,
                caufvd-z_qty4,
                caufvd-z_qty5.
        MODULE header_update.
      ENDCHAIN.
      FIELD: z_total.
      MODULE disp_data.
    Update the header.
    Not required as of now.
    module screen_display output.
    Disable input in case of display.
      if sy-tcode = 'COR3'.
        loop at screen.
             screen-input       = 0.
            modify screen.
        endloop.
      endif.
    endmodule.                 " screen_display  OUTPUT
    module header_update input.
      check not sy-tcode = 'COR3'.
      perform data_check using caufvd.
    endmodule.                 " HEADER_UPDATE  INPUT
    *Validate screen input fiels
    form data_check using p_caufvd structure caufvd.
      data: l_v_count type i.
      get parameter id 'MAT' field p_caufvd-matnr.
      if p_caufvd-z_cust1 is initial and p_caufvd-z_qty1 is initial and
         p_caufvd-z_cust2 is initial and p_caufvd-z_qty2 is initial and
         p_caufvd-z_cust3 is initial and p_caufvd-z_qty3 is initial and
         p_caufvd-z_cust4 is initial and p_caufvd-z_qty4 is initial and
         p_caufvd-z_cust5 is initial and p_caufvd-z_qty5 is initial.
      else.
        if not p_caufvd-z_cust1 is initial
          and not p_caufvd-z_qty1 is initial.
          select single count(*) into l_v_count from zcc_t01
            where z_custmat = p_caufvd-z_cust1 and
                  matnr = p_caufvd-matnr.
          if l_v_count < 1.
            message e000(zpp) with 'Entered customer does not exist'.
          endif.
          clear l_v_count.
        else.
          message e000(zpp) with 'Fill both customer material and Qty'.
        endif.
        if not p_caufvd-z_cust2 is initial
          and not p_caufvd-z_qty2 is initial.
         select single count(*) into l_v_count from zcc_t01
            where z_custmat = p_caufvd-z_cust2 and
                  matnr = p_caufvd-matnr.
          if l_v_count < 1.
            message e000(zpp) with 'Entered customer does not exist'.
          endif.
          clear l_v_count.
        elseif
         not ( p_caufvd-z_cust2 is initial and p_caufvd-z_qty2 is initial ).
          message e000(zpp) with 'Fill both customer material and Qty'.
        endif.
        if not p_caufvd-z_cust3 is initial
          and not p_caufvd-z_qty3 is initial.
         select single count(*) into l_v_count from zcc_t01
            where z_custmat = p_caufvd-z_cust3 and
                  matnr = p_caufvd-matnr.
          if l_v_count < 1.
            message e000(zpp) with 'Entered customer does not exist'.
          endif.
          clear l_v_count.
        elseif
         not ( p_caufvd-z_cust3 is initial and p_caufvd-z_qty3 is initial ).
          message e000(zpp) with 'Fill both customer material and Qty'.
        endif.
        if not p_caufvd-z_cust4 is initial
          and not p_caufvd-z_qty4 is initial.
         select single count(*) into l_v_count from zcc_t01
            where z_custmat = p_caufvd-z_cust4 and
                  matnr = p_caufvd-matnr.
          if l_v_count < 1.
            message e000(zpp) with 'Entered customer does not exist'.
          endif.
          clear l_v_count.
        elseif
         not ( p_caufvd-z_cust4 is initial and p_caufvd-z_qty4 is initial ).
          message e000(zpp) with 'Fill both customer material and Qty'.
        endif.
        if not p_caufvd-z_cust5 is initial
          and not p_caufvd-z_qty5 is initial.
         select single count(*) into l_v_count from zcc_t01
            where z_custmat = p_caufvd-z_cust5 and
                  matnr = p_caufvd-matnr.
          if l_v_count < 1.
            message e000(zpp) with 'Entered customer does not exist'.
          endif.
          clear l_v_count.
        elseif
         not ( p_caufvd-z_cust5 is initial and p_caufvd-z_qty5 is initial ).
          message e000(zpp) with 'Fill both customer material and Qty'.
        endif.
      endif.
    endform.                    " Data_check
    STEP7:-Double click on Function Exit:EXIT_SAPLCOKO_005
                Doouble click on include program: ZXCO1U21 and careae and add below code in include program
    Data declarations
    TYPES: BEGIN OF l_ty_zqty,
            z_custmat TYPE zcc_t01-z_custmat,
            z_qty     TYPE zcc_t01-z_qty,
           END OF l_ty_zqty.
    DATA: l_s_zqty TYPE l_ty_zqty,
          l_t_zqty LIKE STANDARD TABLE OF l_s_zqty,
          l_v_frac TYPE zcc_t01-z_qty,
          l_v_four TYPE f VALUE '0.4'.
    SET PARAMETER ID 'MAT' FIELD i_caufvd-matnr.
    Get the fields from ZCC_T01 and display it.
    IF ( sy-tcode EQ 'COR1' OR sy-tcode EQ 'COR2' )
              AND g_v_flag IS INITIAL.
      IF i_caufvd-z_cust1 IS INITIAL AND
         i_caufvd-z_cust2 IS INITIAL AND
         i_caufvd-z_cust3 IS INITIAL AND
         i_caufvd-z_cust4 IS INITIAL AND
         i_caufvd-z_cust5 IS INITIAL.
        SELECT z_custmat z_qty INTO TABLE l_t_zqty FROM zcc_t01
        WHERE matnr = i_caufvd-matnr
          AND z_qty NE space
          AND z_qty NE '0'.
        CHECK sy-subrc = 0.
        LOOP AT l_t_zqty INTO l_s_zqty.
          CASE sy-tabix.
            WHEN 1.
              caufvd-z_cust1 = l_s_zqty-z_custmat.
              caufvd-z_qty1 = i_caufvd-gamng * l_s_zqty-z_qty / 100.
              COMPUTE l_v_frac = FRAC( caufvd-z_qty1 ).
              IF l_v_frac > l_v_four.
                COMPUTE caufvd-z_qty1 = CEIL( caufvd-z_qty1 ).
              ELSE.
                COMPUTE caufvd-z_qty1 = FLOOR( caufvd-z_qty1 ).
              ENDIF.
              CLEAR l_v_frac.
            WHEN 2.
              caufvd-z_cust2 = l_s_zqty-z_custmat.
              caufvd-z_qty2 = i_caufvd-gamng * l_s_zqty-z_qty / 100.
              COMPUTE l_v_frac = FRAC( caufvd-z_qty2 ).
              IF l_v_frac > l_v_four.
                COMPUTE caufvd-z_qty2 = CEIL( caufvd-z_qty2 ).
              ELSE.
                COMPUTE caufvd-z_qty2 = FLOOR( caufvd-z_qty2 ).
              ENDIF.
              CLEAR l_v_frac.
            WHEN 3.
              caufvd-z_cust3 = l_s_zqty-z_custmat.
              caufvd-z_qty3 = i_caufvd-gamng * l_s_zqty-z_qty / 100.
              COMPUTE l_v_frac = FRAC( caufvd-z_qty3 ).
              IF l_v_frac > l_v_four.
                COMPUTE caufvd-z_qty3 = CEIL( caufvd-z_qty3 ).
              ELSE.
                COMPUTE caufvd-z_qty3 = FLOOR( caufvd-z_qty3 ).
              ENDIF.
              CLEAR l_v_frac.
            WHEN 4.
              caufvd-z_cust4 = l_s_zqty-z_custmat.
              caufvd-z_qty4 = i_caufvd-gamng * l_s_zqty-z_qty / 100.
              COMPUTE l_v_frac = FRAC( caufvd-z_qty4 ).
              IF l_v_frac > l_v_four.
                COMPUTE caufvd-z_qty4 = CEIL( caufvd-z_qty4 ).
              ELSE.
                COMPUTE caufvd-z_qty4 = FLOOR( caufvd-z_qty4 ).
              ENDIF.
              CLEAR l_v_frac.
            WHEN 5.
              caufvd-z_cust5 = l_s_zqty-z_custmat.
              caufvd-z_qty5 = i_caufvd-gamng * l_s_zqty-z_qty / 100.
              COMPUTE l_v_frac = FRAC( caufvd-z_qty5 ).
              IF l_v_frac > l_v_four.
                COMPUTE caufvd-z_qty5 = CEIL( caufvd-z_qty5 ).
              ELSE.
                COMPUTE caufvd-z_qty5 = FLOOR( caufvd-z_qty5 ).
              ENDIF.
              CLEAR l_v_frac.
            WHEN OTHERS.
          ENDCASE.
        ENDLOOP.
        g_v_flag = 'X'.
      ENDIF.
      IF g_v_flag IS INITIAL AND sy-tcode = 'COR2'.
        MOVE-CORRESPONDING i_caufvd TO caufvd.
      ENDIF.
    ELSE.
      MOVE-CORRESPONDING i_caufvd TO caufvd.
    ENDIF.
    STEP8:- Double click EXIT_SAPLCOKO_006
                Doouble click on include program: ZXCO1U17 and careae and add below code in include program
    Data Declaration.
    tables : caufvd.
    Export the fields.
    move-corresponding caufvd to e_coci_aufk.
    hope this help...
    Regards
    Sudheer Madisetty

  • 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.

  • COR1 transaction-any exit or badi

    Hi Experts,
    Is there any user exit, badi or Enhancement point to assign our own number range for Process order based on Plant. I searched thru all available userexits for COR1 but didnt able to find the exact one, please suggest in this regard...
    Thanks
    Regards

    Hi,
    Check these User-exit.Use according to your Requirements-
    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

  • COR1/2/3 process header screen exit

    Hi,
    The task is to add an additional tab strip with additional data in process order header - COR1, COR2, COR3
    Is there a way to do that without modifying standard screen? Some screen exits? I wasnt able to find any
    regards,
    Jurijs

    hi Jurijs Tolokoncevs  ,
    Please check the following exits
    Transaction Code - COR1                     Create Process Order
    Exit Name
    Description
    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
    Transaction Code - COR2                     Change Process Order
    Exit Name
    Description
    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
    Transaction Code - COR3                     Display Process Order
    Exit Name
    Description
    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

  • User exit or badI for COR1 transaction

    Hi Experts,
    Is there any user exit, badi or Enhancement point to assign our own number range for Process order based on Plant. I searched thru all available userexits for COR1 but didnt able to find the exact one, please suggest in this regard...
    Thanks.............

    Hi,
    The following r the userexits.
    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
    Regards,
    Deepthi.

Maybe you are looking for

  • ITunes App on my iPhone 4S - Not working!

    I have an iPhone 4S running iOS 7.1.1. Over the last 3 days, the iTunes App has stopped working.  When I open the App, I get a white page and at the top of the screen, the two options for 'Featured' and 'Charts' and then the options at the bottom to

  • Media services Windows Server 2008 R2 SP1 (7601)?

    Hello! I am desperately trying to install the Media services to a Windows Server 2008 R2 SP1 (7601) system. I have the KB963697 (http://download.microsoft.com/download/B/D/5/BD51C799-16BD-4C0B-B0AD-EC42E027C1DE/Windows6.1-KB963697-x64.msu) downloaded

  • Inherit Singleton class?

    hi there, We are learning Java at University and are supposed to develop a program to manage an art exhibition. The art exhibition is limited to 100 Objects (paintings and sculptures). Every object has a name, a value, an insurance, etc. and type spe

  • Premiere Elements on a MacBook Pro (Bootcamp)

    I'm considering purchasing Premiere Elements (and Photoshop Elements) to run on my MacBook Pro (2010). I'm planning on running it in Windows 7. Does anybody have any experience with this? How does it run? Any issues that I should know about? I curren

  • FM To update BP Status

    Hi, Is there a Function Module or BAPI to set the Business Partner Status? Thanks, Sachin.