‎2010 Jun 22 10:24 AM
Hi,
I have a requirement to check for all Plan orders before converting them to production order using Tcode CO41.
I have used the user exit EXIT_SAPLCOZV_001 to check for one selected line(HEADER_IMP), and pop up that item if it doesn't fulfill the requirement and the result is OK. However, User want to select more than one lines (in Tcode CO41) to convert them into production order at one time. With the new requirement I need to get all the selected items then check all of them individually.
However, I don't know in what user exit I can get all the selected items.
Could you please let me know what is the user exit to meet this requirement ?
Thanks,
Hung To
‎2010 Jun 22 10:38 AM
Hi Check these
Userexit
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
PPCO0008 Enhancement in the adding and changing of components
STATTEXT Modification exit for formatting status text lines
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
‎2010 Jun 22 12:08 PM
Hi Vinraaj,
I have found all the user exits above before. But I was not successful therefore, I need the help from sdn.
Moreover, I have met a strange case when I create a PO using Tcode CO01. User needs to validate the length of an order and I implement the code in user exit PPCO0007. However, my code has never been triggered. Could you please give me the advice in this case ?
Thanks,
Hung To
‎2010 Jun 22 12:41 PM
Hi,
Have you tried any BADI?
Put break point in the CALL METHOD cl_exithandler=>get_class_name_by_interface
in the method GET_INSTANCE of class CL_EXITHANDLER and execute the transaction.
All the BADIs called will be seen here.