Application Development and Automation 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: 
Read only

Batch Master Maintenance

0 Likes
1,525

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?

6 REPLIES 6
Read only

Former Member
0 Likes
898

try these exits.

<b>EXIT_SAPLV01Z_001

EXIT_SAPLV01Z_002</b>

Regards

Prabhu

Read only

Former Member
0 Likes
898

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^

Read only

0 Likes
898

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?

Read only

0 Likes
898

Hi,

I have the same problem.

Do You have already a solution for this problem

Best regards

Jo

Read only

0 Likes
898

Use exit EXIT_SAPLV01Z_013 this will update the batch master record upon the release of production order. TCodes CO01 and CO02.

Read only

0 Likes
898

Production order must be released first before the user-exit is invoked.