cancel
Showing results for 
Search instead for 
Did you mean: 

CO01 - Schedule exit

Former Member
0 Kudos

Hi,

We have a requirement like, when planner creates production order (MTS) on particular work center program has to check how many pending orders are there on that work center and it should calculate finishing date and time for those orders (routing time) and it has to display finish date and time as starting date and time in production order CO01.

I think I cannot do this in standard, is there is any exit is available? Kindly suggest exit or if there is any better way to check capacity and based on that order has to be created.

Regards / US

Accepted Solutions (1)

Accepted Solutions (1)

former_member209265
Active Contributor
0 Kudos

hi Uma,

Wish this would have been available in standard SAP .

There is no single exit for that. I feel this change should be a combination of exit and some more codes.

Please use PPCO0007  Exit when saving production order and check the feasibility of the same by ABAP person.

Regards,

Krishnendu.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Try with below exits

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 hea

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 measu

PPCO0012  Production Order: Display/Change Order Header Data     

PPCO0013  Change priorities of selection crit. for batch determin

PPCO0014  Select process orders for external relationships       

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 link

PPCO0018  Check for changes to production order header           

PPCO0019  Checks for changes to order operations                 

PPCO0020  Process order: Display/change order header data        

PPCO0021  Release Control for Automatic Batch Determination      

PPCO0022  Determination of Production Memo                       

PPCO0023  Checks Changes to Order Components                     

PPCP0001  P.Cost Planning: Additional Cost Elements for Person 

Regards,

Ravi

marianoc
Active Contributor
0 Kudos

Hi Uma,

Nothing like this is available in the standard SAP.

You will need to make a routine and use that routine in an exit or BAdI. I would try first with a BAdI. For this you can use BAdI: WORKORDER_UPDATE. Note that it was migrated to CO_WORKORDER_TREX. I suppose you can use Method: IF_EX_WORKORDER_UPDATE~BEFORE_UPDATE.

In the routine you can use BAPI: BAPI_PRODORD_SCHEDULE .

Kind Regards,

Mariano