cancel
Showing results for 
Search instead for 
Did you mean: 

Pop up required when stock reaches minimum level

former_member256557
Active Participant
0 Kudos

Dear SCN's,

We have a requirement like if we maintain minimum stock in material master, while goods issue if stock reaches to minimum stock level a pop up is required. Can we do this with configuration, please provide your suggestions.

Thanks,

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

ameya_beri
Active Contributor
0 Kudos

Hello Kumar,

No there will not be any pop up via standard configuration.

You can develop your own pop up logic by writing custom code in exit/BADI on goods issue.

If you use MIGO for goods issue, you can write logic in BADI MB_MIGO_BADI method POST_DOCUMENT. There you can check current stock level and minimum stock and show a popup if goods issue is causing stock level to fall below minimum stock.

A better way would be to maintain safety stock and check for exception 96 via MD07 or to assign a availability check rule to MIGO_GI via transaction OMBC.

Best Regards,

Ameya Beri

Answers (1)

Answers (1)

0 Kudos

Hi

If you Maintain safety stock for a material, as soon as stock falls below safety stock an exception message (No. 96 in standard system) is created; you can have a report of this exception using t-code: MD05 and Exception group: 6 (Exception during availability check).

Best Regards

Samira Jalilian