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 update of batch characteristic via MIGO

0 Kudos

Hi,

Need help on how to copy batch characteristics of the material from the supplying plant to the receiving plant. Any user exit and sample code if possible

Rewards will be given to helpful answers.

Regards

5 REPLIES 5

Former Member
0 Kudos

Hi,

this user exit available for MIGO

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

Regards,

Sandeep

Former Member
0 Kudos

Hi

Check userexits mentioned below :

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

With Regards

Nikunj shah

0 Kudos

Hi.

Thanks for the quick reply. I need to know what user exit (from the list you gave) i can encode to update the batch characteristics.

0 Kudos

Hi ,

MBCFC003

MBCFC004

check these Enhancements , u need to use Batch FM to update Batch Char.values in this User exit.

one more thing , are u creating the batch while doing the MIGO ?

Regards

Prabhu

Former Member
0 Kudos

Hi

Please check this BAPI perhaps they may help.

BAPI_MATERIAL_GETBATCHES

BAPI_BATCH_GET_DETAIL

Regards,

Mohammed