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

logic to check batch number using user exit

Former Member
0 Likes
605

hi friends,

I wanted to know if the below checking logic can be implemented in transaction MIGO at the time of good receipt. Is it possible to implement this checking logic using enhancements. if so are there any USER EXITS or BADI for this?

PFB the checking logic

Checking logic:

Example: Existing Batch No. for a material is available as 10, 20, 30 and 50.  If the batch No. 40 is entered for any new GR, system should show an information message since the current batch number 40 is earlier than the last available batch ie., 50.



thanks and regards,

vinod


hi friends,

I wanted to know if the below checking logic can be implemented in transaction MIGO at the time of good receipt. Is it possible to implement this checking logic using enhancements. if so are there any USER EXITS or BADI for this?

PFB the checking logic

Checking logic:

Example: Existing Batch No. for a material is available as 10, 20, 30 and 50.  If the batch No. 40 is entered for any new GR, system should show an information message since the current batch number 40 is earlier than the last available batch ie., 50.



thanks and regards,

vinod


1 REPLY 1
Read only

Former Member
0 Likes
486

Hi Vinod,

You can implement the badi MRM_HEADER_CHECK if it is a header related data and we can raise the messages too.

Hope it solves your issue.

Siva