‎2006 Dec 19 9:19 PM
Looking for a user-exit or solution that will allow population of Batch Master Record with the country of Origin. Discrete manufacturing is used. We are creating the batch record at release of the order in most cases, via CO01 or CO02 or CO05 or CO05n. There are two exits that we identified (EXIT_SAPLV01Z_013 and EXIT_SAPMM07M_003 ), however they are not triggered for the mentioned transaction codes. Has anyone done this in the past?
‎2006 Dec 20 4:31 AM
try these exits.
<b>EXIT_SAPLV01Z_001
EXIT_SAPLV01Z_002</b>
Regards
Prabhu
‎2006 Dec 20 5:02 AM
hi
good
try with below userexit.
CO01->
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
PPCO0100 test
STATTEXT Modification exit for formatting status text lines
thanks
mrutyun^
‎2006 Dec 20 7:22 PM
Thank you for the list of user-exits but none listed seem to update the master batch record. Is there a function modulke that could be called with the user-exit to update the master batch record with the country of orgin? MCHA-HERKL?
‎2007 Dec 13 9:52 AM
Hi,
I have the same problem.
Do You have already a solution for this problem
Best regards
Jo
‎2007 Jan 11 8:04 PM
Use exit EXIT_SAPLV01Z_013 this will update the batch master record upon the release of production order. TCodes CO01 and CO02.
‎2007 Jan 11 8:05 PM
Production order must be released first before the user-exit is invoked.