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: 

Badi for CO02 to check if Basic start day has been changed

Former Member
0 Kudos

Dear Experts,

I am aware of EXIT_SAPLCOZV_001 but reluctant to use it as it requires an access key. I am in search of a BADI.

Requirement:

check if Basic start day has been changed and trigger a popup .

Preferably when checking material availability.

Appreciate if you could share your ideas to my problem.




1 ACCEPTED SOLUTION

former_member188827
Active Contributor
0 Kudos

There is no need for access key.

  1. Please go to transaction "CMOD" and create a project.
  2. Assign enhancement "PPCO0007".
  3. Click on components,double click on EXIT_SAPLCOZV_001.
  4. You will find a z-include.Double click on it and create the include and write your code inside it.

Regards

4 REPLIES 4

Former Member
0 Kudos

Hi Anushka,

Below is the list of Exits for  TRANSACTION CODE - CO02 : Change Production 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.

Hope this list will help you to solve your problem

Regards

Rounak

0 Kudos

Thank you very much Rounak.

Appreciate your feedback

former_member188827
Active Contributor
0 Kudos

There is no need for access key.

  1. Please go to transaction "CMOD" and create a project.
  2. Assign enhancement "PPCO0007".
  3. Click on components,double click on EXIT_SAPLCOZV_001.
  4. You will find a z-include.Double click on it and create the include and write your code inside it.

Regards

0 Kudos

Thank you very much.

My problem was solved.