Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit For CO02 (PP transaction)

Former Member
0 Kudos

Dear All .

When Production order is saved it should check for requested quantity and withdrawn quantity . Also it should check for the confirmation of all operations .

I could find the User exit . Since I have not written any User exit before this I am am not understanding what has to be done . If any body knows about that pls guide me

thank you all .

5 REPLIES 5

Former Member
0 Kudos

Hello,

In transaction CMOD, create a project and include the project of the user exit, which you can look up in transaction SMOD.

Then you implement the code in the include, and activate the project.

Look in the online documentation for further help.

Regards,

Martin

vinod_gunaware2
Active Contributor
0 Kudos

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

PPCO0100 test

STATTEXT Modification exit for formatting status text lines

regards

vinod

abdul_hakim
Active Contributor
0 Kudos

hi

are u looking for user exit or customer exit?

if user exit then u get the access key and write ur code in the empty subroutine provided by SAP.

If customer exit then u need to find the enhancement name for this using se85 and then go to cmod and create a project and the include enhacement that u have found and then edit the components of the enhancement and then activate the project finally...

Cheers,

Abdul

Former Member
0 Kudos

HI Kularni,

go to the tcode cmod and create a project..

give the name of the enhancement ..

then go to components..

there you'll find the name of the exit..

open it..

double click the include of that exit..

press enter save it and continue..

there you can implement your functionality..

regards

satesh

Former Member
0 Kudos

hai raghavendra,

Just check these links.....

Regards,

Srikanth.