cancel
Showing results for 
Search instead for 
Did you mean: 

perform checks at MSC1N

Former Member
0 Kudos

Hi,

At MSC1N, SAP prevents creation of batches if the Material/Plant/Batch already exists in the system.

I have a user request to make this check at batch level, i.e. regardless of any material or plant, as long as the batch is already in the system, no creation should be possible.

Any idea how this can be done ? Is there any user exit available ?

Thanks n Regards,

jl

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Josephine,

These are the exists that get triggered in MSC1N transaction.

MBCFC010 Propose batch number on Inventory Management item screen

SAPLCHVW Batch where-used list

SAPLMHD1 Shelf life expiration date

SAPLV01D Determining the initial status of a batch

SAPLV01Z CFCs for internal batch number assignment

SAPLV1ZE CFCs for external batch number assignment

SAPLV1ZN CFCs for batch valuation in VB_CREATE_BATCH

BATCHCHK Function Module Exits for Check in Case of Batch Changes

SAPLV01P Function Module Exits at Time Batches Are Updated

But i have not checked in details which one will be useful to you. How about creating a custom report where you can do the validation and then call the transaction if the checks are successful?

Hope this helps

Cheers

VJ