cancel
Showing results for 
Search instead for 
Did you mean: 

How to maintain storage location wise Max.Quantities

Former Member
0 Kudos

Hi All,

Client purchasing explosive material and they have maximum storage capacities store wise let say 1000 KGs, while doing GRN and after capturing of quantity and storage location system should check max.capacity of store, if exceeding storage capacity system didn't allow to post GRN on particular store.

How configure in system, please help on the process.

Accepted Solutions (0)

Answers (2)

Answers (2)

PollyGan
Advisor
Advisor

Hi,

You have to define such limitation in a Z* table.
And then implement the quantity check in user exit or BAdI MB_DOCUMENT_BADI.

Best regards,
Polly

jagdeepsingh83
Active Contributor
0 Kudos

There is nothing known as store capacity. If you are using WM then you can have capacity management. But you still want to achieve your requirement. You can use Maximum Stock level field at Plant level in MRP1 view to specify maximum quantity that can be available at plant level. Then Implement Goods Receipt BADI Name MB_MIGO_BADI or MB_DOCUMENT_BADI.. to validate the maximum stock level allowed at plant and compare with current stock + possible receiving at time of GRN.